/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
     this.fieldsTree = new Infragistics.Win.UltraWinTree.UltraTree();
     ((System.ComponentModel.ISupportInitialize)(this.fieldsTree)).BeginInit();
     this.SuspendLayout();
     //
     // fieldsTree
     //
     this.fieldsTree.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.fieldsTree.HideSelection = false;
     this.fieldsTree.Location      = new System.Drawing.Point(0, 0);
     this.fieldsTree.Name          = "fieldsTree";
     _override1.NodeStyle          = Infragistics.Win.UltraWinTree.NodeStyle.CheckBox;
     this.fieldsTree.Override      = _override1;
     this.fieldsTree.ScrollBounds  = Infragistics.Win.UltraWinTree.ScrollBounds.ScrollToFill;
     this.fieldsTree.Size          = new System.Drawing.Size(357, 537);
     this.fieldsTree.TabIndex      = 11;
     this.fieldsTree.AfterCheck   += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.fieldsTree_AfterCheck);
     this.fieldsTree.AfterSelect  += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.fieldsTree_AfterSelect);
     this.fieldsTree.BeforeCheck  += new Infragistics.Win.UltraWinTree.BeforeCheckEventHandler(this.fieldsTree_BeforeCheck);
     this.fieldsTree.BeforeExpand += new Infragistics.Win.UltraWinTree.BeforeNodeChangedEventHandler(this.networkTree_BeforeExpand);
     //
     // SelectAuditedDataFieldsControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.fieldsTree);
     this.Font  = new System.Drawing.Font("Verdana", 8.25F);
     this.Name  = "SelectAuditedDataFieldsControl";
     this.Size  = new System.Drawing.Size(357, 537);
     this.Load += new System.EventHandler(this.SelectAuditedDataFieldsControl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.fieldsTree)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
     this.applicationsTree = new Infragistics.Win.UltraWinTree.UltraTree();
     ((System.ComponentModel.ISupportInitialize)(this.applicationsTree)).BeginInit();
     this.SuspendLayout();
     //
     // applicationsTree
     //
     this.applicationsTree.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.applicationsTree.Location = new System.Drawing.Point(0, 0);
     this.applicationsTree.Name     = "applicationsTree";
     _override1.Sort = Infragistics.Win.UltraWinTree.SortType.Ascending;
     this.applicationsTree.Override      = _override1;
     this.applicationsTree.ScrollBounds  = Infragistics.Win.UltraWinTree.ScrollBounds.ScrollToFill;
     this.applicationsTree.Size          = new System.Drawing.Size(302, 510);
     this.applicationsTree.TabIndex      = 0;
     this.applicationsTree.BeforeCheck  += new Infragistics.Win.UltraWinTree.BeforeCheckEventHandler(this.applicationsTree_BeforeCheck);
     this.applicationsTree.BeforeExpand += new Infragistics.Win.UltraWinTree.BeforeNodeChangedEventHandler(this.applicationsTree_BeforeExpand);
     this.applicationsTree.AfterCheck   += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.applicationsTree_AfterCheck);
     //
     // SelectApplicationsControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.applicationsTree);
     this.Font = new System.Drawing.Font("Verdana", 8.25F);
     this.Name = "SelectApplicationsControl";
     this.Size = new System.Drawing.Size(302, 510);
     ((System.ComponentModel.ISupportInitialize)(this.applicationsTree)).EndInit();
     this.ResumeLayout(false);
 }
示例#3
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()
        {
            System.ComponentModel.ComponentResourceManager             resources              = new System.ComponentModel.ComponentResourceManager(typeof(FrmAgrupamientos));
            Infragistics.Win.UltraWinTree.UltraTreeNode                ultraTreeNode1         = new Infragistics.Win.UltraWinTree.UltraTreeNode();
            Infragistics.Win.UltraWinTree.Override                     _override1             = new Infragistics.Win.UltraWinTree.Override();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
            this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.mzCmbCuenta   = new mz.erp.ui.controls.mzCuentasControl();
            this.ultraLabel2   = new Infragistics.Win.Misc.UltraLabel();
            this.mzCmb         = new mz.erp.ui.controls.mzProveedoresControl();
            this.ultraLabel1   = new Infragistics.Win.Misc.UltraLabel();
            this.gridElementos = new Janus.Windows.GridEX.GridEX();
            this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.btnEliminar            = new Infragistics.Win.Misc.UltraButton();
            this.btnAgregar             = new Infragistics.Win.Misc.UltraButton();
            this.gridEXAgrupamientos    = new Janus.Windows.GridEX.GridEX();
            this.btnBuscar              = new Infragistics.Win.Misc.UltraButton();
            this.ultraTreeAgrupamientos = new Infragistics.Win.UltraWinTree.UltraTree();
            this.cmAgrupamientosTree    = new System.Windows.Forms.ContextMenu();
            this.menuItem1              = new System.Windows.Forms.MenuItem();
            this.ultraExplorerBar1      = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.button1 = new System.Windows.Forms.Button();
            this.ultraExplorerBarContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridElementos)).BeginInit();
            this.ultraExplorerBarContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTreeAgrupamientos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.ultraExplorerBar1.SuspendLayout();
            this.SuspendLayout();
            //
            // ultraExplorerBarContainerControl1
            //
            this.ultraExplorerBarContainerControl1.Controls.Add(this.button1);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmbCuenta);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel2);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzCmb);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraLabel1);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.gridElementos);
            this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 50);
            this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
            this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(842, 220);
            this.ultraExplorerBarContainerControl1.TabIndex = 0;
            //
            // mzCmbCuenta
            //
            this.mzCmbCuenta.AllowEditClientePaso = false;
            this.mzCmbCuenta.BackColor            = System.Drawing.SystemColors.Control;
            this.mzCmbCuenta.DataValue            = "";
            this.mzCmbCuenta.EnableCtaCte         = false;
            this.mzCmbCuenta.FastSearch           = false;
            this.mzCmbCuenta.Location             = new System.Drawing.Point(125, 3);
            this.mzCmbCuenta.Name                 = "mzCmbCuenta";
            this.mzCmbCuenta.ReseteaCodCta        = false;
            this.mzCmbCuenta.SearchObjectListener = null;
            this.mzCmbCuenta.Size                 = new System.Drawing.Size(614, 25);
            this.mzCmbCuenta.TabIndex             = 0;
            this.mzCmbCuenta.KeyDown             += new System.Windows.Forms.KeyEventHandler(this.mzCmbCuenta_KeyDown);

            //
            // ultraLabel2
            //
            this.ultraLabel2.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraLabel2.Location          = new System.Drawing.Point(10, 0);
            this.ultraLabel2.Name     = "ultraLabel2";
            this.ultraLabel2.Size     = new System.Drawing.Size(74, 18);
            this.ultraLabel2.TabIndex = 36;
            this.ultraLabel2.Text     = "Cuenta";
            //
            // mzCmb
            //
            this.mzCmb.BackColor            = System.Drawing.SystemColors.Control;
            this.mzCmb.DataValue            = "";
            this.mzCmb.EnableCtaCte         = false;
            this.mzCmb.FastSearch           = false;
            this.mzCmb.Location             = new System.Drawing.Point(125, 0);
            this.mzCmb.Name                 = "mzCmb";
            this.mzCmb.SearchObjectListener = null;
            this.mzCmb.Size                 = new System.Drawing.Size(585, 25);
            this.mzCmb.TabIndex             = 0;
            this.mzCmb.Tag = "ResponsableEmision";
            //
            // ultraLabel1
            //
            this.ultraLabel1.BackColorInternal = System.Drawing.Color.Transparent;
            this.ultraLabel1.Location          = new System.Drawing.Point(10, 0);
            this.ultraLabel1.Name     = "ultraLabel1";
            this.ultraLabel1.Size     = new System.Drawing.Size(74, 18);
            this.ultraLabel1.TabIndex = 27;
            this.ultraLabel1.Text     = "Proveedor";
            //
            // gridElementos
            //
            this.gridElementos.AllowCardSizing = false;
            this.gridElementos.AllowDelete     = Janus.Windows.GridEX.InheritableBoolean.True;
            this.gridElementos.AllowEdit       = Janus.Windows.GridEX.InheritableBoolean.False;
            this.gridElementos.Cursor          = System.Windows.Forms.Cursors.Default;
            this.gridElementos.Dock            = System.Windows.Forms.DockStyle.Bottom;
            this.gridElementos.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridElementos.EnterKeyBehavior   = Janus.Windows.GridEX.EnterKeyBehavior.None;
            this.gridElementos.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.gridElementos.GroupByBoxVisible  = false;
            this.gridElementos.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
            this.gridElementos.Location           = new System.Drawing.Point(0, 27);
            this.gridElementos.Name               = "gridElementos";
            this.gridElementos.Size               = new System.Drawing.Size(842, 193);
            this.gridElementos.TabIndex           = 1;
            this.gridElementos.TabStop            = false;
            //
            // ultraExplorerBarContainerControl2
            //
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnEliminar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnAgregar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEXAgrupamientos);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnBuscar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraTreeAgrupamientos);
            this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 330);
            this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
            this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(842, 532);
            this.ultraExplorerBarContainerControl2.TabIndex = 1;
            //
            // btnEliminar
            //
            this.btnEliminar.Location = new System.Drawing.Point(490, 76);
            this.btnEliminar.Name     = "btnEliminar";
            this.btnEliminar.Size     = new System.Drawing.Size(96, 28);
            this.btnEliminar.TabIndex = 3;
            this.btnEliminar.Text     = "&Eliminar";
            //
            // btnAgregar
            //
            this.btnAgregar.Location = new System.Drawing.Point(490, 39);
            this.btnAgregar.Name     = "btnAgregar";
            this.btnAgregar.Size     = new System.Drawing.Size(96, 28);
            this.btnAgregar.TabIndex = 2;
            this.btnAgregar.Text     = "&Agregar";
            //
            // 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.Bottom)
                                                                                        | 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         = resources.GetString("gridEXAgrupamientos.LayoutData");
            this.gridEXAgrupamientos.Location           = new System.Drawing.Point(599, 0);
            this.gridEXAgrupamientos.Name     = "gridEXAgrupamientos";
            this.gridEXAgrupamientos.Size     = new System.Drawing.Size(235, 526);
            this.gridEXAgrupamientos.TabIndex = 4;
            //
            // btnBuscar
            //
            this.btnBuscar.Location = new System.Drawing.Point(490, 2);
            this.btnBuscar.Name     = "btnBuscar";
            this.btnBuscar.Size     = new System.Drawing.Size(96, 28);
            this.btnBuscar.TabIndex = 1;
            this.btnBuscar.Text     = "&Buscar";
            //
            // ultraTreeAgrupamientos
            //
            this.ultraTreeAgrupamientos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                       | System.Windows.Forms.AnchorStyles.Left)));
            this.ultraTreeAgrupamientos.ContextMenu   = this.cmAgrupamientosTree;
            this.ultraTreeAgrupamientos.HideSelection = false;
            this.ultraTreeAgrupamientos.Location      = new System.Drawing.Point(0, 0);
            this.ultraTreeAgrupamientos.Name          = "ultraTreeAgrupamientos";
            ultraTreeNode1.Key  = "RAIZ";
            ultraTreeNode1.Text = "Agrupamientos";
            this.ultraTreeAgrupamientos.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
                ultraTreeNode1
            });
            _override1.SelectionType             = Infragistics.Win.UltraWinTree.SelectType.Single;
            this.ultraTreeAgrupamientos.Override = _override1;
            this.ultraTreeAgrupamientos.Size     = new System.Drawing.Size(480, 526);
            this.ultraTreeAgrupamientos.TabIndex = 0;
            //
            // cmAgrupamientosTree
            //
            this.cmAgrupamientosTree.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.menuItem1
            });
            //
            // menuItem1
            //
            this.menuItem1.Index  = 0;
            this.menuItem1.Text   = "Agregar";
            this.menuItem1.Click += new System.EventHandler(this.menuItem1_Click);
            //
            // ultraExplorerBar1
            //
            this.ultraExplorerBar1.AnimationEnabled = false;
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
            this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
            this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
            ultraExplorerBarGroup1.Settings.ContainerHeight = 220;
            ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup1.Text      = "Datos Generales";
            ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
            ultraExplorerBarGroup2.Settings.ContainerHeight = 532;
            ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup2.Text = "Detalle de Agrupamiento";
            this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
                ultraExplorerBarGroup1,
                ultraExplorerBarGroup2
            });
            this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 0);
            this.ultraExplorerBar1.Name     = "ultraExplorerBar1";
            this.ultraExplorerBar1.Size     = new System.Drawing.Size(912, 550);
            this.ultraExplorerBar1.TabIndex = 24;

            //
            // button1
            //
            this.button1.Location = new System.Drawing.Point(529, -2);
            this.button1.Name     = "button1";
            this.button1.Size     = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 37;
            this.button1.Text     = "Agregar";
            this.button1.UseVisualStyleBackColor = true;

            //
            // FrmAgrupamientos
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
            this.ClientSize        = new System.Drawing.Size(912, 550);
            this.Controls.Add(this.ultraExplorerBar1);
            this.Name = "FrmAgrupamientos";
            this.Text = "Grupos de Clientes";
            this.ultraExplorerBarContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridElementos)).EndInit();
            this.ultraExplorerBarContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTreeAgrupamientos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            this.ultraExplorerBar1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
示例#4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance                      appearance1    = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.Override           _override1     = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
     this.applicationsTree                   = new Infragistics.Win.UltraWinTree.UltraTree();
     this.applicationsTreeMenu               = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.editPublisherToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.ignoreAppToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.includeAppToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.aliasToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.newApplicationToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteApplicationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                = new System.Windows.Forms.ToolStripSeparator();
     this.newlicenseToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.editLicenseToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.propertiesToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.hideAppTtoolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2                 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3                 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4                 = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.applicationsTree)).BeginInit();
     this.applicationsTreeMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // applicationsTree
     //
     this.applicationsTree.AllowDrop        = true;
     appearance1.BackColor                  = System.Drawing.Color.Transparent;
     this.applicationsTree.Appearance       = appearance1;
     this.applicationsTree.ContextMenuStrip = this.applicationsTreeMenu;
     this.applicationsTree.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.applicationsTree.Font             = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.applicationsTree.HideSelection    = false;
     this.applicationsTree.Location         = new System.Drawing.Point(0, 0);
     this.applicationsTree.Name             = "applicationsTree";
     _override1.SelectionType               = Infragistics.Win.UltraWinTree.SelectType.Extended;
     _override1.Sort = Infragistics.Win.UltraWinTree.SortType.None;
     this.applicationsTree.Override            = _override1;
     scrollBarLook1.ViewStyle                  = Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle.Outlook2007;
     this.applicationsTree.ScrollBarLook       = scrollBarLook1;
     this.applicationsTree.ScrollBounds        = Infragistics.Win.UltraWinTree.ScrollBounds.ScrollToFill;
     this.applicationsTree.Size                = new System.Drawing.Size(278, 418);
     this.applicationsTree.TabIndex            = 2;
     this.applicationsTree.AfterSelect        += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.applicationTree_AfterSelect);
     this.applicationsTree.SelectionDragStart += new System.EventHandler(this.applicationsTree_SelectionDragStart);
     this.applicationsTree.DragLeave          += new System.EventHandler(this.applicationsTree_DragLeave);
     this.applicationsTree.MouseDown          += new System.Windows.Forms.MouseEventHandler(this.applicationsTree_MouseDown);
     this.applicationsTree.QueryContinueDrag  += new System.Windows.Forms.QueryContinueDragEventHandler(this.applicationsTree_QueryContinueDrag);
     this.applicationsTree.BeforeExpand       += new Infragistics.Win.UltraWinTree.BeforeNodeChangedEventHandler(this.applicationsTree_BeforeExpand);
     this.applicationsTree.DragOver           += new System.Windows.Forms.DragEventHandler(this.applicationsTree_DragOver);
     this.applicationsTree.DragDrop           += new System.Windows.Forms.DragEventHandler(this.applicationsTree_DragDrop);
     //
     // applicationsTreeMenu
     //
     this.applicationsTreeMenu.BackColor = System.Drawing.Color.White;
     this.applicationsTreeMenu.Font      = new System.Drawing.Font("Tahoma", 8.25F);
     this.applicationsTreeMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.editPublisherToolStripMenuItem,
         this.deleteApplicationToolStripMenuItem,
         this.ignoreAppToolStripMenuItem,
         this.includeAppToolStripMenuItem,
         this.aliasToolStripMenuItem,
         this.newApplicationToolStripMenuItem,
         this.toolStripSeparator1,
         this.newlicenseToolStripMenuItem,
         this.editLicenseToolStripMenuItem,
         this.propertiesToolStripMenuItem
     });
     this.applicationsTreeMenu.Name             = "deploymentTreeMenu";
     this.applicationsTreeMenu.ShowItemToolTips = false;
     this.applicationsTreeMenu.Size             = new System.Drawing.Size(185, 230);
     this.applicationsTreeMenu.Opening         += new System.ComponentModel.CancelEventHandler(this.applicationsTreeMenu_Opening);
     //
     // editPublisherToolStripMenuItem
     //
     this.editPublisherToolStripMenuItem.Image  = global::Layton.AuditWizard.Applications.Properties.Resources.application_publisher_16;
     this.editPublisherToolStripMenuItem.Name   = "editPublisherToolStripMenuItem";
     this.editPublisherToolStripMenuItem.Size   = new System.Drawing.Size(184, 22);
     this.editPublisherToolStripMenuItem.Text   = "Edit Publisher";
     this.editPublisherToolStripMenuItem.Click += new System.EventHandler(this.editPublisherToolStripMenuItem_Click);
     //
     // ignoreAppToolStripMenuItem
     //
     this.ignoreAppToolStripMenuItem.Image       = global::Layton.AuditWizard.Applications.Properties.Resources.hide_application_16;
     this.ignoreAppToolStripMenuItem.Name        = "ignoreAppToolStripMenuItem";
     this.ignoreAppToolStripMenuItem.Size        = new System.Drawing.Size(184, 22);
     this.ignoreAppToolStripMenuItem.Text        = "Ignore";
     this.ignoreAppToolStripMenuItem.ToolTipText = "Flag the selected application(s) to be ignored within AuditWizard";
     this.ignoreAppToolStripMenuItem.Click      += new System.EventHandler(this.IgnoreToolStripMenuItem_Click);
     //
     // includeAppToolStripMenuItem
     //
     this.includeAppToolStripMenuItem.Image       = global::Layton.AuditWizard.Applications.Properties.Resources.show_application_16;
     this.includeAppToolStripMenuItem.Name        = "includeAppToolStripMenuItem";
     this.includeAppToolStripMenuItem.Size        = new System.Drawing.Size(184, 22);
     this.includeAppToolStripMenuItem.Text        = "Do Not Ignore";
     this.includeAppToolStripMenuItem.ToolTipText = "Do not ignore the selected application(s) within AuditWizard";
     this.includeAppToolStripMenuItem.Click      += new System.EventHandler(this.IncludeToolStripMenuItem_Click);
     //
     // aliasToolStripMenuItem
     //
     this.aliasToolStripMenuItem.Image  = global::Layton.AuditWizard.Applications.Properties.Resources.application_16;
     this.aliasToolStripMenuItem.Name   = "aliasToolStripMenuItem";
     this.aliasToolStripMenuItem.Size   = new System.Drawing.Size(184, 22);
     this.aliasToolStripMenuItem.Text   = "Alias Application(s)";
     this.aliasToolStripMenuItem.Click += new System.EventHandler(this.aliasToolStripMenuItem_Click);
     //
     // newApplicationToolStripMenuItem
     //
     this.newApplicationToolStripMenuItem.Image  = global::Layton.AuditWizard.Applications.Properties.Resources.application_add_16;
     this.newApplicationToolStripMenuItem.Name   = "newApplicationToolStripMenuItem";
     this.newApplicationToolStripMenuItem.Size   = new System.Drawing.Size(184, 22);
     this.newApplicationToolStripMenuItem.Text   = "&New Application";
     this.newApplicationToolStripMenuItem.Click += new System.EventHandler(this.newApplicationToolStripMenuItem_Click);
     //
     // deleteApplicationToolStripMenuItem
     //
     this.deleteApplicationToolStripMenuItem.Image  = global::Layton.AuditWizard.Applications.Properties.Resources.application_del_16;
     this.deleteApplicationToolStripMenuItem.Name   = "deleteApplicationToolStripMenuItem";
     this.deleteApplicationToolStripMenuItem.Size   = new System.Drawing.Size(184, 22);
     this.deleteApplicationToolStripMenuItem.Text   = "&Delete Application(s)";
     this.deleteApplicationToolStripMenuItem.Click += new System.EventHandler(this.deleteApplicationToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(181, 6);
     //
     // newlicenseToolStripMenuItem
     //
     this.newlicenseToolStripMenuItem.Image       = global::Layton.AuditWizard.Applications.Properties.Resources.license_add_16;
     this.newlicenseToolStripMenuItem.Name        = "newlicenseToolStripMenuItem";
     this.newlicenseToolStripMenuItem.Size        = new System.Drawing.Size(184, 22);
     this.newlicenseToolStripMenuItem.Text        = "&New License...";
     this.newlicenseToolStripMenuItem.ToolTipText = "Creates a new License for the selected application";
     this.newlicenseToolStripMenuItem.Click      += new System.EventHandler(this.newlicenseToolStripMenuItem_Click);
     //
     // editLicenseToolStripMenuItem
     //
     this.editLicenseToolStripMenuItem.Image       = global::Layton.AuditWizard.Applications.Properties.Resources.license_edit_16;
     this.editLicenseToolStripMenuItem.Name        = "editLicenseToolStripMenuItem";
     this.editLicenseToolStripMenuItem.Size        = new System.Drawing.Size(184, 22);
     this.editLicenseToolStripMenuItem.Text        = "&Edit License...";
     this.editLicenseToolStripMenuItem.ToolTipText = "Edits the definition of the currently selected application license";
     this.editLicenseToolStripMenuItem.Click      += new System.EventHandler(this.editLicenseToolStripMenuItem_Click);
     //
     // propertiesToolStripMenuItem
     //
     this.propertiesToolStripMenuItem.Name   = "propertiesToolStripMenuItem";
     this.propertiesToolStripMenuItem.Size   = new System.Drawing.Size(184, 22);
     this.propertiesToolStripMenuItem.Text   = "&Properties";
     this.propertiesToolStripMenuItem.Click += new System.EventHandler(this.propertiesToolStripMenuItem_Click);
     //
     // hideAppTtoolStripMenuItem
     //
     this.hideAppTtoolStripMenuItem.Name = "hideAppTtoolStripMenuItem";
     this.hideAppTtoolStripMenuItem.Size = new System.Drawing.Size(179, 22);
     this.hideAppTtoolStripMenuItem.Text = "toolStripMenuItem1";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(179, 22);
     this.toolStripMenuItem2.Text = "toolStripMenuItem2";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(179, 22);
     this.toolStripMenuItem3.Text = "toolStripMenuItem3";
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(179, 22);
     this.toolStripMenuItem4.Text = "toolStripMenuItem4";
     //
     // ApplicationsExplorerView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.applicationsTree);
     this.Font = new System.Drawing.Font("Verdana", 8.25F);
     this.Name = "ApplicationsExplorerView";
     this.Size = new System.Drawing.Size(278, 418);
     ((System.ComponentModel.ISupportInitialize)(this.applicationsTree)).EndInit();
     this.applicationsTreeMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinTree.UltraTreeColumnSet  ultraTreeColumnSet1  = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn1 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn2 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn3 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn4 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn5 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn6 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn7 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn8 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn9 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance                    appearance6             = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.Override         _override1 = new Infragistics.Win.UltraWinTree.Override();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FrmPeca_Importa));
     this.panel1        = new System.Windows.Forms.Panel();
     this.btnReturn     = new System.Windows.Forms.Button();
     this.btnSelecionar = new System.Windows.Forms.Button();
     this.utv           = new Infragistics.Win.UltraWinTree.UltraTree();
     this.btnImportar   = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.utv)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.panel1.Controls.Add(this.btnReturn);
     this.panel1.Controls.Add(this.btnSelecionar);
     this.panel1.Controls.Add(this.utv);
     this.panel1.Controls.Add(this.btnImportar);
     this.panel1.Location = new System.Drawing.Point(12, 12);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(993, 520);
     this.panel1.TabIndex = 0;
     //
     // btnReturn
     //
     this.btnReturn.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnReturn.ForeColor  = System.Drawing.Color.SteelBlue;
     this.btnReturn.Image      = global::Edgecam_Manager.Imagens_NewLookInterface.sair_blue_16;
     this.btnReturn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnReturn.Location   = new System.Drawing.Point(674, 477);
     this.btnReturn.Name       = "btnReturn";
     this.btnReturn.Size       = new System.Drawing.Size(73, 31);
     this.btnReturn.TabIndex   = 88;
     this.btnReturn.Text       = "Retornar";
     this.btnReturn.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnReturn.UseVisualStyleBackColor = true;
     this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
     //
     // btnSelecionar
     //
     this.btnSelecionar.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSelecionar.ForeColor  = System.Drawing.Color.SteelBlue;
     this.btnSelecionar.Image      = global::Edgecam_Manager.Imagens_NewLookInterface.mao_selecionar_16;
     this.btnSelecionar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSelecionar.Location   = new System.Drawing.Point(753, 477);
     this.btnSelecionar.Name       = "btnSelecionar";
     this.btnSelecionar.Size       = new System.Drawing.Size(114, 31);
     this.btnSelecionar.TabIndex   = 87;
     this.btnSelecionar.Text       = "Selecionar peças";
     this.btnSelecionar.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSelecionar.UseVisualStyleBackColor = true;
     this.btnSelecionar.Click += new System.EventHandler(this.btnSelecionar_Click);
     //
     // utv
     //
     this.utv.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)));
     ultraTreeColumnSet1.AllowCellSizing     = Infragistics.Win.UltraWinTree.LayoutSizing.Horizontal;
     ultraTreeNodeColumn1.AllowCellEdit      = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeNodeColumn1.ButtonDisplayStyle = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance1.TextHAlignAsString          = "Center";
     appearance1.TextVAlignAsString          = "Middle";
     ultraTreeNodeColumn1.CellAppearance     = appearance1;
     ultraTreeNodeColumn1.DataType           = typeof(bool);
     ultraTreeNodeColumn1.Key  = "Column 10";
     ultraTreeNodeColumn1.Text = "Importar";
     appearance2.ImageHAlign   = Infragistics.Win.HAlign.Center;
     appearance2.ImageVAlign   = Infragistics.Win.VAlign.Middle;
     ultraTreeNodeColumn2.ActiveCellAppearance = appearance2;
     ultraTreeNodeColumn2.ButtonDisplayStyle   = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance3.ImageHAlign                            = Infragistics.Win.HAlign.Center;
     appearance3.ImageVAlign                            = Infragistics.Win.VAlign.Middle;
     appearance3.TextHAlignAsString                     = "Center";
     appearance3.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn2.CellAppearance                = appearance3;
     ultraTreeNodeColumn2.DataType                      = typeof(System.Drawing.Bitmap);
     ultraTreeNodeColumn2.Key                           = "Column 1";
     ultraTreeNodeColumn2.Text                          = "Tipo";
     ultraTreeNodeColumn3.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance4.TextHAlignAsString                     = "Left";
     appearance4.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn3.CellAppearance                = appearance4;
     ultraTreeNodeColumn3.DataType                      = typeof(string);
     ultraTreeNodeColumn3.Key                           = "Column 9";
     ultraTreeNodeColumn3.LayoutInfo.PreferredLabelSize = new System.Drawing.Size(300, 0);
     ultraTreeNodeColumn3.Text                          = "Nome do item";
     ultraTreeNodeColumn4.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     ultraTreeNodeColumn4.DataType                      = typeof(string);
     ultraTreeNodeColumn4.Key                           = "Column 5";
     ultraTreeNodeColumn4.Text                          = "Caminho do item";
     ultraTreeNodeColumn5.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     ultraTreeNodeColumn5.DataType                      = typeof(string);
     ultraTreeNodeColumn5.Key                           = "Column 6";
     ultraTreeNodeColumn5.Text                          = "Revisão";
     ultraTreeNodeColumn6.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     ultraTreeNodeColumn6.DataType                      = typeof(string);
     ultraTreeNodeColumn6.Key                           = "Column 8";
     ultraTreeNodeColumn6.Text                          = "Centro de trabalho";
     ultraTreeNodeColumn7.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     ultraTreeNodeColumn7.DataType                      = typeof(string);
     ultraTreeNodeColumn7.Key                           = "Column 7";
     ultraTreeNodeColumn7.Text                          = "Material";
     ultraTreeNodeColumn8.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance5.TextHAlignAsString                     = "Center";
     appearance5.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn8.CellAppearance                = appearance5;
     ultraTreeNodeColumn8.DataType                      = typeof(string);
     ultraTreeNodeColumn8.Key                           = "Column 4";
     ultraTreeNodeColumn8.Text                          = "Nível";
     ultraTreeNodeColumn9.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance6.TextHAlignAsString                     = "Center";
     appearance6.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn9.CellAppearance                = appearance6;
     ultraTreeNodeColumn9.DataType                      = typeof(bool);
     ultraTreeNodeColumn9.Key                           = "Column 2";
     ultraTreeNodeColumn9.Text                          = "Ativo";
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn1);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn2);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn3);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn4);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn5);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn6);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn7);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn8);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn9);
     this.utv.ColumnSettings.RootColumnSet = ultraTreeColumnSet1;
     this.utv.ImageTransparentColor        = System.Drawing.Color.Transparent;
     this.utv.Location           = new System.Drawing.Point(17, 16);
     this.utv.Name               = "utv";
     this.utv.NodeConnectorColor = System.Drawing.SystemColors.ControlDark;
     _override1.CellClickAction  = Infragistics.Win.UltraWinTree.CellClickAction.EditCell;
     this.utv.Override           = _override1;
     this.utv.Size               = new System.Drawing.Size(964, 438);
     this.utv.TabIndex           = 86;
     this.utv.ViewStyle          = Infragistics.Win.UltraWinTree.ViewStyle.OutlookExpress;
     //
     // btnImportar
     //
     this.btnImportar.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnImportar.ForeColor  = System.Drawing.Color.SteelBlue;
     this.btnImportar.Image      = global::Edgecam_Manager.Imagens_NewLookInterface.selecionar_selecionado_16;
     this.btnImportar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnImportar.Location   = new System.Drawing.Point(873, 477);
     this.btnImportar.Name       = "btnImportar";
     this.btnImportar.Size       = new System.Drawing.Size(108, 31);
     this.btnImportar.TabIndex   = 85;
     this.btnImportar.Text       = "Importar peças";
     this.btnImportar.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnImportar.UseVisualStyleBackColor = true;
     this.btnImportar.Click += new System.EventHandler(this.btnImportar_Click);
     //
     // FrmPeca_Importa
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ControlLightLight;
     this.ClientSize          = new System.Drawing.Size(1017, 544);
     this.Controls.Add(this.panel1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FrmPeca_Importa";
     this.Text = "FrmImportaPeca";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.utv)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
     Infragistics.Win.UltraWinTree.Override      _override1     = new Infragistics.Win.UltraWinTree.Override();
     System.Resources.ResourceManager            resources      = new System.Resources.ResourceManager(typeof(FrmSearchProductbyJerarquia));
     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.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ultraTree1 = new Infragistics.Win.UltraWinTree.UltraTree();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridResultado     = new Janus.Windows.GridEX.GridEX();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.toolBarButton1    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton4    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton5    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton6    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton7    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton8    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton9    = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton10   = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton11   = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton12   = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraTree1);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 131);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(718, 150);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // ultraTree1
     //
     this.ultraTree1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ultraTree1.HideSelection = false;
     this.ultraTree1.Location      = new System.Drawing.Point(0, 0);
     this.ultraTree1.Name          = "ultraTree1";
     ultraTreeNode1.Key            = "RAIZ";
     ultraTreeNode1.Text           = "Agrupamientos";
     this.ultraTree1.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
         ultraTreeNode1
     });
     _override1.SelectionType = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.ultraTree1.Override = _override1;
     this.ultraTree1.Size     = new System.Drawing.Size(718, 150);
     this.ultraTree1.TabIndex = 2;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridResultado);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 340);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(718, 150);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridResultado
     //
     this.gridResultado.AllowEdit        = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.ColumnAutoResize = true;
     this.gridResultado.Cursor           = System.Windows.Forms.Cursors.Default;
     this.gridResultado.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.gridResultado.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridResultado.EmptyRows                       = true;
     this.gridResultado.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridResultado.ExpandableGroups                = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.Font                            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridResultado.GridLines                       = Janus.Windows.GridEX.GridLines.None;
     this.gridResultado.GroupByBoxVisible               = false;
     this.gridResultado.GroupRowFormatStyle.BackColor   = System.Drawing.Color.Empty;
     this.gridResultado.GroupRowFormatStyle.FontBold    = Janus.Windows.GridEX.TriState.True;
     this.gridResultado.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
     this.gridResultado.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.gridResultado.HideSelection                   = Janus.Windows.GridEX.HideSelection.HighlightInactive;
     this.gridResultado.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.AllCharacters;
     this.gridResultado.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridResultado.LayoutData                      = @"<GridEXLayoutData><RootTable><Caption>Customers</Caption><Columns Collection=""true""><Column0 ID=""Icon""><AllowGroup>False</AllowGroup><AllowSize>False</AllowSize><AllowSort>False</AllowSort><Bound>False</Bound><ColumnType>Image</ColumnType><EditType>NoEdit</EditType><HeaderImageIndex>1</HeaderImageIndex><ImageIndex>0</ImageIndex><Key>Icon</Key><Position>0</Position><Selectable>False</Selectable><Width>22</Width></Column0><Column1 ID=""ID""><AllowSort>False</AllowSort><Caption>ID</Caption><DataMember>Codigo</DataMember><DefaultGroupPrefix>ID</DefaultGroupPrefix><Key>ID</Key><Position>1</Position><Selectable>False</Selectable><Width>247</Width></Column1><Column2 ID=""DESCRIPTION""><AllowSort>False</AllowSort><Caption>DESCRIPTION</Caption><DataMember>DESCRIPTION</DataMember><DefaultGroupPrefix>DESCRIPTION</DefaultGroupPrefix><Key>DESCRIPTION</Key><Position>2</Position><Selectable>False</Selectable><Width>445</Width></Column2></Columns><GroupCondition ID="""" /><Key>Customers</Key><SortKeys Collection=""true""><SortKey0 ID=""SortKey0""><ColIndex>1</ColIndex></SortKey0></SortKeys></RootTable></GridEXLayoutData>";
     this.gridResultado.Location                        = new System.Drawing.Point(0, 0);
     this.gridResultado.Name                            = "gridResultado";
     this.gridResultado.RecordNavigator                 = true;
     this.gridResultado.RecordNavigatorText             = "Registro:|de";
     this.gridResultado.Size                            = new System.Drawing.Size(718, 150);
     this.gridResultado.TabIndex                        = 1801;
     this.gridResultado.ThemedAreas                     = ((Janus.Windows.GridEX.ThemedArea)((((((Janus.Windows.GridEX.ThemedArea.ScrollBars | Janus.Windows.GridEX.ThemedArea.EditControls)
                                                                                                 | Janus.Windows.GridEX.ThemedArea.Headers)
                                                                                                | Janus.Windows.GridEX.ThemedArea.GroupByBox)
                                                                                               | Janus.Windows.GridEX.ThemedArea.TreeGliphs)
                                                                                              | Janus.Windows.GridEX.ThemedArea.ControlBorder)));
     //
     // 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.toolBarButton1,
         this.toolBarButton2,
         this.toolBarButton3,
         this.toolBarButton4,
         this.toolBarButton5,
         this.toolBarButton6,
         this.toolBarButton7,
         this.toolBarButton8,
         this.toolBarButton9,
         this.toolBarButton10,
         this.toolBarButton11,
         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(784, 28);
     this.toolBarStandar.TabIndex       = 17;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // toolBarButton1
     //
     this.toolBarButton1.ImageIndex = 0;
     //
     // toolBarButton2
     //
     this.toolBarButton2.ImageIndex = 1;
     //
     // toolBarButton3
     //
     this.toolBarButton3.ImageIndex = 2;
     //
     // toolBarButton4
     //
     this.toolBarButton4.ImageIndex = 3;
     //
     // toolBarButton5
     //
     this.toolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton6
     //
     this.toolBarButton6.ImageIndex = 5;
     this.toolBarButton6.Text       = "Buscar Ahora";
     //
     // toolBarButton7
     //
     this.toolBarButton7.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton8
     //
     this.toolBarButton8.ImageIndex = 5;
     this.toolBarButton8.Text       = "Nueva Busqueda";
     //
     // toolBarButton9
     //
     this.toolBarButton9.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton10
     //
     this.toolBarButton10.ImageIndex = 6;
     this.toolBarButton10.Text       = "Aceptar";
     //
     // toolBarButton11
     //
     this.toolBarButton11.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolBarButton12
     //
     this.toolBarButton12.ImageIndex = 7;
     this.toolBarButton12.Text       = "Cancelar";
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 23;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text           = "Filtros";
     ultraExplorerBarGroup2.Container      = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text           = "Seleccione una jerarquia";
     ultraExplorerBarGroup3.Container      = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text           = "Resultado de la Busqueda";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(784, 377);
     this.ultraExplorerBar1.TabIndex = 18;
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.checkBox1);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(718, 23);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // checkBox1
     //
     this.checkBox1.BackColor  = System.Drawing.SystemColors.InactiveCaptionText;
     this.checkBox1.Checked    = true;
     this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location   = new System.Drawing.Point(8, 0);
     this.checkBox1.Name       = "checkBox1";
     this.checkBox1.Size       = new System.Drawing.Size(176, 24);
     this.checkBox1.TabIndex   = 0;
     this.checkBox1.Text       = "Activo";
     //
     // FrmSearchProductbyJerarquia
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(784, 405);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmSearchProductbyJerarquia";
     this.Text = "Busqueda de Productos por Jerarquia";
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#7
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
     Infragistics.Win.UltraWinTree.Override      _override1     = new Infragistics.Win.UltraWinTree.Override();
     System.Resources.ResourceManager            resources      = new System.Resources.ResourceManager(typeof(mzHierarchicalSearchPanel));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.ultraTree1 = new Infragistics.Win.UltraWinTree.UltraTree();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridResultado     = new Janus.Windows.GridEX.GridEX();
     this.toolBarStandar    = new System.Windows.Forms.ToolBar();
     this.tbSearchNow       = new System.Windows.Forms.ToolBarButton();
     this.tbNewSearch       = new System.Windows.Forms.ToolBarButton();
     this.tbRefresh         = new System.Windows.Forms.ToolBarButton();
     this.tbSep             = new System.Windows.Forms.ToolBarButton();
     this.tbNew             = new System.Windows.Forms.ToolBarButton();
     this.tbEdit            = new System.Windows.Forms.ToolBarButton();
     this.tbDetail          = new System.Windows.Forms.ToolBarButton();
     this.imglStandar       = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.ultraTree1);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(687, 150);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     this.ultraExplorerBarContainerControl1.TabStop  = true;
     //
     // ultraTree1
     //
     this.ultraTree1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ultraTree1.HideSelection = false;
     this.ultraTree1.Location      = new System.Drawing.Point(0, 0);
     this.ultraTree1.Name          = "ultraTree1";
     ultraTreeNode1.Key            = "RAIZ";
     ultraTreeNode1.Text           = "Agrupamientos";
     this.ultraTree1.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
         ultraTreeNode1
     });
     _override1.SelectionType = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.ultraTree1.Override = _override1;
     this.ultraTree1.Size     = new System.Drawing.Size(687, 150);
     this.ultraTree1.TabIndex = 0;
     this.ultraTree1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ultraTree1_KeyDown);
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridResultado);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 258);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(687, 150);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridResultado
     //
     this.gridResultado.AllowEdit        = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.ColumnAutoResize = true;
     this.gridResultado.Cursor           = System.Windows.Forms.Cursors.Default;
     this.gridResultado.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridResultado.EmptyRows                       = true;
     this.gridResultado.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridResultado.ExpandableGroups                = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.Font                            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.gridResultado.GridLines                       = Janus.Windows.GridEX.GridLines.None;
     this.gridResultado.GroupByBoxVisible               = false;
     this.gridResultado.GroupRowFormatStyle.BackColor   = System.Drawing.Color.Empty;
     this.gridResultado.GroupRowFormatStyle.FontBold    = Janus.Windows.GridEX.TriState.True;
     this.gridResultado.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
     this.gridResultado.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.gridResultado.HideSelection                   = Janus.Windows.GridEX.HideSelection.HighlightInactive;
     this.gridResultado.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.AllCharacters;
     this.gridResultado.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridResultado.LayoutData                      = @"<GridEXLayoutData><RootTable><Caption>Customers</Caption><Columns Collection=""true""><Column0 ID=""Icon""><AllowGroup>False</AllowGroup><AllowSize>False</AllowSize><AllowSort>False</AllowSort><Bound>False</Bound><ColumnType>Image</ColumnType><EditType>NoEdit</EditType><HeaderImageIndex>1</HeaderImageIndex><ImageIndex>0</ImageIndex><Key>Icon</Key><Position>0</Position><Selectable>False</Selectable><Width>22</Width></Column0><Column1 ID=""ID""><AllowSort>False</AllowSort><Caption>ID</Caption><DataMember>Codigo</DataMember><DefaultGroupPrefix>ID</DefaultGroupPrefix><Key>ID</Key><Position>1</Position><Selectable>False</Selectable><Width>236</Width></Column1><Column2 ID=""DESCRIPTION""><AllowSort>False</AllowSort><Caption>DESCRIPTION</Caption><DataMember>DESCRIPTION</DataMember><DefaultGroupPrefix>DESCRIPTION</DefaultGroupPrefix><Key>DESCRIPTION</Key><Position>2</Position><Selectable>False</Selectable><Width>427</Width></Column2></Columns><GroupCondition ID="""" /><Key>Customers</Key><SortKeys Collection=""true""><SortKey0 ID=""SortKey0""><ColIndex>0</ColIndex></SortKey0></SortKeys></RootTable></GridEXLayoutData>";
     this.gridResultado.Location                        = new System.Drawing.Point(0, 0);
     this.gridResultado.Name                            = "gridResultado";
     this.gridResultado.RecordNavigator                 = true;
     this.gridResultado.RecordNavigatorText             = "Registro:|de";
     this.gridResultado.Size                            = new System.Drawing.Size(687, 150);
     this.gridResultado.TabIndex                        = 0;
     this.gridResultado.TableSpacing                    = 1;
     this.gridResultado.ThemedAreas                     = ((Janus.Windows.GridEX.ThemedArea)((((((Janus.Windows.GridEX.ThemedArea.ScrollBars | Janus.Windows.GridEX.ThemedArea.EditControls)
                                                                                                 | Janus.Windows.GridEX.ThemedArea.Headers)
                                                                                                | Janus.Windows.GridEX.ThemedArea.GroupByBox)
                                                                                               | Janus.Windows.GridEX.ThemedArea.TreeGliphs)
                                                                                              | Janus.Windows.GridEX.ThemedArea.ControlBorder)));
     this.gridResultado.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.gridResultado_KeyDown);
     this.gridResultado.FormattingRow += new Janus.Windows.GridEX.RowLoadEventHandler(this.gridResultado_FormattingRow);
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbSearchNow,
         this.tbNewSearch,
         this.tbRefresh,
         this.tbSep,
         this.tbNew,
         this.tbEdit,
         this.tbDetail
     });
     this.toolBarStandar.Divider        = false;
     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(736, 26);
     this.toolBarStandar.TabIndex       = 0;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
     //
     // tbSearchNow
     //
     this.tbSearchNow.ImageIndex = 2;
     this.tbSearchNow.Text       = "Buscar ahora";
     //
     // tbNewSearch
     //
     this.tbNewSearch.ImageIndex = 0;
     this.tbNewSearch.Text       = "Nueva búsqueda";
     //
     // tbRefresh
     //
     this.tbRefresh.ImageIndex = 0;
     this.tbRefresh.Text       = "Actualizar";
     //
     // tbSep
     //
     this.tbSep.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbNew
     //
     this.tbNew.ImageIndex = 3;
     this.tbNew.Text       = "Nuevo";
     //
     // tbEdit
     //
     this.tbEdit.ImageIndex = 5;
     this.tbEdit.Text       = "Editar";
     //
     // tbDetail
     //
     this.tbDetail.ImageIndex = 5;
     this.tbDetail.Text       = "Detalle";
     //
     // 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;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Cursor         = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock           = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container      = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup1.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text           = "Seleccione una jerarquia";
     ultraExplorerBarGroup2.Container      = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.Style = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text           = "Resultado de la Busqueda";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 26);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1";
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(736, 438);
     this.ultraExplorerBar1.TabIndex = 19;
     this.ultraExplorerBar1.TabStop  = false;
     //
     // mzHierarchicalSearchPanel
     //
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "mzHierarchicalSearchPanel";
     this.Size = new System.Drawing.Size(736, 464);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((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.UltraWinTree.UltraTreeColumnSet       ultraTreeColumnSet1   = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
     Infragistics.Win.UltraWinTree.Override                 _override1            = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.UltraWinToolbars.UltraToolbar         ultraToolbar1         = new Infragistics.Win.UltraWinToolbars.UltraToolbar("QueryToolbar");
     Infragistics.Win.UltraWinToolbars.StateButtonTool      stateButtonTool2      = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Flag", "");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool7           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Show SQL");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool17          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool2 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Activity Indicator");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool10          = new Infragistics.Win.UltraWinToolbars.ButtonTool("Stop");
     Infragistics.Win.UltraWinToolbars.LabelTool            labelTool2            = new Infragistics.Win.UltraWinToolbars.LabelTool("Timing");
     Infragistics.Win.UltraWinToolbars.ButtonTool           buttonTool2           = new Infragistics.Win.UltraWinToolbars.ButtonTool("Show SQL");
     Infragistics.Win.UltraWinToolbars.ControlContainerTool controlContainerTool1 = new Infragistics.Win.UltraWinToolbars.ControlContainerTool("Activity Indicator");
     Infragistics.Win.UltraWinToolbars.LabelTool            labelTool1            = new Infragistics.Win.UltraWinToolbars.LabelTool("Timing");
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Stop");
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.StateButtonTool stateButtonTool1 = new Infragistics.Win.UltraWinToolbars.StateButtonTool("Flag", "");
     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.UltraWinToolbars.PopupMenuTool popupMenuTool1 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("GridPopupMenu");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool12   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool22   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool11   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Copy");
     Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool16 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UcExplainPlan));
     this.QueryResultsControl2_Fill_Panel = new Infragistics.Win.Misc.UltraPanel();
     this._utExplain   = new Infragistics.Win.UltraWinTree.UltraTree();
     this._uaiActivity = new Infragistics.Win.UltraActivityIndicator.UltraActivityIndicator();
     this._QueryResultsControl2_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._utm   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._iml32 = new System.Windows.Forms.ImageList(this.components);
     this._iml16 = new System.Windows.Forms.ImageList(this.components);
     this._QueryResultsControl2_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._QueryResultsControl2_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._tmQueryTimer = new System.Windows.Forms.Timer(this.components);
     this.QueryResultsControl2_Fill_Panel.ClientArea.SuspendLayout();
     this.QueryResultsControl2_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._utExplain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this._utm)).BeginInit();
     this.SuspendLayout();
     //
     // QueryResultsControl2_Fill_Panel
     //
     //
     // QueryResultsControl2_Fill_Panel.ClientArea
     //
     this.QueryResultsControl2_Fill_Panel.ClientArea.Controls.Add(this._utExplain);
     this.QueryResultsControl2_Fill_Panel.ClientArea.Controls.Add(this._uaiActivity);
     this.QueryResultsControl2_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.QueryResultsControl2_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.QueryResultsControl2_Fill_Panel.Location = new System.Drawing.Point(0, 27);
     this.QueryResultsControl2_Fill_Panel.Name     = "QueryResultsControl2_Fill_Panel";
     this.QueryResultsControl2_Fill_Panel.Size     = new System.Drawing.Size(786, 379);
     this.QueryResultsControl2_Fill_Panel.TabIndex = 0;
     //
     // _utExplain
     //
     ultraTreeColumnSet1.Key = "Set1";
     this._utExplain.ColumnSettings.RootColumnSet = ultraTreeColumnSet1;
     this._utExplain.ColumnSettings.ShowBandNodes = Infragistics.Win.UltraWinTree.ShowBandNodes.Always;
     this._utm.SetContextMenuUltra(this._utExplain, "GridPopupMenu");
     this._utExplain.DisplayStyle = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
     this._utExplain.Dock         = System.Windows.Forms.DockStyle.Fill;
     this._utExplain.Location     = new System.Drawing.Point(0, 0);
     this._utExplain.Name         = "_utExplain";
     _override1.SelectionType     = Infragistics.Win.UltraWinTree.SelectType.Extended;
     this._utExplain.Override     = _override1;
     this._utExplain.Size         = new System.Drawing.Size(786, 379);
     this._utExplain.TabIndex     = 1;
     this._utExplain.ViewStyle    = Infragistics.Win.UltraWinTree.ViewStyle.OutlookExpress;
     this._utExplain.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.UtExplain_KeyDown);
     this._utExplain.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.UtExplain_KeyUp);
     //
     // _uaiActivity
     //
     this._uaiActivity.AnimationSpeed   = 40;
     this._uaiActivity.CausesValidation = true;
     this._uaiActivity.Location         = new System.Drawing.Point(336, 205);
     this._uaiActivity.Name             = "_uaiActivity";
     this._uaiActivity.Size             = new System.Drawing.Size(188, 19);
     this._uaiActivity.TabIndex         = 0;
     this._uaiActivity.TabStop          = true;
     this._uaiActivity.ViewStyle        = Infragistics.Win.UltraActivityIndicator.ActivityIndicatorViewStyle.Aero;
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Left
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 27);
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Left";
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 379);
     this._QueryResultsControl2_Toolbars_Dock_Area_Left.ToolbarsManager = this._utm;
     //
     // _utm
     //
     this._utm.DesignerFlags           = 1;
     this._utm.DockWithinContainer     = this;
     this._utm.ImageListLarge          = this._iml32;
     this._utm.ImageListSmall          = this._iml16;
     this._utm.ShowFullMenusDelay      = 500;
     ultraToolbar1.DockedColumn        = 0;
     ultraToolbar1.DockedRow           = 0;
     controlContainerTool2.ControlName = "_uaiActivity";
     controlContainerTool2.InstanceProps.IsFirstInGroup = true;
     labelTool2.InstanceProps.IsFirstInGroup            = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         stateButtonTool2,
         buttonTool7,
         buttonTool17,
         controlContainerTool2,
         buttonTool10,
         labelTool2
     });
     ultraToolbar1.Text = "QueryToolbar";
     this._utm.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     buttonTool2.SharedPropsInternal.Caption           = "SQL";
     buttonTool2.SharedPropsInternal.DisplayStyle      = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.TextOnlyAlways;
     buttonTool2.SharedPropsInternal.ToolTipText       = "Show SQL that was executed.";
     buttonTool2.SharedPropsInternal.ToolTipTitle      = "Show SQL";
     controlContainerTool1.ControlName                 = "_uaiActivity";
     controlContainerTool1.SharedPropsInternal.Caption = "Activity Indicator";
     appearance1.TextHAlignAsString = "Left";
     appearance1.TextVAlignAsString = "Middle";
     labelTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance1;
     labelTool1.SharedPropsInternal.Caption = "Timing";
     appearance2.Image = 12;
     buttonTool5.SharedPropsInternal.AppearancesLarge.Appearance = appearance2;
     appearance3.Image = 6;
     buttonTool5.SharedPropsInternal.AppearancesSmall.Appearance = appearance3;
     buttonTool5.SharedPropsInternal.Caption      = "Stop";
     buttonTool5.SharedPropsInternal.ToolTipText  = "Stop currently running query.";
     buttonTool5.SharedPropsInternal.ToolTipTitle = "Stop";
     appearance4.Image = 16;
     stateButtonTool1.SharedPropsInternal.AppearancesLarge.Appearance = appearance4;
     appearance5.Image = 16;
     stateButtonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance5;
     appearance6.Image = "MapMarker_PushPin2__Pink.png";
     stateButtonTool1.SharedPropsInternal.AppearancesSmall.PressedAppearance = appearance6;
     stateButtonTool1.SharedPropsInternal.Caption      = "Pin";
     stateButtonTool1.SharedPropsInternal.ToolTipText  = "Pin the results so the widnow is not reused.";
     stateButtonTool1.SharedPropsInternal.ToolTipTitle = "Pin";
     popupMenuTool1.SharedPropsInternal.Caption        = "GridPopupMenu";
     buttonTool22.InstanceProps.IsFirstInGroup         = true;
     popupMenuTool1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool12,
         buttonTool22
     });
     appearance7.Image = 8;
     buttonTool11.SharedPropsInternal.AppearancesLarge.Appearance = appearance7;
     appearance8.Image = 3;
     buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance8;
     buttonTool11.SharedPropsInternal.Caption      = "Copy";
     buttonTool11.SharedPropsInternal.ToolTipText  = "Copy selected cells to clipboard";
     buttonTool11.SharedPropsInternal.ToolTipTitle = "Copy";
     appearance9.Image = 10;
     buttonTool16.SharedPropsInternal.AppearancesLarge.Appearance = appearance9;
     appearance10.Image = 5;
     buttonTool16.SharedPropsInternal.AppearancesSmall.Appearance = appearance10;
     buttonTool16.SharedPropsInternal.Caption      = "Refresh";
     buttonTool16.SharedPropsInternal.ToolTipText  = "Refresh the data by re-running the query.";
     buttonTool16.SharedPropsInternal.ToolTipTitle = "Refresh Results";
     this._utm.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool2,
         controlContainerTool1,
         labelTool1,
         buttonTool5,
         stateButtonTool1,
         popupMenuTool1,
         buttonTool11,
         buttonTool16
     });
     this._utm.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.UtmToolClick);
     //
     // _iml32
     //
     this._iml32.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_iml32.ImageStream")));
     this._iml32.TransparentColor = System.Drawing.Color.Transparent;
     this._iml32.Images.SetKeyName(0, "flag_red.png");
     this._iml32.Images.SetKeyName(1, "document_inspector.png");
     this._iml32.Images.SetKeyName(2, "filter.png");
     this._iml32.Images.SetKeyName(3, "control_stop_blue.png");
     this._iml32.Images.SetKeyName(4, "database_go.png");
     this._iml32.Images.SetKeyName(5, "draw_eraser.png");
     this._iml32.Images.SetKeyName(6, "database_delete.png");
     this._iml32.Images.SetKeyName(7, "database_save.png");
     this._iml32.Images.SetKeyName(8, "page_copy.png");
     this._iml32.Images.SetKeyName(9, "download.png");
     this._iml32.Images.SetKeyName(10, "arrow_refresh.png");
     this._iml32.Images.SetKeyName(11, "database_undo.png");
     this._iml32.Images.SetKeyName(12, "control_stop_red.png");
     this._iml32.Images.SetKeyName(13, "download_red.png");
     this._iml32.Images.SetKeyName(14, "export_excel.png");
     this._iml32.Images.SetKeyName(15, "MapMarker_PushPin2__Pink.png");
     this._iml32.Images.SetKeyName(16, "MapMarker_PushPin2_Left_Chartreuse.png");
     this._iml32.Images.SetKeyName(17, "data_chooser.png");
     //
     // _iml16
     //
     this._iml16.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_iml16.ImageStream")));
     this._iml16.TransparentColor = System.Drawing.Color.Transparent;
     this._iml16.Images.SetKeyName(0, "flag_red.png");
     this._iml16.Images.SetKeyName(1, "filter.png");
     this._iml16.Images.SetKeyName(2, "control_stop_blue.png");
     this._iml16.Images.SetKeyName(3, "page_copy.png");
     this._iml16.Images.SetKeyName(4, "download.png");
     this._iml16.Images.SetKeyName(5, "arrow_refresh.png");
     this._iml16.Images.SetKeyName(6, "control_stop_red.png");
     this._iml16.Images.SetKeyName(7, "download_red.png");
     this._iml16.Images.SetKeyName(8, "page_copy_database.png");
     this._iml16.Images.SetKeyName(9, "page_copy_header.png");
     this._iml16.Images.SetKeyName(10, "file_extension_rtf.png");
     this._iml16.Images.SetKeyName(11, "file_extension_txt.png");
     this._iml16.Images.SetKeyName(12, "file_extension_xls.png");
     this._iml16.Images.SetKeyName(13, "database_check.png");
     this._iml16.Images.SetKeyName(14, "database_left.png");
     this._iml16.Images.SetKeyName(15, "MapMarker_PushPin2__Pink.png");
     this._iml16.Images.SetKeyName(16, "MapMarker_PushPin2_Left_Chartreuse.png");
     this._iml16.Images.SetKeyName(17, "data_chooser.png");
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Right
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(786, 27);
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Right";
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 379);
     this._QueryResultsControl2_Toolbars_Dock_Area_Right.ToolbarsManager = this._utm;
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Top
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Top";
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(786, 27);
     this._QueryResultsControl2_Toolbars_Dock_Area_Top.ToolbarsManager = this._utm;
     //
     // _QueryResultsControl2_Toolbars_Dock_Area_Bottom
     //
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.SystemColors.Control;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 406);
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.Name            = "_QueryResultsControl2_Toolbars_Dock_Area_Bottom";
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(786, 0);
     this._QueryResultsControl2_Toolbars_Dock_Area_Bottom.ToolbarsManager = this._utm;
     //
     // _tmQueryTimer
     //
     this._tmQueryTimer.Enabled = true;
     this._tmQueryTimer.Tick   += new System.EventHandler(this.TmQueryTimerTick);
     //
     // UcExplainPlan
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.QueryResultsControl2_Fill_Panel);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this._QueryResultsControl2_Toolbars_Dock_Area_Top);
     this.Name = "UcExplainPlan";
     this.Size = new System.Drawing.Size(786, 406);
     this.QueryResultsControl2_Fill_Panel.ClientArea.ResumeLayout(false);
     this.QueryResultsControl2_Fill_Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._utExplain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this._utm)).EndInit();
     this.ResumeLayout(false);
 }
示例#9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1   = new Infragistics.Win.UltraWinGrid.UltraGridBand("FileVersion", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Directory");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Name");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Version");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
     Infragistics.Win.UltraWinTree.Override           _override1     = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     this.panel1                   = new System.Windows.Forms.Panel();
     this.ultraGroupBox2           = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1               = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.fileVersionBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.ultraGroupBox1           = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraTree1               = new Infragistics.Win.UltraWinTree.UltraTree();
     this.contextMenuStrip2        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2      = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem2       = new System.Windows.Forms.ToolStripMenuItem();
     this.openFileDialog1          = new System.Windows.Forms.OpenFileDialog();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fileVersionBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
     this.contextMenuStrip2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ultraGroupBox2);
     this.panel1.Controls.Add(this.ultraGroupBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(888, 482);
     this.panel1.TabIndex = 0;
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Location = new System.Drawing.Point(236, 0);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(652, 482);
     this.ultraGroupBox2.TabIndex = 2;
     this.ultraGroupBox2.Text     = "程序版本信息";
     //
     // ultraGrid1
     //
     this.ultraGrid1.DataSource                             = this.fileVersionBindingSource;
     appearance1.BackColor                                  = System.Drawing.Color.White;
     appearance1.BorderColor                                = System.Drawing.SystemColors.InactiveCaption;
     appearance1.TextVAlignAsString                         = "Middle";
     this.ultraGrid1.DisplayLayout.Appearance               = appearance1;
     ultraGridColumn1.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn1.Header.Caption                        = "文件路径";
     ultraGridColumn1.Header.VisiblePosition                = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX           = 2;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(246, 0);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn2.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn2.Header.Caption                        = "文件名称";
     ultraGridColumn2.Header.VisiblePosition                = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX           = 0;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(254, 0);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn3.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn3.Header.Caption                        = "最新版本";
     ultraGridColumn3.Header.VisiblePosition                = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX           = 4;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn3.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn4.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn4.Format                                = "yyyy-MM-dd HH:mm:ss";
     ultraGridColumn4.Header.Caption                        = "更新时间";
     ultraGridColumn4.Header.VisiblePosition                = 3;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(145, 0);
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4
     });
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.BorderStyle         = Infragistics.Win.UIElementBorderStyle.WindowsVista;
     this.ultraGrid1.DisplayLayout.CaptionVisible      = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.GroupByBox.Hidden   = true;
     this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
     this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
     appearance11.BackColor = System.Drawing.SystemColors.Window;
     appearance11.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance11;
     this.ultraGrid1.DisplayLayout.Override.AllowRowFiltering    = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.FilterUIType         = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance12.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     appearance12.BackColor2         = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     appearance12.BackGradientStyle  = Infragistics.Win.GradientStyle.Vertical;
     appearance12.ForeColor          = System.Drawing.SystemColors.ControlText;
     appearance12.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance  = appearance12;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsVista;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight      = 21;
     appearance13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229)))));
     this.ultraGrid1.DisplayLayout.Override.RowAlternateAppearance = appearance13;
     appearance14.BorderColor        = System.Drawing.Color.DarkGray;
     appearance14.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance14;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance15.BackColor         = System.Drawing.Color.LightSkyBlue;
     appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance15.ForeColor         = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance15;
     appearance16.BackColor = System.Drawing.Color.PaleTurquoise;
     this.ultraGrid1.DisplayLayout.Override.SpecialRowSeparatorAppearance = appearance16;
     appearance17.BackColor = System.Drawing.Color.LightYellow;
     appearance17.ForeColor = System.Drawing.Color.Blue;
     this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance17;
     this.ultraGrid1.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     scrollBarLook1.ViewStyle = Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle.Office2007;
     this.ultraGrid1.DisplayLayout.ScrollBarLook = scrollBarLook1;
     this.ultraGrid1.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location = new System.Drawing.Point(3, 18);
     this.ultraGrid1.Name     = "ultraGrid1";
     this.ultraGrid1.Size     = new System.Drawing.Size(646, 461);
     this.ultraGrid1.TabIndex = 0;
     //
     // fileVersionBindingSource
     //
     this.fileVersionBindingSource.DataSource = typeof(com.ccf.bip.biz.system.update.mapper.FileVersion);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraTree1);
     this.ultraGroupBox1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(236, 482);
     this.ultraGroupBox1.TabIndex = 1;
     this.ultraGroupBox1.Text     = "目录结构";
     //
     // ultraTree1
     //
     this.ultraTree1.BorderStyle             = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraTree1.ContextMenuStrip        = this.contextMenuStrip2;
     this.ultraTree1.DisplayStyle            = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
     this.ultraTree1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.ultraTree1.HideExpansionIndicators = Infragistics.Win.UltraWinTree.HideExpansionIndicators.Never;
     this.ultraTree1.ImageTransparentColor   = System.Drawing.Color.Transparent;
     this.ultraTree1.Location                = new System.Drawing.Point(3, 18);
     this.ultraTree1.Name                    = "ultraTree1";
     this.ultraTree1.NodeConnectorColor      = System.Drawing.SystemColors.ControlDark;
     appearance2.BackColor                   = System.Drawing.Color.LightBlue;
     _override1.ActiveNodeAppearance         = appearance2;
     this.ultraTree1.Override                = _override1;
     this.ultraTree1.Size                    = new System.Drawing.Size(230, 461);
     this.ultraTree1.TabIndex                = 1;
     this.ultraTree1.AfterLabelEdit         += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterLabelEdit);
     this.ultraTree1.MouseDown              += new System.Windows.Forms.MouseEventHandler(this.ultraTree1_MouseDown);
     this.ultraTree1.AfterActivate          += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterActivate);
     //
     // contextMenuStrip2
     //
     this.contextMenuStrip2.BackColor = System.Drawing.Color.LightBlue;
     this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.toolStripSeparator2,
         this.toolStripMenuItem2
     });
     this.contextMenuStrip2.Name       = "contextMenuStrip1";
     this.contextMenuStrip2.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.contextMenuStrip2.Size       = new System.Drawing.Size(137, 54);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Image  = global::com.ccf.bip.biz.ResourceImg.addRoot;
     this.toolStripMenuItem1.Name   = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size   = new System.Drawing.Size(136, 22);
     this.toolStripMenuItem1.Text   = "上传";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(133, 6);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Image  = global::com.ccf.bip.biz.ResourceImg.addSub;
     this.toolStripMenuItem2.Name   = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size   = new System.Drawing.Size(136, 22);
     this.toolStripMenuItem2.Text   = "新建文件夹";
     this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
     //
     // openFileDialog1
     //
     this.openFileDialog1.Multiselect = true;
     //
     // FormUpload
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(888, 482);
     this.Controls.Add(this.panel1);
     this.Name  = "FormUpload";
     this.Text  = "FormUpload";
     this.Load += new System.EventHandler(this.FormUpload_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fileVersionBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
     this.contextMenuStrip2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager            resources      = new System.Resources.ResourceManager(typeof(FrmJerarquiaAgrupGeneral));
     Infragistics.Win.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
     Infragistics.Win.UltraWinTree.Override      _override1     = new Infragistics.Win.UltraWinTree.Override();
     this.imglStandar    = new System.Windows.Forms.ImageList(this.components);
     this.toolBarStandar = new System.Windows.Forms.ToolBar();
     this.tbSearchNow    = new System.Windows.Forms.ToolBarButton();
     this.tbNewSearch    = new System.Windows.Forms.ToolBarButton();
     this.tbRefresh      = new System.Windows.Forms.ToolBarButton();
     this.tbSep          = new System.Windows.Forms.ToolBarButton();
     this.tbNew          = new System.Windows.Forms.ToolBarButton();
     this.tbEdit         = new System.Windows.Forms.ToolBarButton();
     this.ultraTree1     = new Infragistics.Win.UltraWinTree.UltraTree();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
     this.SuspendLayout();
     //
     // 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.tbSearchNow,
         this.tbNewSearch,
         this.tbRefresh,
         this.tbSep,
         this.tbNew,
         this.tbEdit
     });
     this.toolBarStandar.Divider        = false;
     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(704, 26);
     this.toolBarStandar.TabIndex       = 14;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBarStandar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarStandar_ButtonClick);
     //
     // tbSearchNow
     //
     this.tbSearchNow.ImageIndex = 2;
     this.tbSearchNow.Text       = "Buscar ahora";
     //
     // tbNewSearch
     //
     this.tbNewSearch.ImageIndex = 1;
     this.tbNewSearch.Text       = "Nueva búsqueda";
     //
     // tbRefresh
     //
     this.tbRefresh.ImageIndex = 0;
     this.tbRefresh.Text       = "Actualizar";
     //
     // tbSep
     //
     this.tbSep.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbNew
     //
     this.tbNew.ImageIndex = 3;
     this.tbNew.Text       = "Nuevo";
     //
     // tbEdit
     //
     this.tbEdit.ImageIndex = 4;
     this.tbEdit.Text       = "Editar";
     //
     // ultraTree1
     //
     this.ultraTree1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ultraTree1.HideSelection = false;
     this.ultraTree1.Location      = new System.Drawing.Point(0, 26);
     this.ultraTree1.Name          = "ultraTree1";
     ultraTreeNode1.Key            = "RAIZ";
     ultraTreeNode1.Text           = "Agrupamientos";
     this.ultraTree1.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
         ultraTreeNode1
     });
     _override1.SelectionType       = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.ultraTree1.Override       = _override1;
     this.ultraTree1.Size           = new System.Drawing.Size(704, 419);
     this.ultraTree1.TabIndex       = 19;
     this.ultraTree1.AfterExpand   += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterExpand);
     this.ultraTree1.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterActivate);
     //
     // FrmJerarquiaAgrupProd
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(704, 445);
     this.Controls.Add(this.ultraTree1);
     this.Controls.Add(this.toolBarStandar);
     this.Name  = "FrmJerarquiaAgrupProd";
     this.Text  = "FrmJerarquiaAgrupProd";
     this.Load += new System.EventHandler(this.FrmJerarquiaAgrupProd_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPlantilla));
            Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.comboMedida = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.ugbRestriccione = new Infragistics.Win.Misc.UltraGroupBox();
            this.CheckTieneFondo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.chkTieneTipoUnidad = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.chkTieneMaquina = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.chkTieneMaterial = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.chkTieneMedidadCerrada = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.chkTieneGraficos = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.chkTieneMedidaAbierta = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.chkTieneTiraRetira = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.txtNombreItem = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblNombreItem = new Infragistics.Win.Misc.UltraLabel();
            this.ssMaterial = new Soft.Controls.SoftSearch();
            this.ssOperacion = new Soft.Controls.SoftSearch();
            this.ssTipoUnidad = new Soft.Controls.SoftSearch();
            this.lblTipoUnidad = new Infragistics.Win.Misc.UltraLabel();
            this.ugbServicios = new Infragistics.Win.Misc.UltraGroupBox();
            this.ugServicios = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ubNuevo = new Infragistics.Win.Misc.UltraButton();
            this.ubEliminar = new Infragistics.Win.Misc.UltraButton();
            this.ssRelacionMedidas = new Soft.Controls.SoftSearch();
            this.lblRelacion = new Infragistics.Win.Misc.UltraLabel();
            this.lbMaterial = new Infragistics.Win.Misc.UltraLabel();
            this.lblOperacion = new Infragistics.Win.Misc.UltraLabel();
            this.uceActivo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.lblCodigo = new Infragistics.Win.Misc.UltraLabel();
            this.txtCodigo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblNombre = new Infragistics.Win.Misc.UltraLabel();
            this.txtNombre = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.utcDetalle = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.utPlantilla = new Infragistics.Win.UltraWinTree.UltraTree();
            this.ubNuevoItem = new Infragistics.Win.Misc.UltraButton();
            this.ubEliminarItem = new Infragistics.Win.Misc.UltraButton();
            this.busLineaProduccion = new Soft.Controls.SoftSearch();
            this.ultraLabel24 = new Infragistics.Win.Misc.UltraLabel();
            ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).BeginInit();
            this.ugbParent.SuspendLayout();
            this.ultraTabPageControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboMedida)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbRestriccione)).BeginInit();
            this.ugbRestriccione.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.CheckTieneFondo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneTipoUnidad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneMaquina)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneMaterial)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneMedidadCerrada)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneGraficos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneMedidaAbierta)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneTiraRetira)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNombreItem)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbServicios)).BeginInit();
            this.ugbServicios.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ugServicios)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uceActivo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCodigo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNombre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utcDetalle)).BeginInit();
            this.utcDetalle.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.utPlantilla)).BeginInit();
            this.SuspendLayout();
            // 
            // ugbParent
            // 
            this.ugbParent.Controls.Add(this.busLineaProduccion);
            this.ugbParent.Controls.Add(this.ultraLabel24);
            this.ugbParent.Controls.Add(this.utPlantilla);
            this.ugbParent.Controls.Add(this.utcDetalle);
            this.ugbParent.Controls.Add(this.ubEliminarItem);
            this.ugbParent.Controls.Add(this.ubNuevoItem);
            this.ugbParent.Controls.Add(this.lblNombre);
            this.ugbParent.Controls.Add(this.txtNombre);
            this.ugbParent.Controls.Add(this.uceActivo);
            this.ugbParent.Controls.Add(this.lblCodigo);
            this.ugbParent.Controls.Add(this.txtCodigo);
            this.ugbParent.Size = new System.Drawing.Size(807, 543);
            this.ugbParent.Controls.SetChildIndex(this.txtCodigo, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblCodigo, 0);
            this.ugbParent.Controls.SetChildIndex(this.uceActivo, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtNombre, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblNombre, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubNuevoItem, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubEliminarItem, 0);
            this.ugbParent.Controls.SetChildIndex(this.utcDetalle, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubCancelar, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubAceptar, 0);
            this.ugbParent.Controls.SetChildIndex(this.utPlantilla, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel24, 0);
            this.ugbParent.Controls.SetChildIndex(this.busLineaProduccion, 0);
            // 
            // ubCancelar
            // 
            this.ubCancelar.Location = new System.Drawing.Point(712, 514);
            this.ubCancelar.TabIndex = 14;
            // 
            // ubAceptar
            // 
            this.ubAceptar.Location = new System.Drawing.Point(631, 514);
            this.ubAceptar.TabIndex = 13;
            // 
            // ilMain
            // 
            this.ilMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilMain.ImageStream")));
            this.ilMain.Images.SetKeyName(0, "accept.png");
            this.ilMain.Images.SetKeyName(1, "accept_database.png");
            this.ilMain.Images.SetKeyName(2, "accept_page.png");
            this.ilMain.Images.SetKeyName(3, "add.png");
            this.ilMain.Images.SetKeyName(4, "add_comment.png");
            this.ilMain.Images.SetKeyName(5, "add_home.png");
            this.ilMain.Images.SetKeyName(6, "add_image.png");
            this.ilMain.Images.SetKeyName(7, "add_page.png");
            this.ilMain.Images.SetKeyName(8, "add_pages.png");
            this.ilMain.Images.SetKeyName(9, "add_printer.png");
            this.ilMain.Images.SetKeyName(10, "add_to_database.png");
            this.ilMain.Images.SetKeyName(11, "add_to_favorites.png");
            this.ilMain.Images.SetKeyName(12, "add_to_folder.png");
            this.ilMain.Images.SetKeyName(13, "add_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(14, "add_user.png");
            this.ilMain.Images.SetKeyName(15, "artwork.png");
            this.ilMain.Images.SetKeyName(16, "attach_image.png");
            this.ilMain.Images.SetKeyName(17, "attachment.png");
            this.ilMain.Images.SetKeyName(18, "back.png");
            this.ilMain.Images.SetKeyName(19, "block.png");
            this.ilMain.Images.SetKeyName(20, "blue_arrow_down.png");
            this.ilMain.Images.SetKeyName(21, "blue_arrow_up.png");
            this.ilMain.Images.SetKeyName(22, "blue_energy.png");
            this.ilMain.Images.SetKeyName(23, "bmp_file.png");
            this.ilMain.Images.SetKeyName(24, "book.png");
            this.ilMain.Images.SetKeyName(25, "book_accept.png");
            this.ilMain.Images.SetKeyName(26, "book_download.png");
            this.ilMain.Images.SetKeyName(27, "book_search.png");
            this.ilMain.Images.SetKeyName(28, "book_warning.png");
            this.ilMain.Images.SetKeyName(29, "calculator.png");
            this.ilMain.Images.SetKeyName(30, "calendar.png");
            this.ilMain.Images.SetKeyName(31, "calendar_empty.png");
            this.ilMain.Images.SetKeyName(32, "canvas_holder.png");
            this.ilMain.Images.SetKeyName(33, "card.png");
            this.ilMain.Images.SetKeyName(34, "cd.png");
            this.ilMain.Images.SetKeyName(35, "chalk_board.png");
            this.ilMain.Images.SetKeyName(36, "chart.png");
            this.ilMain.Images.SetKeyName(37, "chart_down.png");
            this.ilMain.Images.SetKeyName(38, "chart_pie.png");
            this.ilMain.Images.SetKeyName(39, "chart_up.png");
            this.ilMain.Images.SetKeyName(40, "clock.png");
            this.ilMain.Images.SetKeyName(41, "cloud_comment.png");
            this.ilMain.Images.SetKeyName(42, "coffee_cup.png");
            this.ilMain.Images.SetKeyName(43, "comment.png");
            this.ilMain.Images.SetKeyName(44, "comments.png");
            this.ilMain.Images.SetKeyName(45, "computer.png");
            this.ilMain.Images.SetKeyName(46, "computer_accept.png");
            this.ilMain.Images.SetKeyName(47, "computer_add.png");
            this.ilMain.Images.SetKeyName(48, "computer_help.png");
            this.ilMain.Images.SetKeyName(49, "computer_info.png");
            this.ilMain.Images.SetKeyName(50, "computer_process.png");
            this.ilMain.Images.SetKeyName(51, "computer_warning.png");
            this.ilMain.Images.SetKeyName(52, "copy_paste.png");
            this.ilMain.Images.SetKeyName(53, "credit_cart.png");
            this.ilMain.Images.SetKeyName(54, "credit_cart_cancelled.png");
            this.ilMain.Images.SetKeyName(55, "css_file.png");
            this.ilMain.Images.SetKeyName(56, "csv_file.png");
            this.ilMain.Images.SetKeyName(57, "cut.png");
            this.ilMain.Images.SetKeyName(58, "cut_from_page.png");
            this.ilMain.Images.SetKeyName(59, "database.png");
            this.ilMain.Images.SetKeyName(60, "delete.png");
            this.ilMain.Images.SetKeyName(61, "delete_comment.png");
            this.ilMain.Images.SetKeyName(62, "delete_computer.png");
            this.ilMain.Images.SetKeyName(63, "delete_folder.png");
            this.ilMain.Images.SetKeyName(64, "delete_home.png");
            this.ilMain.Images.SetKeyName(65, "delete_image.png");
            this.ilMain.Images.SetKeyName(66, "delete_page.png");
            this.ilMain.Images.SetKeyName(67, "delete_user.png");
            this.ilMain.Images.SetKeyName(68, "dollar_currency_sign.png");
            this.ilMain.Images.SetKeyName(69, "download.png");
            this.ilMain.Images.SetKeyName(70, "download_database.png");
            this.ilMain.Images.SetKeyName(71, "download_image.png");
            this.ilMain.Images.SetKeyName(72, "download_to_computer.png");
            this.ilMain.Images.SetKeyName(73, "dvd.png");
            this.ilMain.Images.SetKeyName(74, "edit.png");
            this.ilMain.Images.SetKeyName(75, "edit_page.png");
            this.ilMain.Images.SetKeyName(76, "edit_profile.png");
            this.ilMain.Images.SetKeyName(77, "eps_file.png");
            this.ilMain.Images.SetKeyName(78, "equalizer.png");
            this.ilMain.Images.SetKeyName(79, "euro_currency_sign.png");
            this.ilMain.Images.SetKeyName(80, "favorite.png");
            this.ilMain.Images.SetKeyName(81, "favorite_film.png");
            this.ilMain.Images.SetKeyName(82, "film.png");
            this.ilMain.Images.SetKeyName(83, "firewall.png");
            this.ilMain.Images.SetKeyName(84, "folder.png");
            this.ilMain.Images.SetKeyName(85, "folder_accept.png");
            this.ilMain.Images.SetKeyName(86, "folder_conflicted.png");
            this.ilMain.Images.SetKeyName(87, "folder_full.png");
            this.ilMain.Images.SetKeyName(88, "folder_modified.png");
            this.ilMain.Images.SetKeyName(89, "full_page.png");
            this.ilMain.Images.SetKeyName(90, "games.png");
            this.ilMain.Images.SetKeyName(91, "gif_file.png");
            this.ilMain.Images.SetKeyName(92, "globe.png");
            this.ilMain.Images.SetKeyName(93, "globe_download.png");
            this.ilMain.Images.SetKeyName(94, "globe_process.png");
            this.ilMain.Images.SetKeyName(95, "globe_warning.png");
            this.ilMain.Images.SetKeyName(96, "green_arrow_down.png");
            this.ilMain.Images.SetKeyName(97, "green_arrow_up.png");
            this.ilMain.Images.SetKeyName(98, "green_button.png");
            this.ilMain.Images.SetKeyName(99, "green_energy.png");
            this.ilMain.Images.SetKeyName(100, "green_flag.png");
            this.ilMain.Images.SetKeyName(101, "heart.png");
            this.ilMain.Images.SetKeyName(102, "help.png");
            this.ilMain.Images.SetKeyName(103, "help_balloon.png");
            this.ilMain.Images.SetKeyName(104, "home.png");
            this.ilMain.Images.SetKeyName(105, "home_accept.png");
            this.ilMain.Images.SetKeyName(106, "html_file.png");
            this.ilMain.Images.SetKeyName(107, "ico_file.png");
            this.ilMain.Images.SetKeyName(108, "id_card.png");
            this.ilMain.Images.SetKeyName(109, "image.png");
            this.ilMain.Images.SetKeyName(110, "image_accept.png");
            this.ilMain.Images.SetKeyName(111, "info.png");
            this.ilMain.Images.SetKeyName(112, "insert_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(113, "jpg_file.png");
            this.ilMain.Images.SetKeyName(114, "js_file.png");
            this.ilMain.Images.SetKeyName(115, "json_file.png");
            this.ilMain.Images.SetKeyName(116, "key.png");
            this.ilMain.Images.SetKeyName(117, "light_bulb.png");
            this.ilMain.Images.SetKeyName(118, "link.png");
            this.ilMain.Images.SetKeyName(119, "lock.png");
            this.ilMain.Images.SetKeyName(120, "magnet.png");
            this.ilMain.Images.SetKeyName(121, "mail.png");
            this.ilMain.Images.SetKeyName(122, "mail_lock.png");
            this.ilMain.Images.SetKeyName(123, "mail_receive.png");
            this.ilMain.Images.SetKeyName(124, "mail_search.png");
            this.ilMain.Images.SetKeyName(125, "mail_send.png");
            this.ilMain.Images.SetKeyName(126, "mobile_phone.png");
            this.ilMain.Images.SetKeyName(127, "mouse.png");
            this.ilMain.Images.SetKeyName(128, "music.png");
            this.ilMain.Images.SetKeyName(129, "new.png");
            this.ilMain.Images.SetKeyName(130, "new_page.png");
            this.ilMain.Images.SetKeyName(131, "news.png");
            this.ilMain.Images.SetKeyName(132, "next.png");
            this.ilMain.Images.SetKeyName(133, "note.png");
            this.ilMain.Images.SetKeyName(134, "note_accept.png");
            this.ilMain.Images.SetKeyName(135, "note_book.png");
            this.ilMain.Images.SetKeyName(136, "office_folders.png");
            this.ilMain.Images.SetKeyName(137, "old_clock.png");
            this.ilMain.Images.SetKeyName(138, "open_store.png");
            this.ilMain.Images.SetKeyName(139, "orange_arrow_down.png");
            this.ilMain.Images.SetKeyName(140, "orange_arrow_up.png");
            this.ilMain.Images.SetKeyName(141, "orange_button.png");
            this.ilMain.Images.SetKeyName(142, "package.png");
            this.ilMain.Images.SetKeyName(143, "package_accept.png");
            this.ilMain.Images.SetKeyName(144, "package_add.png");
            this.ilMain.Images.SetKeyName(145, "package_download.png");
            this.ilMain.Images.SetKeyName(146, "package_warning.png");
            this.ilMain.Images.SetKeyName(147, "page_down.png");
            this.ilMain.Images.SetKeyName(148, "page_process.png");
            this.ilMain.Images.SetKeyName(149, "page_up.png");
            this.ilMain.Images.SetKeyName(150, "pages.png");
            this.ilMain.Images.SetKeyName(151, "pages_warning.png");
            this.ilMain.Images.SetKeyName(152, "paint.png");
            this.ilMain.Images.SetKeyName(153, "paint_brush.png");
            this.ilMain.Images.SetKeyName(154, "palette.png");
            this.ilMain.Images.SetKeyName(155, "palette_brush.png");
            this.ilMain.Images.SetKeyName(156, "pastel_colors.png");
            this.ilMain.Images.SetKeyName(157, "pdf_file.png");
            this.ilMain.Images.SetKeyName(158, "phone_book.png");
            this.ilMain.Images.SetKeyName(159, "phone_book_edit.png");
            this.ilMain.Images.SetKeyName(160, "photo_camera.png");
            this.ilMain.Images.SetKeyName(161, "photo_camera_accept.png");
            this.ilMain.Images.SetKeyName(162, "php_file.png");
            this.ilMain.Images.SetKeyName(163, "pin.png");
            this.ilMain.Images.SetKeyName(164, "png_file.png");
            this.ilMain.Images.SetKeyName(165, "ppt_file.png");
            this.ilMain.Images.SetKeyName(166, "printer.png");
            this.ilMain.Images.SetKeyName(167, "printer_accept.png");
            this.ilMain.Images.SetKeyName(168, "printer_warning.png");
            this.ilMain.Images.SetKeyName(169, "prize_winner.png");
            this.ilMain.Images.SetKeyName(170, "process.png");
            this.ilMain.Images.SetKeyName(171, "process_accept.png");
            this.ilMain.Images.SetKeyName(172, "process_info.png");
            this.ilMain.Images.SetKeyName(173, "process_warning.png");
            this.ilMain.Images.SetKeyName(174, "promotion.png");
            this.ilMain.Images.SetKeyName(175, "protection.png");
            this.ilMain.Images.SetKeyName(176, "psd_file.png");
            this.ilMain.Images.SetKeyName(177, "puzzle.png");
            this.ilMain.Images.SetKeyName(178, "recycle.png");
            this.ilMain.Images.SetKeyName(179, "red_button.png");
            this.ilMain.Images.SetKeyName(180, "red_flag.png");
            this.ilMain.Images.SetKeyName(181, "refresh.png");
            this.ilMain.Images.SetKeyName(182, "refresh_page.png");
            this.ilMain.Images.SetKeyName(183, "remote_desktop.png");
            this.ilMain.Images.SetKeyName(184, "remove_from_database.png");
            this.ilMain.Images.SetKeyName(185, "remove_from_shopping_cart.png");
            this.ilMain.Images.SetKeyName(186, "report.png");
            this.ilMain.Images.SetKeyName(187, "rss.png");
            this.ilMain.Images.SetKeyName(188, "ruler.png");
            this.ilMain.Images.SetKeyName(189, "ruler_pencil.png");
            this.ilMain.Images.SetKeyName(190, "sale.png");
            this.ilMain.Images.SetKeyName(191, "save.png");
            this.ilMain.Images.SetKeyName(192, "search.png");
            this.ilMain.Images.SetKeyName(193, "search_computer.png");
            this.ilMain.Images.SetKeyName(194, "search_database.png");
            this.ilMain.Images.SetKeyName(195, "search_globe.png");
            this.ilMain.Images.SetKeyName(196, "search_home.png");
            this.ilMain.Images.SetKeyName(197, "search_image.png");
            this.ilMain.Images.SetKeyName(198, "search_page.png");
            this.ilMain.Images.SetKeyName(199, "search_printer.png");
            this.ilMain.Images.SetKeyName(200, "search_user.png");
            this.ilMain.Images.SetKeyName(201, "security.png");
            this.ilMain.Images.SetKeyName(202, "send_sms.png");
            this.ilMain.Images.SetKeyName(203, "shopping_cart.png");
            this.ilMain.Images.SetKeyName(204, "shopping_cart_accept.png");
            this.ilMain.Images.SetKeyName(205, "sms.png");
            this.ilMain.Images.SetKeyName(206, "sound.png");
            this.ilMain.Images.SetKeyName(207, "sound_muted.png");
            this.ilMain.Images.SetKeyName(208, "star_empty.png");
            this.ilMain.Images.SetKeyName(209, "star_full.png");
            this.ilMain.Images.SetKeyName(210, "star_half_full.png");
            this.ilMain.Images.SetKeyName(211, "sterling_pound_currency_sign.png");
            this.ilMain.Images.SetKeyName(212, "support.png");
            this.ilMain.Images.SetKeyName(213, "svg_file.png");
            this.ilMain.Images.SetKeyName(214, "swf_file.png");
            this.ilMain.Images.SetKeyName(215, "tablet.png");
            this.ilMain.Images.SetKeyName(216, "tag_blue.png");
            this.ilMain.Images.SetKeyName(217, "tag_green.png");
            this.ilMain.Images.SetKeyName(218, "target.png");
            this.ilMain.Images.SetKeyName(219, "television.png");
            this.ilMain.Images.SetKeyName(220, "text_page.png");
            this.ilMain.Images.SetKeyName(221, "tiff_file.png");
            this.ilMain.Images.SetKeyName(222, "tools.png");
            this.ilMain.Images.SetKeyName(223, "trash_can.png");
            this.ilMain.Images.SetKeyName(224, "turquoise_button.png");
            this.ilMain.Images.SetKeyName(225, "twitter.png");
            this.ilMain.Images.SetKeyName(226, "txt_file.png");
            this.ilMain.Images.SetKeyName(227, "unlock.png");
            this.ilMain.Images.SetKeyName(228, "up.png");
            this.ilMain.Images.SetKeyName(229, "user.png");
            this.ilMain.Images.SetKeyName(230, "user_accept.png");
            this.ilMain.Images.SetKeyName(231, "user_comment.png");
            this.ilMain.Images.SetKeyName(232, "users.png");
            this.ilMain.Images.SetKeyName(233, "users_comments.png");
            this.ilMain.Images.SetKeyName(234, "violet_button.png");
            this.ilMain.Images.SetKeyName(235, "warning.png");
            this.ilMain.Images.SetKeyName(236, "white_flag.png");
            this.ilMain.Images.SetKeyName(237, "windows_terminal.png");
            this.ilMain.Images.SetKeyName(238, "xml_file.png");
            this.ilMain.Images.SetKeyName(239, "yen_currency_sign.png");
            this.ilMain.Images.SetKeyName(240, "zip_file.png");
            this.ilMain.Images.SetKeyName(241, "zip_file_accept.png");
            this.ilMain.Images.SetKeyName(242, "zip_file_download.png");
            this.ilMain.Images.SetKeyName(243, "zip_file_info.png");
            this.ilMain.Images.SetKeyName(244, "zip_file_search.png");
            this.ilMain.Images.SetKeyName(245, "zoom_in.png");
            this.ilMain.Images.SetKeyName(246, "zoom_out.png");
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.comboMedida);
            this.ultraTabPageControl1.Controls.Add(this.ugbRestriccione);
            this.ultraTabPageControl1.Controls.Add(this.txtNombreItem);
            this.ultraTabPageControl1.Controls.Add(this.lblNombreItem);
            this.ultraTabPageControl1.Controls.Add(this.ssMaterial);
            this.ultraTabPageControl1.Controls.Add(this.ssOperacion);
            this.ultraTabPageControl1.Controls.Add(this.ssTipoUnidad);
            this.ultraTabPageControl1.Controls.Add(this.lblTipoUnidad);
            this.ultraTabPageControl1.Controls.Add(this.ugbServicios);
            this.ultraTabPageControl1.Controls.Add(this.ssRelacionMedidas);
            this.ultraTabPageControl1.Controls.Add(this.lblRelacion);
            this.ultraTabPageControl1.Controls.Add(this.lbMaterial);
            this.ultraTabPageControl1.Controls.Add(this.lblOperacion);
            this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(564, 432);
            // 
            // comboMedida
            // 
            valueListItem5.DataValue = "CM.";
            valueListItem5.Tag = 1;
            valueListItem6.DataValue = "MT.";
            valueListItem6.Tag = 100;
            this.comboMedida.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem5,
            valueListItem6});
            this.comboMedida.Location = new System.Drawing.Point(335, 43);
            this.comboMedida.Name = "comboMedida";
            this.comboMedida.Size = new System.Drawing.Size(53, 21);
            this.comboMedida.TabIndex = 119;
            this.comboMedida.ValueChanged += new System.EventHandler(this.comboMedida_ValueChanged);
            // 
            // ugbRestriccione
            // 
            appearance4.BackColor = System.Drawing.Color.Transparent;
            this.ugbRestriccione.Appearance = appearance4;
            this.ugbRestriccione.Controls.Add(this.CheckTieneFondo);
            this.ugbRestriccione.Controls.Add(this.chkTieneTipoUnidad);
            this.ugbRestriccione.Controls.Add(this.chkTieneMaquina);
            this.ugbRestriccione.Controls.Add(this.chkTieneMaterial);
            this.ugbRestriccione.Controls.Add(this.chkTieneMedidadCerrada);
            this.ugbRestriccione.Controls.Add(this.chkTieneGraficos);
            this.ugbRestriccione.Controls.Add(this.chkTieneMedidaAbierta);
            this.ugbRestriccione.Controls.Add(this.chkTieneTiraRetira);
            this.ugbRestriccione.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ugbRestriccione.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOutsideBorder;
            this.ugbRestriccione.Location = new System.Drawing.Point(394, 4);
            this.ugbRestriccione.Name = "ugbRestriccione";
            this.ugbRestriccione.Size = new System.Drawing.Size(156, 188);
            this.ugbRestriccione.TabIndex = 83;
            this.ugbRestriccione.Text = "Restricciones";
            // 
            // CheckTieneFondo
            // 
            this.CheckTieneFondo.Location = new System.Drawing.Point(13, 162);
            this.CheckTieneFondo.Name = "CheckTieneFondo";
            this.CheckTieneFondo.Size = new System.Drawing.Size(136, 20);
            this.CheckTieneFondo.TabIndex = 25;
            this.CheckTieneFondo.Text = "Tiene Fondo";
            this.CheckTieneFondo.CheckedChanged += new System.EventHandler(this.CheckTieneFondo_CheckedChanged);
            // 
            // chkTieneTipoUnidad
            // 
            this.chkTieneTipoUnidad.Location = new System.Drawing.Point(13, 140);
            this.chkTieneTipoUnidad.Name = "chkTieneTipoUnidad";
            this.chkTieneTipoUnidad.Size = new System.Drawing.Size(136, 20);
            this.chkTieneTipoUnidad.TabIndex = 24;
            this.chkTieneTipoUnidad.Text = "Tiene Tipo Unidad";
            this.chkTieneTipoUnidad.CheckedChanged += new System.EventHandler(this.chkTieneTipoUnidad_CheckedChanged);
            // 
            // chkTieneMaquina
            // 
            this.chkTieneMaquina.Location = new System.Drawing.Point(13, 119);
            this.chkTieneMaquina.Name = "chkTieneMaquina";
            this.chkTieneMaquina.Size = new System.Drawing.Size(136, 20);
            this.chkTieneMaquina.TabIndex = 23;
            this.chkTieneMaquina.Text = "Tiene Máquina";
            this.chkTieneMaquina.CheckedChanged += new System.EventHandler(this.chkTieneMaquina_CheckedChanged);
            // 
            // chkTieneMaterial
            // 
            this.chkTieneMaterial.Location = new System.Drawing.Point(13, 100);
            this.chkTieneMaterial.Name = "chkTieneMaterial";
            this.chkTieneMaterial.Size = new System.Drawing.Size(136, 20);
            this.chkTieneMaterial.TabIndex = 22;
            this.chkTieneMaterial.Text = "Tiene Material";
            this.chkTieneMaterial.CheckedChanged += new System.EventHandler(this.chkTieneMaterial_CheckedChanged);
            // 
            // chkTieneMedidadCerrada
            // 
            this.chkTieneMedidadCerrada.Location = new System.Drawing.Point(13, 44);
            this.chkTieneMedidadCerrada.Name = "chkTieneMedidadCerrada";
            this.chkTieneMedidadCerrada.Size = new System.Drawing.Size(136, 20);
            this.chkTieneMedidadCerrada.TabIndex = 19;
            this.chkTieneMedidadCerrada.Text = "Tiene Medida Cerrada";
            this.chkTieneMedidadCerrada.CheckedChanged += new System.EventHandler(this.chkTieneMedidadCerrada_CheckedChanged);
            // 
            // chkTieneGraficos
            // 
            this.chkTieneGraficos.Location = new System.Drawing.Point(13, 81);
            this.chkTieneGraficos.Name = "chkTieneGraficos";
            this.chkTieneGraficos.Size = new System.Drawing.Size(136, 20);
            this.chkTieneGraficos.TabIndex = 21;
            this.chkTieneGraficos.Text = "Tiene Graficos";
            this.chkTieneGraficos.CheckedChanged += new System.EventHandler(this.chkTieneGraficos_CheckedChanged);
            // 
            // chkTieneMedidaAbierta
            // 
            this.chkTieneMedidaAbierta.Location = new System.Drawing.Point(13, 26);
            this.chkTieneMedidaAbierta.Name = "chkTieneMedidaAbierta";
            this.chkTieneMedidaAbierta.Size = new System.Drawing.Size(136, 20);
            this.chkTieneMedidaAbierta.TabIndex = 18;
            this.chkTieneMedidaAbierta.Text = "Tiene Medida Abierta";
            this.chkTieneMedidaAbierta.CheckedChanged += new System.EventHandler(this.chkTieneMedidaAbierta_CheckedChanged);
            // 
            // chkTieneTiraRetira
            // 
            this.chkTieneTiraRetira.Location = new System.Drawing.Point(13, 63);
            this.chkTieneTiraRetira.Name = "chkTieneTiraRetira";
            this.chkTieneTiraRetira.Size = new System.Drawing.Size(136, 20);
            this.chkTieneTiraRetira.TabIndex = 20;
            this.chkTieneTiraRetira.Text = "Tiene Tira y Retira";
            this.chkTieneTiraRetira.CheckedChanged += new System.EventHandler(this.chkTieneTiraRetira_CheckedChanged);
            // 
            // txtNombreItem
            // 
            this.txtNombreItem.Location = new System.Drawing.Point(151, 14);
            this.txtNombreItem.Name = "txtNombreItem";
            this.txtNombreItem.Size = new System.Drawing.Size(237, 21);
            this.txtNombreItem.TabIndex = 6;
            this.txtNombreItem.TextChanged += new System.EventHandler(this.txtNombreItem_TextChanged);
            // 
            // lblNombreItem
            // 
            this.lblNombreItem.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblNombreItem.Location = new System.Drawing.Point(17, 19);
            this.lblNombreItem.Name = "lblNombreItem";
            this.lblNombreItem.Size = new System.Drawing.Size(100, 21);
            this.lblNombreItem.TabIndex = 14;
            this.lblNombreItem.Text = "Nombre";
            // 
            // ssMaterial
            // 
            this.ssMaterial.BackColor = System.Drawing.Color.Transparent;
            this.ssMaterial.Location = new System.Drawing.Point(151, 127);
            this.ssMaterial.Name = "ssMaterial";
            this.ssMaterial.Size = new System.Drawing.Size(237, 30);
            this.ssMaterial.TabIndex = 10;
            this.ssMaterial.Search += new System.EventHandler(this.ssMaterial_Search);
            this.ssMaterial.Clear += new System.EventHandler(this.ssMaterial_Clear);
            // 
            // ssOperacion
            // 
            this.ssOperacion.BackColor = System.Drawing.Color.Transparent;
            this.ssOperacion.Location = new System.Drawing.Point(151, 99);
            this.ssOperacion.Name = "ssOperacion";
            this.ssOperacion.Size = new System.Drawing.Size(237, 30);
            this.ssOperacion.TabIndex = 9;
            this.ssOperacion.Search += new System.EventHandler(this.ssOperacion_Search);
            this.ssOperacion.Clear += new System.EventHandler(this.ssOperacion_Clear);
            // 
            // ssTipoUnidad
            // 
            this.ssTipoUnidad.BackColor = System.Drawing.Color.Transparent;
            this.ssTipoUnidad.Location = new System.Drawing.Point(151, 71);
            this.ssTipoUnidad.Name = "ssTipoUnidad";
            this.ssTipoUnidad.Size = new System.Drawing.Size(165, 32);
            this.ssTipoUnidad.TabIndex = 8;
            this.ssTipoUnidad.Search += new System.EventHandler(this.ssTipoUnidad_Search);
            this.ssTipoUnidad.Clear += new System.EventHandler(this.ssTipoUnidad_Clear);
            // 
            // lblTipoUnidad
            // 
            this.lblTipoUnidad.Location = new System.Drawing.Point(17, 74);
            this.lblTipoUnidad.Name = "lblTipoUnidad";
            this.lblTipoUnidad.Size = new System.Drawing.Size(100, 21);
            this.lblTipoUnidad.TabIndex = 12;
            this.lblTipoUnidad.Text = "Tipo de Unidad";
            // 
            // ugbServicios
            // 
            appearance5.BackColor = System.Drawing.Color.Transparent;
            this.ugbServicios.Appearance = appearance5;
            this.ugbServicios.Controls.Add(this.ugServicios);
            this.ugbServicios.Controls.Add(this.ubNuevo);
            this.ugbServicios.Controls.Add(this.ubEliminar);
            this.ugbServicios.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ugbServicios.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOutsideBorder;
            this.ugbServicios.Location = new System.Drawing.Point(15, 198);
            this.ugbServicios.Name = "ugbServicios";
            this.ugbServicios.Size = new System.Drawing.Size(535, 209);
            this.ugbServicios.TabIndex = 11;
            this.ugbServicios.Text = "Servicios y Acabados";
            // 
            // ugServicios
            // 
            this.ugServicios.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            this.ugServicios.Dock = System.Windows.Forms.DockStyle.Top;
            this.ugServicios.Location = new System.Drawing.Point(3, 25);
            this.ugServicios.Name = "ugServicios";
            this.ugServicios.Size = new System.Drawing.Size(529, 139);
            this.ugServicios.TabIndex = 0;
            this.ugServicios.Text = "ultraGrid1";
            this.ugServicios.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ugServicios_CellChange);
            // 
            // ubNuevo
            // 
            this.ubNuevo.Location = new System.Drawing.Point(369, 171);
            this.ubNuevo.Name = "ubNuevo";
            this.ubNuevo.Size = new System.Drawing.Size(75, 23);
            this.ubNuevo.TabIndex = 11;
            this.ubNuevo.Text = "Nuevo";
            this.ubNuevo.Click += new System.EventHandler(this.ubNuevo_Click);
            // 
            // ubEliminar
            // 
            this.ubEliminar.Location = new System.Drawing.Point(450, 171);
            this.ubEliminar.Name = "ubEliminar";
            this.ubEliminar.Size = new System.Drawing.Size(75, 23);
            this.ubEliminar.TabIndex = 12;
            this.ubEliminar.Text = "Eliminar";
            this.ubEliminar.Click += new System.EventHandler(this.ubEliminar_Click);
            // 
            // ssRelacionMedidas
            // 
            this.ssRelacionMedidas.BackColor = System.Drawing.Color.Transparent;
            this.ssRelacionMedidas.Location = new System.Drawing.Point(151, 44);
            this.ssRelacionMedidas.Name = "ssRelacionMedidas";
            this.ssRelacionMedidas.Size = new System.Drawing.Size(165, 30);
            this.ssRelacionMedidas.TabIndex = 7;
            this.ssRelacionMedidas.Search += new System.EventHandler(this.ssRelacionMedidas_Search);
            this.ssRelacionMedidas.Clear += new System.EventHandler(this.ssRelacionMedidas_Clear);
            // 
            // lblRelacion
            // 
            this.lblRelacion.Location = new System.Drawing.Point(17, 47);
            this.lblRelacion.Name = "lblRelacion";
            this.lblRelacion.Size = new System.Drawing.Size(100, 21);
            this.lblRelacion.TabIndex = 9;
            this.lblRelacion.Text = "Relacion Medidas";
            // 
            // lbMaterial
            // 
            this.lbMaterial.Location = new System.Drawing.Point(17, 129);
            this.lbMaterial.Name = "lbMaterial";
            this.lbMaterial.Size = new System.Drawing.Size(100, 23);
            this.lbMaterial.TabIndex = 7;
            this.lbMaterial.Text = "Material (Opcional)";
            // 
            // lblOperacion
            // 
            this.lblOperacion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblOperacion.Location = new System.Drawing.Point(17, 102);
            this.lblOperacion.Name = "lblOperacion";
            this.lblOperacion.Size = new System.Drawing.Size(116, 21);
            this.lblOperacion.TabIndex = 3;
            this.lblOperacion.Text = "Operación (Opcional)";
            // 
            // uceActivo
            // 
            this.uceActivo.BackColor = System.Drawing.Color.Transparent;
            this.uceActivo.BackColorInternal = System.Drawing.Color.Transparent;
            this.uceActivo.Location = new System.Drawing.Point(688, 16);
            this.uceActivo.Name = "uceActivo";
            this.uceActivo.Size = new System.Drawing.Size(54, 20);
            this.uceActivo.TabIndex = 3;
            this.uceActivo.Text = "Activo";
            this.uceActivo.CheckedChanged += new System.EventHandler(this.uceActivo_CheckedChanged);
            // 
            // lblCodigo
            // 
            appearance8.BackColor = System.Drawing.Color.Transparent;
            this.lblCodigo.Appearance = appearance8;
            this.lblCodigo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblCodigo.Location = new System.Drawing.Point(17, 19);
            this.lblCodigo.Name = "lblCodigo";
            this.lblCodigo.Size = new System.Drawing.Size(48, 23);
            this.lblCodigo.TabIndex = 9;
            this.lblCodigo.Text = "Código";
            // 
            // txtCodigo
            // 
            this.txtCodigo.Location = new System.Drawing.Point(82, 16);
            this.txtCodigo.Name = "txtCodigo";
            this.txtCodigo.Size = new System.Drawing.Size(134, 21);
            this.txtCodigo.TabIndex = 1;
            this.txtCodigo.TextChanged += new System.EventHandler(this.txtCodigo_TextChanged);
            // 
            // lblNombre
            // 
            appearance7.BackColor = System.Drawing.Color.Transparent;
            this.lblNombre.Appearance = appearance7;
            this.lblNombre.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblNombre.Location = new System.Drawing.Point(235, 19);
            this.lblNombre.Name = "lblNombre";
            this.lblNombre.Size = new System.Drawing.Size(46, 23);
            this.lblNombre.TabIndex = 12;
            this.lblNombre.Text = "Nombre";
            // 
            // txtNombre
            // 
            this.txtNombre.Location = new System.Drawing.Point(298, 16);
            this.txtNombre.Name = "txtNombre";
            this.txtNombre.Size = new System.Drawing.Size(353, 21);
            this.txtNombre.TabIndex = 2;
            this.txtNombre.TextChanged += new System.EventHandler(this.txtNombre_TextChanged);
            // 
            // utcDetalle
            // 
            appearance3.BackColor = System.Drawing.Color.Transparent;
            this.utcDetalle.Appearance = appearance3;
            this.utcDetalle.Controls.Add(this.ultraTabSharedControlsPage1);
            this.utcDetalle.Controls.Add(this.ultraTabPageControl1);
            this.utcDetalle.Location = new System.Drawing.Point(222, 50);
            this.utcDetalle.Name = "utcDetalle";
            this.utcDetalle.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.utcDetalle.Size = new System.Drawing.Size(568, 458);
            appearance6.BackColor = System.Drawing.Color.Transparent;
            this.utcDetalle.TabHeaderAreaAppearance = appearance6;
            this.utcDetalle.TabIndex = 14;
            ultraTab1.TabPage = this.ultraTabPageControl1;
            ultraTab1.Text = ":: Información Adicional ::";
            this.utcDetalle.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1});
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(564, 432);
            // 
            // utPlantilla
            // 
            this.utPlantilla.ImageTransparentColor = System.Drawing.Color.Transparent;
            this.utPlantilla.Location = new System.Drawing.Point(17, 52);
            this.utPlantilla.Name = "utPlantilla";
            this.utPlantilla.NodeConnectorColor = System.Drawing.SystemColors.ControlDark;
            ultraTreeNode1.LeftImages.Add(((object)(resources.GetObject("ultraTreeNode1.LeftImages"))));
            ultraTreeNode1.Text = "";
            this.utPlantilla.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
            ultraTreeNode1});
            appearance2.FontData.BoldAsString = "True";
            appearance2.FontData.ItalicAsString = "True";
            _override1.ActiveNodeAppearance = appearance2;
            this.utPlantilla.Override = _override1;
            this.utPlantilla.Size = new System.Drawing.Size(200, 424);
            this.utPlantilla.TabIndex = 15;
            this.utPlantilla.AfterSelect += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.utPlantilla_AfterSelect);
            // 
            // ubNuevoItem
            // 
            this.ubNuevoItem.Location = new System.Drawing.Point(18, 481);
            this.ubNuevoItem.Name = "ubNuevoItem";
            this.ubNuevoItem.Size = new System.Drawing.Size(99, 23);
            this.ubNuevoItem.TabIndex = 4;
            this.ubNuevoItem.Text = "Nuevo";
            this.ubNuevoItem.Click += new System.EventHandler(this.ubNuevoItem_Click);
            // 
            // ubEliminarItem
            // 
            this.ubEliminarItem.Location = new System.Drawing.Point(123, 482);
            this.ubEliminarItem.Name = "ubEliminarItem";
            this.ubEliminarItem.Size = new System.Drawing.Size(94, 23);
            this.ubEliminarItem.TabIndex = 5;
            this.ubEliminarItem.Text = "Eliminar";
            this.ubEliminarItem.Click += new System.EventHandler(this.ubEliminarItem_Click);
            // 
            // busLineaProduccion
            // 
            this.busLineaProduccion.BackColor = System.Drawing.Color.Transparent;
            this.busLineaProduccion.Location = new System.Drawing.Point(508, 42);
            this.busLineaProduccion.Name = "busLineaProduccion";
            this.busLineaProduccion.Size = new System.Drawing.Size(171, 28);
            this.busLineaProduccion.TabIndex = 123;
            this.busLineaProduccion.Search += new System.EventHandler(this.busLineaProduccion_Search);
            // 
            // ultraLabel24
            // 
            appearance1.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel24.Appearance = appearance1;
            this.ultraLabel24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel24.Location = new System.Drawing.Point(377, 43);
            this.ultraLabel24.Name = "ultraLabel24";
            this.ultraLabel24.Size = new System.Drawing.Size(130, 23);
            this.ultraLabel24.TabIndex = 122;
            this.ultraLabel24.Text = "Linea de Producción";
            // 
            // FrmPlantilla
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(823, 581);
            this.Name = "FrmPlantilla";
            this.Text = "Plantilla";
            ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).EndInit();
            this.ugbParent.ResumeLayout(false);
            this.ugbParent.PerformLayout();
            this.ultraTabPageControl1.ResumeLayout(false);
            this.ultraTabPageControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboMedida)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbRestriccione)).EndInit();
            this.ugbRestriccione.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.CheckTieneFondo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneTipoUnidad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneMaquina)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneMaterial)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneMedidadCerrada)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneGraficos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneMedidaAbierta)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneTiraRetira)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNombreItem)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbServicios)).EndInit();
            this.ugbServicios.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ugServicios)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uceActivo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCodigo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNombre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utcDetalle)).EndInit();
            this.utcDetalle.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.utPlantilla)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Infragistics.Win.UltraWinTree.UltraTreeColumnSet ultraTreeColumnSet1 = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn1 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
            Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn2 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
            Infragistics.Win.UltraWinTree.UltraTreeColumnSet ultraTreeColumnSet2 = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
            Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn3 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
            Infragistics.Win.UltraWinTree.UltraTreeColumnSet ultraTreeColumnSet3 = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
            Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn4 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
            Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn5 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
            Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
            this.InputTree = new Infragistics.Win.UltraWinTree.UltraTree();
            this.ds = new System.Data.DataSet();
            this.dtDataSet = new System.Data.DataTable();
            this.cKey = new System.Data.DataColumn();
            this.cDes = new System.Data.DataColumn();
            this.InputParameters = new System.Data.DataTable();
            this.cInputDataSetKey = new System.Data.DataColumn();
            this.cInputKey = new System.Data.DataColumn();
            this.cInputName = new System.Data.DataColumn();
            this.ExpectedResult = new System.Data.DataTable();
            this.cExpectedDataSet = new System.Data.DataColumn();
            this.cExpectedKey = new System.Data.DataColumn();
            this.cExpectedName = new System.Data.DataColumn();
            this.Step = new System.Data.DataTable();
            this.cInputSetKey = new System.Data.DataColumn();
            this.cStepKey = new System.Data.DataColumn();
            this.cStepName = new System.Data.DataColumn();
            this.Parameter = new System.Data.DataTable();
            this.cParaStepKey = new System.Data.DataColumn();
            this.cParaKey = new System.Data.DataColumn();
            this.cParaValue = new System.Data.DataColumn();
            this.btnImport = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.InputTree)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ds)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.InputParameters)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ExpectedResult)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Step)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Parameter)).BeginInit();
            this.SuspendLayout();
            // 
            // InputTree
            // 
            this.InputTree.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.InputTree.ColumnSettings.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeColumnSet1.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeColumnSet1.AllowCellSizing = Infragistics.Win.UltraWinTree.LayoutSizing.Vertical;
            appearance1.ImageHAlign = Infragistics.Win.HAlign.Left;
            appearance1.ImageVAlign = Infragistics.Win.VAlign.Middle;
            ultraTreeColumnSet1.CellAppearance = appearance1;
            ultraTreeColumnSet1.ColumnAutoSizeMode = Infragistics.Win.UltraWinTree.ColumnAutoSizeMode.AllNodesWithDescendants;
            appearance2.ImageVAlign = Infragistics.Win.VAlign.Middle;
            ultraTreeColumnSet1.ColumnHeaderAppearance = appearance2;
            ultraTreeNodeColumn1.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeNodeColumn1.Key = "cDataSetKey";
            ultraTreeNodeColumn1.Text = "DataSet Key";
            ultraTreeNodeColumn2.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeNodeColumn2.Key = "cDataSetDescription";
            ultraTreeNodeColumn2.Text = "Description";
            ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn1);
            ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn2);
            ultraTreeColumnSet1.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
            ultraTreeColumnSet1.Key = "DataSet";
            ultraTreeColumnSet1.TipStyleCell = Infragistics.Win.UltraWinTree.TipStyleCell.Show;
            ultraTreeColumnSet2.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeNodeColumn3.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeNodeColumn3.Key = "cStep";
            ultraTreeNodeColumn3.Text = "Step Name";
            ultraTreeColumnSet2.Columns.Add(ultraTreeNodeColumn3);
            ultraTreeColumnSet2.HeaderStyle = Infragistics.Win.HeaderStyle.XPThemed;
            ultraTreeColumnSet2.Key = "Step";
            ultraTreeColumnSet2.LabelPosition = Infragistics.Win.UltraWinTree.NodeLayoutLabelPosition.Left;
            ultraTreeColumnSet2.LabelStyle = Infragistics.Win.UltraWinTree.NodeLayoutLabelStyle.WithCellData;
            ultraTreeColumnSet3.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeColumnSet3.CellWrapText = Infragistics.Win.DefaultableBoolean.True;
            ultraTreeNodeColumn4.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeNodeColumn4.Key = "cKey";
            ultraTreeNodeColumn4.Text = "Key";
            ultraTreeNodeColumn5.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
            ultraTreeNodeColumn5.Key = "cValue";
            ultraTreeNodeColumn5.Text = "Value";
            ultraTreeColumnSet3.Columns.Add(ultraTreeNodeColumn4);
            ultraTreeColumnSet3.Columns.Add(ultraTreeNodeColumn5);
            ultraTreeColumnSet3.Key = "Parameter";
            ultraTreeColumnSet3.LabelPosition = Infragistics.Win.UltraWinTree.NodeLayoutLabelPosition.None;
            ultraTreeColumnSet3.LabelStyle = Infragistics.Win.UltraWinTree.NodeLayoutLabelStyle.WithCellData;
            this.InputTree.ColumnSettings.ColumnSets.Add(ultraTreeColumnSet1);
            this.InputTree.ColumnSettings.ColumnSets.Add(ultraTreeColumnSet2);
            this.InputTree.ColumnSettings.ColumnSets.Add(ultraTreeColumnSet3);
            this.InputTree.Location = new System.Drawing.Point(-1, 0);
            this.InputTree.Name = "InputTree";
            _override1.CellClickAction = Infragistics.Win.UltraWinTree.CellClickAction.EditCell;
            this.InputTree.Override = _override1;
            this.InputTree.Size = new System.Drawing.Size(339, 310);
            this.InputTree.TabIndex = 0;
            // 
            // ds
            // 
            this.ds.DataSetName = "NewDataSet";
            this.ds.Relations.AddRange(new System.Data.DataRelation[] {
            new System.Data.DataRelation("DataSetToExpected", "DataSet", "ExpectedResult", new string[] {
                        "Key"}, new string[] {
                        "DataSetKey"}, false),
            new System.Data.DataRelation("StepToPara", "Step", "Parameter", new string[] {
                        "StepKey"}, new string[] {
                        "StepKey"}, false),
            new System.Data.DataRelation("DataSetToInput", "DataSet", "InputParameters", new string[] {
                        "Key"}, new string[] {
                        "DataSetKey"}, false),
            new System.Data.DataRelation("ExpectedToStep", "ExpectedResult", "Step", new string[] {
                        "ExpectedKey"}, new string[] {
                        "InputSetKey"}, false),
            new System.Data.DataRelation("InputToStep", "InputParameters", "Step", new string[] {
                        "InputKey"}, new string[] {
                        "InputSetKey"}, false)});
            this.ds.Tables.AddRange(new System.Data.DataTable[] {
            this.dtDataSet,
            this.InputParameters,
            this.ExpectedResult,
            this.Step,
            this.Parameter});
            // 
            // dtDataSet
            // 
            this.dtDataSet.Columns.AddRange(new System.Data.DataColumn[] {
            this.cKey,
            this.cDes});
            this.dtDataSet.Constraints.AddRange(new System.Data.Constraint[] {
            new System.Data.UniqueConstraint("Constraint1", new string[] {
                        "Key"}, false)});
            this.dtDataSet.TableName = "DataSet";
            // 
            // cKey
            // 
            this.cKey.ColumnName = "Key";
            // 
            // cDes
            // 
            this.cDes.ColumnName = "Description";
            // 
            // InputParameters
            // 
            this.InputParameters.Columns.AddRange(new System.Data.DataColumn[] {
            this.cInputDataSetKey,
            this.cInputKey,
            this.cInputName});
            this.InputParameters.Constraints.AddRange(new System.Data.Constraint[] {
            new System.Data.ForeignKeyConstraint("DataSetToInput", "DataSet", new string[] {
                        "Key"}, new string[] {
                        "DataSetKey"}, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade),
            new System.Data.UniqueConstraint("Constraint1", new string[] {
                        "InputKey"}, false)});
            this.InputParameters.TableName = "InputParameters";
            // 
            // cInputDataSetKey
            // 
            this.cInputDataSetKey.ColumnName = "DataSetKey";
            // 
            // cInputKey
            // 
            this.cInputKey.ColumnName = "InputKey";
            // 
            // cInputName
            // 
            this.cInputName.ColumnName = "InputName";
            // 
            // ExpectedResult
            // 
            this.ExpectedResult.Columns.AddRange(new System.Data.DataColumn[] {
            this.cExpectedDataSet,
            this.cExpectedKey,
            this.cExpectedName});
            this.ExpectedResult.Constraints.AddRange(new System.Data.Constraint[] {
            new System.Data.ForeignKeyConstraint("DataSetToExpected", "DataSet", new string[] {
                        "Key"}, new string[] {
                        "DataSetKey"}, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade),
            new System.Data.UniqueConstraint("Constraint1", new string[] {
                        "ExpectedKey"}, false)});
            this.ExpectedResult.TableName = "ExpectedResult";
            // 
            // cExpectedDataSet
            // 
            this.cExpectedDataSet.ColumnName = "DataSetKey";
            // 
            // cExpectedKey
            // 
            this.cExpectedKey.ColumnName = "ExpectedKey";
            // 
            // cExpectedName
            // 
            this.cExpectedName.ColumnName = "ExpectedName";
            // 
            // Step
            // 
            this.Step.Columns.AddRange(new System.Data.DataColumn[] {
            this.cInputSetKey,
            this.cStepKey,
            this.cStepName});
            this.Step.Constraints.AddRange(new System.Data.Constraint[] {
            new System.Data.ForeignKeyConstraint("InputToStep", "InputParameters", new string[] {
                        "InputKey"}, new string[] {
                        "InputSetKey"}, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade),
            new System.Data.ForeignKeyConstraint("ExpectedToStep", "ExpectedResult", new string[] {
                        "ExpectedKey"}, new string[] {
                        "InputSetKey"}, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade),
            new System.Data.UniqueConstraint("Constraint1", new string[] {
                        "StepKey"}, false)});
            this.Step.TableName = "Step";
            // 
            // cInputSetKey
            // 
            this.cInputSetKey.ColumnName = "InputSetKey";
            // 
            // cStepKey
            // 
            this.cStepKey.ColumnName = "StepKey";
            // 
            // cStepName
            // 
            this.cStepName.ColumnName = "StepName";
            // 
            // Parameter
            // 
            this.Parameter.Columns.AddRange(new System.Data.DataColumn[] {
            this.cParaStepKey,
            this.cParaKey,
            this.cParaValue});
            this.Parameter.Constraints.AddRange(new System.Data.Constraint[] {
            new System.Data.ForeignKeyConstraint("StepToPara", "Step", new string[] {
                        "StepKey"}, new string[] {
                        "StepKey"}, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade)});
            this.Parameter.TableName = "Parameter";
            // 
            // cParaStepKey
            // 
            this.cParaStepKey.ColumnName = "StepKey";
            // 
            // cParaKey
            // 
            this.cParaKey.ColumnName = "ParaKey";
            // 
            // cParaValue
            // 
            this.cParaValue.ColumnName = "ParaValue";
            // 
            // btnImport
            // 
            this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnImport.Location = new System.Drawing.Point(364, 243);
            this.btnImport.Name = "btnImport";
            this.btnImport.Size = new System.Drawing.Size(75, 23);
            this.btnImport.TabIndex = 1;
            this.btnImport.Text = "Import";
            this.btnImport.UseVisualStyleBackColor = true;
            this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
            // 
            // Mainframe
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(451, 308);
            this.Controls.Add(this.btnImport);
            this.Controls.Add(this.InputTree);
            this.Name = "Mainframe";
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(this.InputTree)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ds)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.InputParameters)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ExpectedResult)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Step)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Parameter)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAliasPublishers));
     Infragistics.Win.Appearance appearance3  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance6  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance7  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance8  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
     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.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.UltraWinTree.Override _override2 = new Infragistics.Win.UltraWinTree.Override();
     this.button1                = new System.Windows.Forms.Button();
     this.ultraGrid1             = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.contextMenuStrip1      = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.helloToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sourcePublishersTree   = new Infragistics.Win.UltraWinTree.UltraTree();
     this.targetPublishersTree   = new Infragistics.Win.UltraWinTree.UltraTree();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.gbExistingAliases      = new System.Windows.Forms.GroupBox();
     this.button2                = new System.Windows.Forms.Button();
     this.tabControl1            = new System.Windows.Forms.TabControl();
     this.tabPage1               = new System.Windows.Forms.TabPage();
     this.label1   = new System.Windows.Forms.Label();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.label2   = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sourcePublishersTree)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.targetPublishersTree)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.gbExistingAliases.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(764, 481);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(126, 23);
     this.button1.TabIndex = 0;
     this.button1.Text     = "Alias Publisher";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.AliasButton_Click);
     //
     // ultraGrid1
     //
     this.ultraGrid1.ContextMenuStrip = this.contextMenuStrip1;
     appearance1.BackColor            = System.Drawing.Color.White;
     appearance1.BackColor2           = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(221)))), ((int)(((byte)(221)))));
     appearance1.BackGradientStyle    = Infragistics.Win.GradientStyle.Vertical;
     appearance1.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(27)))), ((int)(((byte)(85)))));
     this.ultraGrid1.DisplayLayout.AddNewBox.Appearance  = appearance1;
     this.ultraGrid1.DisplayLayout.AddNewBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     appearance2.ForeColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(27)))), ((int)(((byte)(85)))));
     appearance2.ImageBackground               = ((System.Drawing.Image)(resources.GetObject("appearance2.ImageBackground")));
     appearance2.ImageBackgroundAlpha          = Infragistics.Win.Alpha.UseAlphaLevel;
     appearance2.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(6, 3, 6, 3);
     appearance2.ImageBackgroundStyle          = Infragistics.Win.ImageBackgroundStyle.Stretched;
     this.ultraGrid1.DisplayLayout.AddNewBox.ButtonAppearance     = appearance2;
     this.ultraGrid1.DisplayLayout.AddNewBox.ButtonConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(27)))), ((int)(((byte)(85)))));
     this.ultraGrid1.DisplayLayout.AddNewBox.ButtonStyle          = Infragistics.Win.UIElementButtonStyle.FlatBorderless;
     appearance3.BackColor = System.Drawing.Color.White;
     this.ultraGrid1.DisplayLayout.Appearance   = appearance3;
     this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
     this.ultraGrid1.DisplayLayout.BorderStyle  = Infragistics.Win.UIElementBorderStyle.None;
     appearance4.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(27)))), ((int)(((byte)(85)))));
     appearance4.FontData.Name         = "Trebuchet MS";
     appearance4.FontData.SizeInPoints = 9F;
     appearance4.ForeColor             = System.Drawing.Color.White;
     appearance4.TextHAlignAsString    = "Right";
     this.ultraGrid1.DisplayLayout.CaptionAppearance   = appearance4;
     this.ultraGrid1.DisplayLayout.CaptionVisible      = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.FixedHeaderOffImage = ((System.Drawing.Image)(resources.GetObject("ultraGrid1.DisplayLayout.FixedHeaderOffImage")));
     this.ultraGrid1.DisplayLayout.FixedHeaderOnImage  = ((System.Drawing.Image)(resources.GetObject("ultraGrid1.DisplayLayout.FixedHeaderOnImage")));
     this.ultraGrid1.DisplayLayout.FixedRowOffImage    = ((System.Drawing.Image)(resources.GetObject("ultraGrid1.DisplayLayout.FixedRowOffImage")));
     this.ultraGrid1.DisplayLayout.FixedRowOnImage     = ((System.Drawing.Image)(resources.GetObject("ultraGrid1.DisplayLayout.FixedRowOnImage")));
     appearance5.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(228)))), ((int)(((byte)(248)))));
     appearance5.BackColor2            = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(185)))), ((int)(((byte)(235)))));
     appearance5.BackGradientStyle     = Infragistics.Win.GradientStyle.Vertical;
     appearance5.FontData.BoldAsString = "True";
     appearance5.FontData.Name         = "Verdana";
     appearance5.FontData.SizeInPoints = 10F;
     appearance5.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(127)))), ((int)(((byte)(177)))));
     this.ultraGrid1.DisplayLayout.GroupByBox.Appearance           = appearance5;
     this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelBorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraGrid1.DisplayLayout.GroupByBox.ButtonBorderStyle    = Infragistics.Win.UIElementBorderStyle.None;
     appearance6.BackColor     = System.Drawing.Color.Transparent;
     appearance6.FontData.Name = "Verdana";
     this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance6;
     this.ultraGrid1.DisplayLayout.Override.AllowRowFiltering  = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.BorderStyleCell    = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraGrid1.DisplayLayout.Override.BorderStyleHeader  = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraGrid1.DisplayLayout.Override.BorderStyleRow     = Infragistics.Win.UIElementBorderStyle.None;
     appearance7.BackColor = System.Drawing.Color.Transparent;
     this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7;
     appearance8.BorderColor   = System.Drawing.Color.Transparent;
     appearance8.FontData.Name = "Verdana";
     this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8;
     appearance9.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(27)))), ((int)(((byte)(85)))));
     appearance9.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance9.ImageBackground")));
     appearance9.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(6, 3, 6, 3);
     appearance9.ImageBackgroundStyle          = Infragistics.Win.ImageBackgroundStyle.Stretched;
     this.ultraGrid1.DisplayLayout.Override.CellButtonAppearance = appearance9;
     this.ultraGrid1.DisplayLayout.Override.CellClickAction      = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.ultraGrid1.DisplayLayout.Override.CellPadding          = 4;
     appearance10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(248)))), ((int)(((byte)(251)))));
     this.ultraGrid1.DisplayLayout.Override.FilterCellAppearance = appearance10;
     appearance11.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(27)))), ((int)(((byte)(85)))));
     appearance11.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance11.ImageBackground")));
     appearance11.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(6, 3, 6, 3);
     this.ultraGrid1.DisplayLayout.Override.FilterClearButtonAppearance = appearance11;
     appearance12.BackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
     appearance12.BackColorAlpha = Infragistics.Win.Alpha.Opaque;
     this.ultraGrid1.DisplayLayout.Override.FilterRowPromptAppearance = appearance12;
     this.ultraGrid1.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance13.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
     appearance13.BackColor2            = System.Drawing.Color.White;
     appearance13.BackGradientStyle     = Infragistics.Win.GradientStyle.None;
     appearance13.FontData.BoldAsString = "True";
     appearance13.FontData.Name         = "Verdana";
     appearance13.FontData.SizeInPoints = 8F;
     appearance13.ForeColor             = System.Drawing.Color.DimGray;
     appearance13.ImageHAlign           = Infragistics.Win.HAlign.Center;
     appearance13.ImageVAlign           = Infragistics.Win.VAlign.Middle;
     appearance13.TextHAlignAsString    = "Center";
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance13;
     appearance14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
     this.ultraGrid1.DisplayLayout.Override.RowAlternateAppearance = appearance14;
     appearance15.BorderColor = System.Drawing.Color.LightGray;
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance15;
     appearance16.BackColor = System.Drawing.Color.White;
     this.ultraGrid1.DisplayLayout.Override.RowSelectorAppearance = appearance16;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors          = Infragistics.Win.DefaultableBoolean.True;
     appearance17.BorderColor = System.Drawing.Color.Transparent;
     appearance17.ForeColor   = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedCellAppearance = appearance17;
     appearance18.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(243)))), ((int)(((byte)(223)))));
     appearance18.BorderColor = System.Drawing.Color.Transparent;
     appearance18.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(27)))), ((int)(((byte)(85)))));
     appearance18.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(1, 1, 1, 4);
     appearance18.ImageBackgroundStyle          = Infragistics.Win.ImageBackgroundStyle.Stretched;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance18;
     appearance19.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(2, 4, 2, 4);
     appearance19.ImageBackgroundStyle          = Infragistics.Win.ImageBackgroundStyle.Stretched;
     scrollBarLook1.Appearance    = appearance19;
     appearance20.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance20.ImageBackground")));
     appearance20.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(3, 2, 3, 2);
     scrollBarLook1.AppearanceHorizontal        = appearance20;
     appearance21.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance21.ImageBackground")));
     appearance21.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(2, 3, 2, 3);
     appearance21.ImageBackgroundStyle          = Infragistics.Win.ImageBackgroundStyle.Stretched;
     scrollBarLook1.AppearanceVertical          = appearance21;
     appearance22.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance22.ImageBackground")));
     appearance22.ImageBackgroundStretchMargins = new Infragistics.Win.ImageBackgroundStretchMargins(0, 2, 0, 1);
     scrollBarLook1.TrackAppearanceHorizontal   = appearance22;
     appearance23.ImageBackground = ((System.Drawing.Image)(resources.GetObject("appearance23.ImageBackground")));
     appearance23.ImageBackgroundStretchMargins  = new Infragistics.Win.ImageBackgroundStretchMargins(2, 0, 1, 0);
     appearance23.ImageBackgroundStyle           = Infragistics.Win.ImageBackgroundStyle.Stretched;
     scrollBarLook1.TrackAppearanceVertical      = appearance23;
     this.ultraGrid1.DisplayLayout.ScrollBarLook = scrollBarLook1;
     this.ultraGrid1.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.Font        = new System.Drawing.Font("Verdana", 8.25F);
     this.ultraGrid1.Location    = new System.Drawing.Point(20, 34);
     this.ultraGrid1.Name        = "ultraGrid1";
     this.ultraGrid1.Size        = new System.Drawing.Size(867, 417);
     this.ultraGrid1.TabIndex    = 8;
     this.ultraGrid1.Text        = "Grid Caption Area";
     this.ultraGrid1.UseOsThemes = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.MouseDown  += new System.Windows.Forms.MouseEventHandler(this.ultraGrid1_MouseDown);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.helloToolStripMenuItem
     });
     this.contextMenuStrip1.Name     = "contextMenuStrip1";
     this.contextMenuStrip1.Size     = new System.Drawing.Size(150, 26);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     this.contextMenuStrip1.Click   += new System.EventHandler(this.contextMenuStrip1_Click);
     //
     // helloToolStripMenuItem
     //
     this.helloToolStripMenuItem.Name = "helloToolStripMenuItem";
     this.helloToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
     this.helloToolStripMenuItem.Text = "Remove Alias";
     //
     // sourcePublishersTree
     //
     this.sourcePublishersTree.Location = new System.Drawing.Point(17, 33);
     this.sourcePublishersTree.Name     = "sourcePublishersTree";
     _override1.Sort = Infragistics.Win.UltraWinTree.SortType.Ascending;
     this.sourcePublishersTree.Override     = _override1;
     this.sourcePublishersTree.ScrollBounds = Infragistics.Win.UltraWinTree.ScrollBounds.ScrollToFill;
     this.sourcePublishersTree.Size         = new System.Drawing.Size(430, 426);
     this.sourcePublishersTree.TabIndex     = 9;
     //
     // targetPublishersTree
     //
     this.targetPublishersTree.Location = new System.Drawing.Point(460, 33);
     this.targetPublishersTree.Name     = "targetPublishersTree";
     _override2.Sort = Infragistics.Win.UltraWinTree.SortType.Ascending;
     this.targetPublishersTree.Override     = _override2;
     this.targetPublishersTree.ScrollBounds = Infragistics.Win.UltraWinTree.ScrollBounds.ScrollToFill;
     this.targetPublishersTree.Size         = new System.Drawing.Size(430, 426);
     this.targetPublishersTree.TabIndex     = 10;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.sourcePublishersTree);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.targetPublishersTree);
     this.groupBox1.Location = new System.Drawing.Point(20, 75);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(907, 510);
     this.groupBox1.TabIndex = 11;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Create New Alias";
     //
     // gbExistingAliases
     //
     this.gbExistingAliases.Controls.Add(this.button2);
     this.gbExistingAliases.Controls.Add(this.ultraGrid1);
     this.gbExistingAliases.Location = new System.Drawing.Point(20, 75);
     this.gbExistingAliases.Name     = "gbExistingAliases";
     this.gbExistingAliases.Size     = new System.Drawing.Size(907, 510);
     this.gbExistingAliases.TabIndex = 12;
     this.gbExistingAliases.TabStop  = false;
     this.gbExistingAliases.Text     = "Existing Aliases";
     //
     // button2
     //
     this.button2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.Location = new System.Drawing.Point(761, 481);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(126, 23);
     this.button2.TabIndex = 13;
     this.button2.Text     = "Un-alias Publisher";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.UnaliasButton_Click);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(954, 631);
     this.tabControl1.TabIndex      = 13;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(946, 605);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Create New Publisher Aliases";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(20, 19);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(783, 39);
     this.label1.TabIndex = 12;
     this.label1.Text     = "Select one or more publishers from the left panel. Then select a publisher from t" +
                            "he right panel to which those publishers will be aliased.\r\n\r\nClick \'Alias Publis" +
                            "her\' to create the alias.";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.label2);
     this.tabPage2.Controls.Add(this.gbExistingAliases);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(946, 605);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Existing Publisher Aliases";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(20, 19);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(403, 39);
     this.label2.TabIndex = 13;
     this.label2.Text     = "The table below shows any existing publisher aliases.\r\n\r\nTo delete an alias, simp" +
                            "ly select the row and click \'Un-alias Publisher\'";
     //
     // FormAliasPublishers
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(954, 631);
     this.Controls.Add(this.tabControl1);
     this.Font            = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormAliasPublishers";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Alias Publishers";
     this.Load           += new System.EventHandler(this.FormAliasPublishers_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.sourcePublishersTree)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.targetPublishersTree)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.gbExistingAliases.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
     this.panel1                       = new System.Windows.Forms.Panel();
     this.treeViewObjects              = new Infragistics.Win.UltraWinTree.UltraTree();
     this.contextMenuStripTreeView     = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ToolStripMenuItemNewGroup    = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStripActions      = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItemClass       = new System.Windows.Forms.ToolStripMenuItem();
     this.removeGroupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeViewObjects)).BeginInit();
     this.contextMenuStripTreeView.SuspendLayout();
     this.contextMenuStripActions.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.treeViewObjects);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(221, 542);
     this.panel1.TabIndex = 0;
     //
     // treeViewObjects
     //
     this.treeViewObjects.AllowDrop    = true;
     this.treeViewObjects.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.treeViewObjects.ImagePadding = 15;
     this.treeViewObjects.Location     = new System.Drawing.Point(0, 0);
     this.treeViewObjects.Name         = "treeViewObjects";
     _override1.LabelEdit                     = Infragistics.Win.DefaultableBoolean.True;
     this.treeViewObjects.Override            = _override1;
     this.treeViewObjects.Size                = new System.Drawing.Size(221, 542);
     this.treeViewObjects.TabIndex            = 2;
     this.treeViewObjects.ViewStyle           = Infragistics.Win.UltraWinTree.ViewStyle.Standard;
     this.treeViewObjects.AfterLabelEdit     += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.treeViewObjects_AfterLabelEdit);
     this.treeViewObjects.AfterSelect        += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.treeViewObjects_AfterSelect);
     this.treeViewObjects.BeforeLabelEdit    += new Infragistics.Win.UltraWinTree.BeforeNodeChangedEventHandler(this.treeViewObjects_BeforeLabelEdit);
     this.treeViewObjects.BeforeExpand       += new Infragistics.Win.UltraWinTree.BeforeNodeChangedEventHandler(this.treeViewObjects_BeforeExpand);
     this.treeViewObjects.SelectionDragStart += new System.EventHandler(this.treeViewObjects_SelectionDragStart);
     this.treeViewObjects.DragDrop           += new System.Windows.Forms.DragEventHandler(this.treeViewObjects_DragDrop);
     this.treeViewObjects.DragOver           += new System.Windows.Forms.DragEventHandler(this.treeViewObjects_DragOver);
     this.treeViewObjects.DragLeave          += new System.EventHandler(this.treeViewObjects_DragLeave);
     this.treeViewObjects.QueryContinueDrag  += new System.Windows.Forms.QueryContinueDragEventHandler(this.treeViewObjects_QueryContinueDrag);
     this.treeViewObjects.MouseDoubleClick   += new System.Windows.Forms.MouseEventHandler(this.treeViewObjects_MouseDoubleClick);
     this.treeViewObjects.MouseUp            += new System.Windows.Forms.MouseEventHandler(this.treeViewObjects_MouseUp);
     //
     // contextMenuStripTreeView
     //
     this.contextMenuStripTreeView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ToolStripMenuItemNewGroup,
         this.removeGroupToolStripMenuItem
     });
     this.contextMenuStripTreeView.Name = "contextMenuStrip1";
     this.contextMenuStripTreeView.Size = new System.Drawing.Size(153, 70);
     //
     // ToolStripMenuItemNewGroup
     //
     this.ToolStripMenuItemNewGroup.Name   = "ToolStripMenuItemNewGroup";
     this.ToolStripMenuItemNewGroup.Size   = new System.Drawing.Size(127, 22);
     this.ToolStripMenuItemNewGroup.Text   = "New Group";
     this.ToolStripMenuItemNewGroup.Click += new System.EventHandler(this.ToolStripMenuItemNewGroup_Click);
     //
     // contextMenuStripActions
     //
     this.contextMenuStripActions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItemClass
     });
     this.contextMenuStripActions.Name = "contextMenuStrip1";
     this.contextMenuStripActions.Size = new System.Drawing.Size(159, 26);
     //
     // toolStripMenuItemClass
     //
     this.toolStripMenuItemClass.Name   = "toolStripMenuItemClass";
     this.toolStripMenuItemClass.Size   = new System.Drawing.Size(158, 22);
     this.toolStripMenuItemClass.Text   = "Generate Classes";
     this.toolStripMenuItemClass.Click += new System.EventHandler(this.toolStripMenuItemClass_Click);
     //
     // removeGroupToolStripMenuItem
     //
     this.removeGroupToolStripMenuItem.Name   = "removeGroupToolStripMenuItem";
     this.removeGroupToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.removeGroupToolStripMenuItem.Text   = "Remove Group";
     this.removeGroupToolStripMenuItem.Click += new System.EventHandler(this.removeGroupToolStripMenuItem_Click);
     //
     // ObjectTree
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panel1);
     this.Name  = "ObjectTree";
     this.Size  = new System.Drawing.Size(221, 542);
     this.Load += new System.EventHandler(this.ObjectTree_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeViewObjects)).EndInit();
     this.contextMenuStripTreeView.ResumeLayout(false);
     this.contextMenuStripActions.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#15
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
     Infragistics.Win.UltraWinTree.Override      _override1     = new Infragistics.Win.UltraWinTree.Override();
     System.Resources.ResourceManager            resources      = new System.Resources.ResourceManager(typeof(FrmAbmMotivoOrdenReparacion));
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup ultraExplorerBarGroup2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup();
     this.ultraExplorerBarContainerControl5 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.panel2                            = new System.Windows.Forms.Panel();
     this.gridEX1                           = new Janus.Windows.GridEX.GridEX();
     this.chkEsVerdadero                    = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.btnAgregarTipo                    = new Infragistics.Win.Misc.UltraButton();
     this.txtDescripcionModifTipo           = new System.Windows.Forms.TextBox();
     this.btnModificarTipo                  = new Infragistics.Win.Misc.UltraButton();
     this.label2                            = new System.Windows.Forms.Label();
     this.btnEliminar                       = new Infragistics.Win.Misc.UltraButton();
     this.panel1                            = new System.Windows.Forms.Panel();
     this.ultraTreeMotivosOrdenesReparacion = new Infragistics.Win.UltraWinTree.UltraTree();
     this.imglStandar                       = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1                 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.toolBarStandar                    = new System.Windows.Forms.ToolBar();
     this.tbbAnterior                       = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente                      = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2                     = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar                       = new System.Windows.Forms.ToolBarButton();
     this.ultraExplorerBarContainerControl5.SuspendLayout();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTreeMotivosOrdenesReparacion)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl5
     //
     this.ultraExplorerBarContainerControl5.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl5.Location = new System.Drawing.Point(28, 24);
     this.ultraExplorerBarContainerControl5.Name     = "ultraExplorerBarContainerControl5";
     this.ultraExplorerBarContainerControl5.Size     = new System.Drawing.Size(755, 25);
     this.ultraExplorerBarContainerControl5.TabIndex = 4;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(755, 23);
     this.labelTarea.TabIndex  = 1;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.panel2);
     this.ultraExplorerBarContainerControl2.Controls.Add(this.panel1);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 108);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(755, 390);
     this.ultraExplorerBarContainerControl2.TabIndex = 5;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Transparent;
     this.panel2.Controls.Add(this.gridEX1);
     this.panel2.Controls.Add(this.chkEsVerdadero);
     this.panel2.Controls.Add(this.btnAgregarTipo);
     this.panel2.Controls.Add(this.txtDescripcionModifTipo);
     this.panel2.Controls.Add(this.btnModificarTipo);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.btnEliminar);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel2.Location = new System.Drawing.Point(243, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(512, 390);
     this.panel2.TabIndex = 103;
     //
     // gridEX1
     //
     this.gridEX1.AllowEdit                     = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridEX1.AlternatingColors             = true;
     this.gridEX1.AutomaticSort                 = false;
     this.gridEX1.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX1.Cursor = System.Windows.Forms.Cursors.Default;
     this.gridEX1.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX1.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
     this.gridEX1.Font                            = new System.Drawing.Font("Tahoma", 8.25F);
     this.gridEX1.GroupByBoxInfoText              = "Arraste un encabezado de columna hasta aquí para agrupar por esa columna.";
     this.gridEX1.GroupByBoxVisible               = false;
     this.gridEX1.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
     this.gridEX1.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.gridEX1.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.FirstCharacter;
     this.gridEX1.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChangesAndShowErrorMessage;
     this.gridEX1.Location                        = new System.Drawing.Point(20, 128);
     this.gridEX1.Name                            = "gridEX1";
     this.gridEX1.RecordNavigatorText             = "Registro:|de";
     this.gridEX1.ShowEmptyFields                 = false;
     this.gridEX1.Size                            = new System.Drawing.Size(464, 160);
     this.gridEX1.TabIndex                        = 108;
     this.gridEX1.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
     //
     // chkEsVerdadero
     //
     this.chkEsVerdadero.BackColor = System.Drawing.Color.Transparent;
     this.chkEsVerdadero.Enabled   = false;
     this.chkEsVerdadero.Location  = new System.Drawing.Point(200, 56);
     this.chkEsVerdadero.Name      = "chkEsVerdadero";
     this.chkEsVerdadero.Size      = new System.Drawing.Size(64, 20);
     this.chkEsVerdadero.TabIndex  = 107;
     this.chkEsVerdadero.Text      = "Por Si";
     //
     // btnAgregarTipo
     //
     this.btnAgregarTipo.Enabled  = false;
     this.btnAgregarTipo.Location = new System.Drawing.Point(104, 56);
     this.btnAgregarTipo.Name     = "btnAgregarTipo";
     this.btnAgregarTipo.Size     = new System.Drawing.Size(80, 24);
     this.btnAgregarTipo.TabIndex = 106;
     this.btnAgregarTipo.Text     = "&Agregar";
     this.btnAgregarTipo.Click   += new System.EventHandler(this.btnAgregarTipo_Click);
     //
     // txtDescripcionModifTipo
     //
     this.txtDescripcionModifTipo.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtDescripcionModifTipo.Location = new System.Drawing.Point(96, 16);
     this.txtDescripcionModifTipo.Name     = "txtDescripcionModifTipo";
     this.txtDescripcionModifTipo.Size     = new System.Drawing.Size(192, 20);
     this.txtDescripcionModifTipo.TabIndex = 105;
     this.txtDescripcionModifTipo.Text     = "";
     //
     // btnModificarTipo
     //
     this.btnModificarTipo.Enabled  = false;
     this.btnModificarTipo.Location = new System.Drawing.Point(20, 56);
     this.btnModificarTipo.Name     = "btnModificarTipo";
     this.btnModificarTipo.Size     = new System.Drawing.Size(80, 24);
     this.btnModificarTipo.TabIndex = 103;
     this.btnModificarTipo.Text     = "&Modificar";
     this.btnModificarTipo.Click   += new System.EventHandler(this.btnModificarTipo_Click);
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(24, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(112, 16);
     this.label2.TabIndex  = 104;
     this.label2.Text      = "Descripción";
     //
     // btnEliminar
     //
     this.btnEliminar.Enabled  = false;
     this.btnEliminar.Location = new System.Drawing.Point(20, 96);
     this.btnEliminar.Name     = "btnEliminar";
     this.btnEliminar.Size     = new System.Drawing.Size(80, 24);
     this.btnEliminar.TabIndex = 102;
     this.btnEliminar.Text     = "&Eliminar";
     this.btnEliminar.Click   += new System.EventHandler(this.btnEliminar_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.ultraTreeMotivosOrdenesReparacion);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(316, 390);
     this.panel1.TabIndex = 102;
     //
     // ultraTreeMotivosOrdenesReparacion
     //
     this.ultraTreeMotivosOrdenesReparacion.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ultraTreeMotivosOrdenesReparacion.HideSelection = false;
     this.ultraTreeMotivosOrdenesReparacion.Location      = new System.Drawing.Point(0, 0);
     this.ultraTreeMotivosOrdenesReparacion.Name          = "ultraTreeMotivosOrdenesReparacion";
     ultraTreeNode1.Key  = "RAIZ";
     ultraTreeNode1.Text = "Motivos Orden Reparación";
     this.ultraTreeMotivosOrdenesReparacion.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
         ultraTreeNode1
     });
     _override1.SelectionType = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.ultraTreeMotivosOrdenesReparacion.Override = _override1;
     this.ultraTreeMotivosOrdenesReparacion.Size     = new System.Drawing.Size(316, 390);
     this.ultraTreeMotivosOrdenesReparacion.TabIndex = 96;
     //
     // 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;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl5);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl5;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 25;
     ultraExplorerBarGroup1.Settings.HeaderVisible   = Infragistics.Win.DefaultableBoolean.False;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "Tarea";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 390;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text = "Edición y Adición de tipos de observaciones";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2
     });
     this.ultraExplorerBar1.Location = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name     = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;         //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size     = new System.Drawing.Size(804, 546);
     this.ultraExplorerBar1.TabIndex = 51;
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator,
         this.tbbSiguiente,
         this.tbbSeparator2,
         this.tbbCancelar
     });
     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(804, 28);
     this.toolBarStandar.TabIndex       = 50;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 1;
     this.tbbAnterior.Text       = "&Anterior";
     //
     // tbbSeparator
     //
     this.tbbSeparator.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 2;
     this.tbbSiguiente.Text       = "&Siguiente";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 0;
     this.tbbCancelar.Text       = "&Cancelar";
     //
     // FrmAbmMotivoOrdenReparacion
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(804, 574);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmAbmMotivoOrdenReparacion";
     this.Text = "FrmAbmMotivoOrdenReparacion";
     this.ultraExplorerBarContainerControl5.ResumeLayout(false);
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridEX1)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTreeMotivosOrdenesReparacion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#16
0
        /// <summary>
        /// Limpiar los recursos que se estén utilizando.
        /// </summary>

        #region Código generado por el Diseñador de Windows Forms
        /// <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.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
            Infragistics.Win.UltraWinTree.Override      _override1     = new Infragistics.Win.UltraWinTree.Override();
            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.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.mzProductosControl1 = new mz.erp.ui.controls.mzProductosControl();
            this.label1 = new System.Windows.Forms.Label();
            this.ultraExplorerBarContainerControl3 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.gridProductos = new Janus.Windows.GridEX.GridEX();
            this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
            this.btnEliminar         = new Infragistics.Win.Misc.UltraButton();
            this.btnAgregar          = new Infragistics.Win.Misc.UltraButton();
            this.gridEXAgrupamientos = new Janus.Windows.GridEX.GridEX();
            this.btnBuscar           = new Infragistics.Win.Misc.UltraButton();
            this.ultraTree1          = new Infragistics.Win.UltraWinTree.UltraTree();
            this.ultraExplorerBar1   = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
            this.ultraExplorerBarContainerControl1.SuspendLayout();
            this.ultraExplorerBarContainerControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).BeginInit();
            this.ultraExplorerBarContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
            this.ultraExplorerBar1.SuspendLayout();
            this.SuspendLayout();
            //
            // ultraExplorerBarContainerControl1
            //
            this.ultraExplorerBarContainerControl1.Controls.Add(this.mzProductosControl1);
            this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
            this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, -22);
            this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
            this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(862, 63);
            this.ultraExplorerBarContainerControl1.TabIndex = 0;
            //
            // mzProductosControl1
            //
            this.mzProductosControl1.BackColor            = System.Drawing.Color.Transparent;
            this.mzProductosControl1.EnabledCantidad      = true;
            this.mzProductosControl1.EnabledListaDePrecio = true;
            this.mzProductosControl1.Location             = new System.Drawing.Point(95, -8);
            this.mzProductosControl1.Name                            = "mzProductosControl1";
            this.mzProductosControl1.Size                            = new System.Drawing.Size(672, 80);
            this.mzProductosControl1.TabIndex                        = 0;
            this.mzProductosControl1.VisibleCantidad                 = true;
            this.mzProductosControl1.VisibleComboListaDePrecios      = true;
            this.mzProductosControl1.VisibleComboTipoDePrecioDeCosto = false;
            this.mzProductosControl1.VisiblePrecios                  = true;
            //
            // label1
            //
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Location  = new System.Drawing.Point(0, 3);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(100, 16);
            this.label1.TabIndex  = 23;
            this.label1.Text      = "Producto";
            //
            // ultraExplorerBarContainerControl3
            //
            this.ultraExplorerBarContainerControl3.Controls.Add(this.gridProductos);
            this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, -15);
            this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
            this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(862, 150);
            this.ultraExplorerBarContainerControl3.TabIndex = 2;
            //
            // gridProductos
            //
            this.gridProductos.AllowEdit                     = Janus.Windows.GridEX.InheritableBoolean.False;
            this.gridProductos.AlternatingColors             = true;
            this.gridProductos.AutomaticSort                 = false;
            this.gridProductos.ControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridProductos.Cursor = System.Windows.Forms.Cursors.Default;
            this.gridProductos.Dock   = System.Windows.Forms.DockStyle.Fill;
            this.gridProductos.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.gridProductos.EnterKeyBehavior                = Janus.Windows.GridEX.EnterKeyBehavior.None;
            this.gridProductos.Font                            = new System.Drawing.Font("Tahoma", 8.25F);
            this.gridProductos.GroupByBoxInfoText              = "Arraste un encabezado de columna hasta aquí para agrupar por esa columna.";
            this.gridProductos.GroupByBoxVisible               = false;
            this.gridProductos.HeaderFormatStyle.FontBold      = Janus.Windows.GridEX.TriState.True;
            this.gridProductos.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
            this.gridProductos.IncrementalSearchMode           = Janus.Windows.GridEX.IncrementalSearchMode.FirstCharacter;
            this.gridProductos.InvalidValueAction              = Janus.Windows.GridEX.InvalidValueAction.DiscardChangesAndShowErrorMessage;
            this.gridProductos.Location                        = new System.Drawing.Point(0, 0);
            this.gridProductos.Name                            = "gridProductos";
            this.gridProductos.RecordNavigatorText             = "Registro:|de";
            this.gridProductos.RowHeaders                      = Janus.Windows.GridEX.InheritableBoolean.True;
            this.gridProductos.ShowEmptyFields                 = false;
            this.gridProductos.Size                            = new System.Drawing.Size(862, 150);
            this.gridProductos.TabIndex                        = 0;
            this.gridProductos.UpdateMode                      = Janus.Windows.GridEX.UpdateMode.CellUpdate;
            //
            // ultraExplorerBarContainerControl2
            //
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnEliminar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnAgregar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.gridEXAgrupamientos);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.btnBuscar);
            this.ultraExplorerBarContainerControl2.Controls.Add(this.ultraTree1);
            this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 194);
            this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
            this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(862, 461);
            this.ultraExplorerBarContainerControl2.TabIndex = 1;
            //
            // btnEliminar
            //
            this.btnEliminar.Location = new System.Drawing.Point(408, 66);
            this.btnEliminar.Name     = "btnEliminar";
            this.btnEliminar.Size     = new System.Drawing.Size(80, 24);
            this.btnEliminar.TabIndex = 3;
            this.btnEliminar.Text     = "&Eliminar";
            this.btnEliminar.Click   += new System.EventHandler(this.btnEliminar_Click);
            //
            // btnAgregar
            //
            this.btnAgregar.Location = new System.Drawing.Point(408, 34);
            this.btnAgregar.Name     = "btnAgregar";
            this.btnAgregar.Size     = new System.Drawing.Size(80, 24);
            this.btnAgregar.TabIndex = 2;
            this.btnAgregar.Text     = "&Agregar";
            this.btnAgregar.Click   += new System.EventHandler(this.btnAgregar_Click);
            //
            // 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.Bottom)
                                                                                        | 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.Location           = new System.Drawing.Point(499, 0);
            this.gridEXAgrupamientos.Name     = "gridEXAgrupamientos";
            this.gridEXAgrupamientos.Size     = new System.Drawing.Size(356, 456);
            this.gridEXAgrupamientos.TabIndex = 4;
            //
            // btnBuscar
            //
            this.btnBuscar.Location = new System.Drawing.Point(408, 2);
            this.btnBuscar.Name     = "btnBuscar";
            this.btnBuscar.Size     = new System.Drawing.Size(80, 24);
            this.btnBuscar.TabIndex = 1;
            this.btnBuscar.Text     = "&Buscar";
            //
            // ultraTree1
            //
            this.ultraTree1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)));
            this.ultraTree1.HideSelection = false;
            this.ultraTree1.Location      = new System.Drawing.Point(0, 0);
            this.ultraTree1.Name          = "ultraTree1";
            ultraTreeNode1.Key            = "RAIZ";
            ultraTreeNode1.Text           = "Agrupamientos";
            this.ultraTree1.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
                ultraTreeNode1
            });
            _override1.SelectionType       = Infragistics.Win.UltraWinTree.SelectType.Single;
            this.ultraTree1.Override       = _override1;
            this.ultraTree1.Size           = new System.Drawing.Size(400, 456);
            this.ultraTree1.TabIndex       = 0;
            this.ultraTree1.AfterExpand   += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterExpand);
            this.ultraTree1.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterActivate);
            //
            // ultraExplorerBar1
            //
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
            this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
            this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
            this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
            ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl1;
            ultraExplorerBarGroup1.Settings.ContainerHeight = 63;
            ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup1.Text                     = "Datos Generales";
            ultraExplorerBarGroup2.Container                = this.ultraExplorerBarContainerControl3;
            ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup2.Text                     = "Detalle de productos";
            ultraExplorerBarGroup3.Container                = this.ultraExplorerBarContainerControl2;
            ultraExplorerBarGroup3.Settings.ContainerHeight = 461;
            ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
            ultraExplorerBarGroup3.Text                     = "Detalle de Agrupamiento";
            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(928, 645);
            this.ultraExplorerBar1.TabIndex = 23;
            this.ultraExplorerBar1.TabStop  = false;
            //
            // FrmAgrupProductos
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(928, 645);
            this.Controls.Add(this.ultraExplorerBar1);
            this.Name = "FrmAgrupProductos";
            this.Text = "Agrupamiento de productos";
            this.ultraExplorerBarContainerControl1.ResumeLayout(false);
            this.ultraExplorerBarContainerControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridProductos)).EndInit();
            this.ultraExplorerBarContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridEXAgrupamientos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
            this.ultraExplorerBar1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
示例#17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3  = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel1 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel2 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel3 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel4 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel5 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel6 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.UltraWinStatusBar.UltraStatusPanel ultraStatusPanel7 = new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FormFrame));
     Infragistics.Win.UltraWinTree.Override         _override1 = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.LabelTool    labelTool1    = new Infragistics.Win.UltraWinToolbars.LabelTool("LabelTool1");
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool10 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("PopupMenuTool1");
     Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool7     = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool1");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool11 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("PopupMenuTool2");
     Infragistics.Win.UltraWinToolbars.PopupMenuTool popupMenuTool12 = new Infragistics.Win.UltraWinToolbars.PopupMenuTool("PopupMenuTool3");
     Infragistics.Win.UltraWinToolbars.LabelTool     labelTool2      = new Infragistics.Win.UltraWinToolbars.LabelTool("LabelTool1");
     Infragistics.Win.UltraWinToolbars.ButtonTool    buttonTool8     = new Infragistics.Win.UltraWinToolbars.ButtonTool("ButtonTool1");
     this.contextMenuStripStart = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiHistory           = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStripHis   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5    = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiSettings          = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiChangePassword    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2   = new System.Windows.Forms.ToolStripSeparator();
     this.tsmiHelp             = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStripHelp = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmiChm                       = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiAbout                     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1           = new System.Windows.Forms.ToolStripSeparator();
     this.tsmiRelogin                   = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiExit                      = new System.Windows.Forms.ToolStripMenuItem();
     this.timerFrame                    = new System.Windows.Forms.Timer(this.components);
     this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.ultraGridColumnChooser1       = new Infragistics.Win.UltraWinGrid.UltraGridColumnChooser();
     this.ultraExpandableGroupBox1      = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this._FormFrame_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FormFrame_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FormFrame_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._FormFrame_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraStatusBar1        = new Infragistics.Win.UltraWinStatusBar.UltraStatusBar();
     this.ultraTabbedMdiManager1 = new Infragistics.Win.UltraWinTabbedMdi.UltraTabbedMdiManager(this.components);
     this.panel2                = new System.Windows.Forms.Panel();
     this.mainMenuTree          = new com.ccf.bip.frame.BipMainMenuTree();
     this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this.contextMenuStripStart.SuspendLayout();
     this.contextMenuStripHis.SuspendLayout();
     this.contextMenuStripHelp.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridColumnChooser1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
     this.ultraExpandableGroupBox1.SuspendLayout();
     this.ultraExpandableGroupBoxPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainMenuTree)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // contextMenuStripStart
     //
     this.contextMenuStripStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.contextMenuStripStart.ForeColor = System.Drawing.Color.Black;
     this.contextMenuStripStart.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiHistory,
         this.tsmiSettings,
         this.tsmiChangePassword,
         this.toolStripSeparator2,
         this.tsmiHelp,
         this.toolStripSeparator1,
         this.tsmiRelogin,
         this.tsmiExit
     });
     this.contextMenuStripStart.Name       = "contextMenuStripStart";
     this.contextMenuStripStart.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.contextMenuStripStart.Size       = new System.Drawing.Size(143, 148);
     //
     // tsmiHistory
     //
     this.tsmiHistory.DropDown = this.contextMenuStripHis;
     this.tsmiHistory.Name     = "tsmiHistory";
     this.tsmiHistory.Size     = new System.Drawing.Size(142, 22);
     this.tsmiHistory.Text     = "最近打开";
     //
     // contextMenuStripHis
     //
     this.contextMenuStripHis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.contextMenuStripHis.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.toolStripMenuItem2,
         this.toolStripMenuItem3,
         this.toolStripMenuItem4,
         this.toolStripMenuItem5
     });
     this.contextMenuStripHis.Name       = "contextMenuStrip1";
     this.contextMenuStripHis.OwnerItem  = this.tsmiHistory;
     this.contextMenuStripHis.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.contextMenuStripHis.Size       = new System.Drawing.Size(193, 114);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(192, 22);
     this.toolStripMenuItem1.Text = "toolStripMenuItem1";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(192, 22);
     this.toolStripMenuItem2.Text = "toolStripMenuItem2";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(192, 22);
     this.toolStripMenuItem3.Text = "toolStripMenuItem3";
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(192, 22);
     this.toolStripMenuItem4.Text = "toolStripMenuItem4";
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(192, 22);
     this.toolStripMenuItem5.Text = "toolStripMenuItem5";
     //
     // tsmiSettings
     //
     this.tsmiSettings.Name   = "tsmiSettings";
     this.tsmiSettings.Size   = new System.Drawing.Size(142, 22);
     this.tsmiSettings.Text   = "系统设置(&C)";
     this.tsmiSettings.Click += new System.EventHandler(this.tsmiSettings_Click);
     //
     // tsmiChangePassword
     //
     this.tsmiChangePassword.Name   = "tsmiChangePassword";
     this.tsmiChangePassword.Size   = new System.Drawing.Size(142, 22);
     this.tsmiChangePassword.Text   = "修改密码(&P)";
     this.tsmiChangePassword.Click += new System.EventHandler(this.tsmiChangePassword_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(139, 6);
     //
     // tsmiHelp
     //
     this.tsmiHelp.DropDown = this.contextMenuStripHelp;
     this.tsmiHelp.Name     = "tsmiHelp";
     this.tsmiHelp.Size     = new System.Drawing.Size(142, 22);
     this.tsmiHelp.Text     = "帮助";
     //
     // contextMenuStripHelp
     //
     this.contextMenuStripHelp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.contextMenuStripHelp.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiChm,
         this.tsmiAbout
     });
     this.contextMenuStripHelp.Name       = "contextMenuStripHelp";
     this.contextMenuStripHelp.OwnerItem  = this.tsmiHelp;
     this.contextMenuStripHelp.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.contextMenuStripHelp.Size       = new System.Drawing.Size(125, 48);
     //
     // tsmiChm
     //
     this.tsmiChm.Name = "tsmiChm";
     this.tsmiChm.Size = new System.Drawing.Size(124, 22);
     this.tsmiChm.Text = "操作手册";
     //
     // tsmiAbout
     //
     this.tsmiAbout.Name = "tsmiAbout";
     this.tsmiAbout.Size = new System.Drawing.Size(124, 22);
     this.tsmiAbout.Text = "关于(&A)";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(139, 6);
     //
     // tsmiRelogin
     //
     this.tsmiRelogin.Name   = "tsmiRelogin";
     this.tsmiRelogin.Size   = new System.Drawing.Size(142, 22);
     this.tsmiRelogin.Text   = "重新登录(&R)";
     this.tsmiRelogin.Click += new System.EventHandler(this.tsmiRelogin_Click);
     //
     // tsmiExit
     //
     this.tsmiExit.Name   = "tsmiExit";
     this.tsmiExit.Size   = new System.Drawing.Size(142, 22);
     this.tsmiExit.Text   = "退出系统(&Q)";
     this.tsmiExit.Click += new System.EventHandler(this.tsmiExit_Click);
     //
     // timerFrame
     //
     this.timerFrame.Interval = 1000;
     this.timerFrame.Tick    += new System.EventHandler(this.timerFrame_Tick);
     //
     // ultraExpandableGroupBoxPanel2
     //
     this.ultraExpandableGroupBoxPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(19, 3);
     this.ultraExpandableGroupBoxPanel2.Name     = "ultraExpandableGroupBoxPanel2";
     this.ultraExpandableGroupBoxPanel2.Size     = new System.Drawing.Size(214, 470);
     this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
     this.ultraExpandableGroupBoxPanel2.Paint   += new System.Windows.Forms.PaintEventHandler(this.ultraExpandableGroupBox1_Paint);
     //
     // ultraGridColumnChooser1
     //
     this.ultraGridColumnChooser1.DisplayLayout.AutoFitStyle                       = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
     this.ultraGridColumnChooser1.DisplayLayout.CaptionVisible                     = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGridColumnChooser1.DisplayLayout.MaxColScrollRegions                = 1;
     this.ultraGridColumnChooser1.DisplayLayout.MaxRowScrollRegions                = 1;
     this.ultraGridColumnChooser1.DisplayLayout.Override.AllowColMoving            = Infragistics.Win.UltraWinGrid.AllowColMoving.NotAllowed;
     this.ultraGridColumnChooser1.DisplayLayout.Override.AllowColSizing            = Infragistics.Win.UltraWinGrid.AllowColSizing.None;
     this.ultraGridColumnChooser1.DisplayLayout.Override.AllowRowLayoutCellSizing  = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     this.ultraGridColumnChooser1.DisplayLayout.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
     this.ultraGridColumnChooser1.DisplayLayout.Override.CellClickAction           = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
     this.ultraGridColumnChooser1.DisplayLayout.Override.CellPadding               = 2;
     this.ultraGridColumnChooser1.DisplayLayout.Override.ExpansionIndicator        = Infragistics.Win.UltraWinGrid.ShowExpansionIndicator.Never;
     this.ultraGridColumnChooser1.DisplayLayout.Override.HeaderClickAction         = Infragistics.Win.UltraWinGrid.HeaderClickAction.Select;
     this.ultraGridColumnChooser1.DisplayLayout.Override.RowSelectors              = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGridColumnChooser1.DisplayLayout.Override.RowSizing                 = Infragistics.Win.UltraWinGrid.RowSizing.AutoFixed;
     this.ultraGridColumnChooser1.DisplayLayout.Override.SelectTypeCell            = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGridColumnChooser1.DisplayLayout.Override.SelectTypeCol             = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGridColumnChooser1.DisplayLayout.Override.SelectTypeRow             = Infragistics.Win.UltraWinGrid.SelectType.None;
     this.ultraGridColumnChooser1.DisplayLayout.RowConnectorStyle                  = Infragistics.Win.UltraWinGrid.RowConnectorStyle.None;
     this.ultraGridColumnChooser1.DisplayLayout.ScrollBounds                       = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGridColumnChooser1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGridColumnChooser1.Location         = new System.Drawing.Point(0, 0);
     this.ultraGridColumnChooser1.Name             = "ultraGridColumnChooser1";
     this.ultraGridColumnChooser1.Size             = new System.Drawing.Size(140, 160);
     this.ultraGridColumnChooser1.StyleLibraryName = "";
     this.ultraGridColumnChooser1.StyleSetName     = "";
     this.ultraGridColumnChooser1.TabIndex         = 0;
     this.ultraGridColumnChooser1.Text             = "ultraGridColumnChooser1";
     //
     // ultraExpandableGroupBox1
     //
     this.ultraExpandableGroupBox1.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.None;
     this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
     this.ultraExpandableGroupBox1.Dock                    = System.Windows.Forms.DockStyle.Left;
     this.ultraExpandableGroupBox1.ExpandedSize            = new System.Drawing.Size(236, 514);
     appearance17.TextVAlignAsString                       = "Middle";
     this.ultraExpandableGroupBox1.HeaderAppearance        = appearance17;
     this.ultraExpandableGroupBox1.HeaderPosition          = Infragistics.Win.Misc.GroupBoxHeaderPosition.LeftOutsideBorder;
     this.ultraExpandableGroupBox1.Location                = new System.Drawing.Point(0, 51);
     this.ultraExpandableGroupBox1.Name                    = "ultraExpandableGroupBox1";
     this.ultraExpandableGroupBox1.Size                    = new System.Drawing.Size(236, 514);
     this.ultraExpandableGroupBox1.TabIndex                = 13;
     this.ultraExpandableGroupBox1.Text                    = "功能菜单1";
     this.ultraExpandableGroupBox1.VerticalTextOrientation = Infragistics.Win.Misc.GroupBoxVerticalTextOrientation.TopToBottom;
     this.ultraExpandableGroupBox1.Paint                  += new System.Windows.Forms.PaintEventHandler(this.ultraExpandableGroupBox1_Paint);
     //
     // ultraExpandableGroupBoxPanel1
     //
     this.ultraExpandableGroupBoxPanel1.Controls.Add(this.mainMenuTree);
     this.ultraExpandableGroupBoxPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(22, 1);
     this.ultraExpandableGroupBoxPanel1.Name     = "ultraExpandableGroupBoxPanel1";
     this.ultraExpandableGroupBoxPanel1.Size     = new System.Drawing.Size(213, 512);
     this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
     //
     // panel1
     //
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 51);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(905, 0);
     this.panel1.TabIndex = 3;
     //
     // _FormFrame_Toolbars_Dock_Area_Left
     //
     this._FormFrame_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormFrame_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this._FormFrame_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._FormFrame_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormFrame_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 51);
     this._FormFrame_Toolbars_Dock_Area_Left.Name            = "_FormFrame_Toolbars_Dock_Area_Left";
     this._FormFrame_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 514);
     this._FormFrame_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _FormFrame_Toolbars_Dock_Area_Right
     //
     this._FormFrame_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormFrame_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this._FormFrame_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._FormFrame_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormFrame_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(905, 51);
     this._FormFrame_Toolbars_Dock_Area_Right.Name            = "_FormFrame_Toolbars_Dock_Area_Right";
     this._FormFrame_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 514);
     this._FormFrame_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _FormFrame_Toolbars_Dock_Area_Top
     //
     this._FormFrame_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormFrame_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this._FormFrame_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._FormFrame_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormFrame_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 30);
     this._FormFrame_Toolbars_Dock_Area_Top.Name            = "_FormFrame_Toolbars_Dock_Area_Top";
     this._FormFrame_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(905, 21);
     this._FormFrame_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _FormFrame_Toolbars_Dock_Area_Bottom
     //
     this._FormFrame_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._FormFrame_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this._FormFrame_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._FormFrame_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._FormFrame_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 565);
     this._FormFrame_Toolbars_Dock_Area_Bottom.Name            = "_FormFrame_Toolbars_Dock_Area_Bottom";
     this._FormFrame_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(905, 0);
     this._FormFrame_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // ultraStatusBar1
     //
     appearance3.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ultraStatusBar1.Appearance  = appearance3;
     this.ultraStatusBar1.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Flat;
     this.ultraStatusBar1.Location    = new System.Drawing.Point(0, 565);
     this.ultraStatusBar1.Name        = "ultraStatusBar1";
     appearance4.Image = ((object)(resources.GetObject("appearance4.Image")));
     appearance4.ImageBackgroundStyle = Infragistics.Win.ImageBackgroundStyle.Stretched;
     ultraStatusPanel1.Appearance     = appearance4;
     ultraStatusPanel1.BorderStyle    = Infragistics.Win.UIElementBorderStyle.None;
     ultraStatusPanel1.Key            = "ConnectionStatus";
     ultraStatusPanel1.Width          = 22;
     ultraStatusPanel2.Key            = "FormPath";
     ultraStatusPanel2.Width          = 280;
     ultraStatusPanel3.Key            = "CustomInfo";
     ultraStatusPanel3.Width          = 220;
     appearance2.Cursor             = System.Windows.Forms.Cursors.Hand;
     appearance2.ForeColor          = System.Drawing.Color.Blue;
     appearance2.TextHAlignAsString = "Center";
     ultraStatusPanel4.Appearance   = appearance2;
     ultraStatusPanel4.Key          = "SupportInfo";
     ultraStatusPanel4.Text         = "技术支持:航天长峰湖南分公司";
     ultraStatusPanel4.Width        = 200;
     ultraStatusPanel5.SizingMode   = Infragistics.Win.UltraWinStatusBar.PanelSizingMode.Spring;
     ultraStatusPanel5.Width        = 375;
     ultraStatusPanel6.Key          = "Time";
     ultraStatusPanel6.Text         = "2016-07-08 10:11:12";
     ultraStatusPanel6.Width        = 125;
     appearance1.Image            = ((object)(resources.GetObject("appearance1.Image")));
     ultraStatusPanel7.Appearance = appearance1;
     ultraStatusPanel7.Key        = "InstantMessaging";
     ultraStatusPanel7.Width      = 24;
     this.ultraStatusBar1.Panels.AddRange(new Infragistics.Win.UltraWinStatusBar.UltraStatusPanel[] {
         ultraStatusPanel1,
         ultraStatusPanel2,
         ultraStatusPanel3,
         ultraStatusPanel4,
         ultraStatusPanel5,
         ultraStatusPanel6,
         ultraStatusPanel7
     });
     this.ultraStatusBar1.Size               = new System.Drawing.Size(905, 23);
     this.ultraStatusBar1.TabIndex           = 6;
     this.ultraStatusBar1.Text               = "ultraStatusBar1";
     this.ultraStatusBar1.ViewStyle          = Infragistics.Win.UltraWinStatusBar.ViewStyle.Standard;
     this.ultraStatusBar1.MouseLeaveElement += new Infragistics.Win.UIElementEventHandler(this.ultraStatusBar1_MouseLeaveElement);
     this.ultraStatusBar1.PanelClick        += new Infragistics.Win.UltraWinStatusBar.PanelClickEventHandler(this.ultraStatusBar1_PanelClick);
     this.ultraStatusBar1.MouseEnterElement += new Infragistics.Win.UIElementEventHandler(this.ultraStatusBar1_MouseEnterElement);
     //
     // ultraTabbedMdiManager1
     //
     this.ultraTabbedMdiManager1.AllowHorizontalTabGroups = false;
     this.ultraTabbedMdiManager1.AllowVerticalTabGroups   = false;
     this.ultraTabbedMdiManager1.MdiParent = this;
     this.ultraTabbedMdiManager1.TabGroupSettings.CloseButtonLocation = Infragistics.Win.UltraWinTabs.TabCloseButtonLocation.Tab;
     appearance5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ultraTabbedMdiManager1.TabGroupSettings.TabAreaAppearance = appearance5;
     this.ultraTabbedMdiManager1.UseFlatMode            = Infragistics.Win.DefaultableBoolean.True;
     this.ultraTabbedMdiManager1.ViewStyle              = Infragistics.Win.UltraWinTabbedMdi.ViewStyle.Office2007;
     this.ultraTabbedMdiManager1.TabActivated          += new Infragistics.Win.UltraWinTabbedMdi.MdiTabEventHandler(this.ultraTabbedMdiManager1_TabActivated);
     this.ultraTabbedMdiManager1.InitializeContextMenu += new Infragistics.Win.UltraWinTabbedMdi.MdiTabContextMenuEventHandler(this.ultraTabbedMdiManager1_InitializeContextMenu);
     //
     // panel2
     //
     this.panel2.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
     this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(32, 22);
     this.panel2.TabIndex = 19;
     this.panel2.Click   += new System.EventHandler(this.panel2_Click);
     //
     // mainMenuTree
     //
     this.mainMenuTree.BorderStyle             = Infragistics.Win.UIElementBorderStyle.None;
     this.mainMenuTree.DisplayStyle            = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
     this.mainMenuTree.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.mainMenuTree.HideExpansionIndicators = Infragistics.Win.UltraWinTree.HideExpansionIndicators.Never;
     this.mainMenuTree.ImageTransparentColor   = System.Drawing.Color.Transparent;
     this.mainMenuTree.Location                = new System.Drawing.Point(0, 0);
     this.mainMenuTree.Name                    = "mainMenuTree";
     this.mainMenuTree.NodeConnectorColor      = System.Drawing.SystemColors.ControlDark;
     _override1.SelectionType                  = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.mainMenuTree.Override                = _override1;
     this.mainMenuTree.Size                    = new System.Drawing.Size(213, 512);
     this.mainMenuTree.TabIndex                = 0;
     this.mainMenuTree.Tag = null;
     this.mainMenuTree.OnBipFormOpenning += new com.ccf.bip.frame.FormOpenningEventHandler(this.mainMenuTree_OnBipFormOpenning);
     //
     // ultraToolbarsManager1
     //
     appearance14.BackColor                                 = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     appearance14.FontData.Name                             = "default";
     appearance14.ForeColor                                 = System.Drawing.SystemColors.ControlText;
     this.ultraToolbarsManager1.Appearance                  = appearance14;
     this.ultraToolbarsManager1.DesignerFlags               = 1;
     this.ultraToolbarsManager1.DockWithinContainer         = this;
     this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(com.ccf.bip.frame.style.SkinForm);
     this.ultraToolbarsManager1.LockToolbars                = true;
     this.ultraToolbarsManager1.RightAlignedMenus           = Infragistics.Win.DefaultableBoolean.True;
     this.ultraToolbarsManager1.ShowFullMenusDelay          = 500;
     ultraToolbar1.DockedColumn                             = 0;
     ultraToolbar1.DockedRow                                = 0;
     labelTool1.InstanceProps.Width                         = 39;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         labelTool1
     });
     ultraToolbar1.Settings.AllowCustomize  = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockLeft   = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockRight  = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockTop    = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowFloating   = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowHiding     = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     this.ultraToolbarsManager1.ToolbarSettings.AllowCustomize  = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockLeft   = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockRight  = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowDockTop    = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowFloating   = Infragistics.Win.DefaultableBoolean.False;
     this.ultraToolbarsManager1.ToolbarSettings.AllowHiding     = Infragistics.Win.DefaultableBoolean.False;
     appearance15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ultraToolbarsManager1.ToolbarSettings.Appearance    = appearance15;
     this.ultraToolbarsManager1.ToolbarSettings.FillEntireRow = Infragistics.Win.DefaultableBoolean.True;
     appearance16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ultraToolbarsManager1.ToolbarSettings.ToolAppearance = appearance16;
     appearance19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     popupMenuTool10.Settings.IconAreaAppearance = appearance19;
     popupMenuTool10.SharedPropsInternal.Caption = "PopupMenuTool1";
     popupMenuTool10.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool7
     });
     popupMenuTool11.SharedPropsInternal.Caption = "PopupMenuTool2";
     popupMenuTool12.SharedPropsInternal.Caption = "PopupMenuTool3";
     labelTool2.SharedPropsInternal.Spring       = true;
     buttonTool8.SharedPropsInternal.Caption     = "ButtonTool1";
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         popupMenuTool10,
         popupMenuTool11,
         popupMenuTool12,
         labelTool2,
         buttonTool8
     });
     this.ultraToolbarsManager1.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
     this.ultraToolbarsManager1.ToolClick  += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // FormFrame
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ClientSize          = new System.Drawing.Size(920, 588);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.ultraExpandableGroupBox1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this._FormFrame_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._FormFrame_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._FormFrame_Toolbars_Dock_Area_Top);
     this.Controls.Add(this._FormFrame_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this.ultraStatusBar1);
     this.ForeColor       = System.Drawing.SystemColors.ControlText;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer  = true;
     this.KeyPreview      = true;
     this.MinimumSize     = new System.Drawing.Size(920, 588);
     this.Name            = "FormFrame";
     this.Padding         = new System.Windows.Forms.Padding(0, 30, 15, 0);
     this.ShadowType      = MetroFramework.Forms.MetroFormShadowType.AeroShadow;
     this.Text            = "航天长峰企业应用平台";
     this.TextAlign       = MetroFramework.Forms.MetroFormTextAlign.Center;
     this.TransparencyKey = System.Drawing.Color.Empty;
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.FormFrame_Load);
     this.Shown          += new System.EventHandler(this.FormFrame_Shown);
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.FormFrame_FormClosing);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.FormFrame_KeyDown);
     this.contextMenuStripStart.ResumeLayout(false);
     this.contextMenuStripHis.ResumeLayout(false);
     this.contextMenuStripHelp.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGridColumnChooser1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
     this.ultraExpandableGroupBox1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTabbedMdiManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainMenuTree)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).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.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("SysToolBar");
     Infragistics.Win.UltraWinToolbars.ButtonTool   buttonTool4   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
     Infragistics.Win.UltraWinToolbars.ButtonTool   buttonTool1   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
     Infragistics.Win.UltraWinToolbars.ButtonTool   buttonTool2   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Edit");
     Infragistics.Win.UltraWinToolbars.ButtonTool   buttonTool3   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.UltraWinToolbars.ButtonTool   buttonTool5   = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Edit");
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Delete");
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10   = new Infragistics.Win.UltraWinToolbars.ButtonTool("AddChild");
     Infragistics.Win.Appearance                    appearance18 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.Override         _override1   = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.Appearance                    appearance1  = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(ProjectMgtForm));
     Infragistics.Win.Appearance                    appearance2  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance3  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance4  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance5  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance6  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance7  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance8  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance9  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance10 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance13 = new Infragistics.Win.Appearance();
     this.toolBarManager      = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this.BaseForm_Fill_Panel = new System.Windows.Forms.Panel();
     this.splitContainer1     = new System.Windows.Forms.SplitContainer();
     this.ultraPanel1         = new Infragistics.Win.Misc.UltraPanel();
     this.ckEndTime           = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ckStartTime         = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.dteEndTime          = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.dteStartTime        = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.txtName             = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtCode             = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.lblName             = new Infragistics.Win.Misc.UltraLabel();
     this.lblCode             = new Infragistics.Win.Misc.UltraLabel();
     this.btnClear            = new Infragistics.Win.Misc.UltraButton();
     this.btnSearch           = new Infragistics.Win.Misc.UltraButton();
     this.splitContainer2     = new System.Windows.Forms.SplitContainer();
     this.uTree      = new Infragistics.Win.UltraWinTree.UltraTree();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.ug1        = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this._BaseForm_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._BaseForm_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._BaseForm_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._BaseForm_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     ((System.ComponentModel.ISupportInitialize)(this.toolBarManager)).BeginInit();
     this.BaseForm_Fill_Panel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.ultraPanel1.ClientArea.SuspendLayout();
     this.ultraPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ckEndTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckStartTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dteEndTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dteStartTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uTree)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ug1)).BeginInit();
     this.SuspendLayout();
     //
     // toolBarManager
     //
     this.toolBarManager.DesignerFlags               = 1;
     this.toolBarManager.DockWithinContainer         = this;
     this.toolBarManager.DockWithinContainerBaseType = typeof(DnaMesUi.BaseForm);
     this.toolBarManager.FormDisplayStyle            = Infragistics.Win.UltraWinToolbars.FormDisplayStyle.Standard;
     this.toolBarManager.LockToolbars = true;
     this.toolBarManager.MenuSettings.ShowToolTips   = Infragistics.Win.DefaultableBoolean.True;
     this.toolBarManager.RuntimeCustomizationOptions = Infragistics.Win.UltraWinToolbars.RuntimeCustomizationOptions.None;
     this.toolBarManager.ShowFullMenusDelay          = 200;
     this.toolBarManager.ShowShortcutsInToolTips     = true;
     this.toolBarManager.Style  = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow    = 0;
     ultraToolbar1.FloatingSize = new System.Drawing.Size(142, 27);
     buttonTool4.InstanceProps.IsFirstInGroup = true;
     buttonTool1.InstanceProps.IsFirstInGroup = true;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool4,
         buttonTool1,
         buttonTool2,
         buttonTool3
     });
     ultraToolbar1.Settings.AllowCustomize   = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockBottom  = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockLeft    = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockRight   = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowDockTop     = Infragistics.Win.DefaultableBoolean.True;
     ultraToolbar1.Settings.AllowFloating    = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.AllowHiding      = Infragistics.Win.DefaultableBoolean.False;
     ultraToolbar1.Settings.ToolDisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     ultraToolbar1.Settings.UseLargeImages   = Infragistics.Win.DefaultableBoolean.True;
     ultraToolbar1.Text = "工具栏";
     this.toolBarManager.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     this.toolBarManager.ToolbarSettings.AllowCustomize  = Infragistics.Win.DefaultableBoolean.False;
     this.toolBarManager.ToolbarSettings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     this.toolBarManager.ToolbarSettings.AllowDockLeft   = Infragistics.Win.DefaultableBoolean.False;
     this.toolBarManager.ToolbarSettings.AllowDockRight  = Infragistics.Win.DefaultableBoolean.False;
     this.toolBarManager.ToolbarSettings.AllowDockTop    = Infragistics.Win.DefaultableBoolean.True;
     this.toolBarManager.ToolbarSettings.AllowFloating   = Infragistics.Win.DefaultableBoolean.False;
     this.toolBarManager.ToolbarSettings.AllowHiding     = Infragistics.Win.DefaultableBoolean.False;
     this.toolBarManager.ToolbarSettings.ShowToolTips    = Infragistics.Win.DefaultableBoolean.True;
     appearance14.Image = global::DnaMesUi.Properties.Resources.report_add;
     buttonTool5.SharedPropsInternal.AppearancesLarge.Appearance = appearance14;
     buttonTool5.SharedPropsInternal.Caption = "新建";
     buttonTool5.SharedPropsInternal.Enabled = false;
     appearance15.Image = global::DnaMesUi.Properties.Resources.report_edit;
     buttonTool6.SharedPropsInternal.AppearancesLarge.Appearance = appearance15;
     buttonTool6.SharedPropsInternal.Caption = "编辑";
     buttonTool6.SharedPropsInternal.Enabled = false;
     appearance16.Image = global::DnaMesUi.Properties.Resources.report_delete;
     buttonTool7.SharedPropsInternal.AppearancesLarge.Appearance = appearance16;
     buttonTool7.SharedPropsInternal.Caption = "删除";
     buttonTool7.SharedPropsInternal.Enabled = false;
     appearance17.Image = global::DnaMesUi.Properties.Resources.刷新32;
     buttonTool8.SharedPropsInternal.AppearancesLarge.Appearance = appearance17;
     buttonTool8.SharedPropsInternal.Caption = "刷新";
     appearance18.Image = global::DnaMesUi.Properties.Resources.cpptb;
     buttonTool10.SharedPropsInternal.AppearancesLarge.Appearance = appearance18;
     buttonTool10.SharedPropsInternal.Caption = "添加子项目";
     buttonTool10.SharedPropsInternal.Enabled = false;
     this.toolBarManager.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool5,
         buttonTool6,
         buttonTool7,
         buttonTool8,
         buttonTool10
     });
     this.toolBarManager.ToolTipDisplayStyle = Infragistics.Win.UltraWinToolbars.ToolTipDisplayStyle.Standard;
     this.toolBarManager.ToolClick          += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.toolBarManager_ToolClick);
     //
     // BaseForm_Fill_Panel
     //
     this.BaseForm_Fill_Panel.Controls.Add(this.splitContainer1);
     this.BaseForm_Fill_Panel.Cursor   = System.Windows.Forms.Cursors.Default;
     this.BaseForm_Fill_Panel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.BaseForm_Fill_Panel.Location = new System.Drawing.Point(0, 74);
     this.BaseForm_Fill_Panel.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.BaseForm_Fill_Panel.Name     = "BaseForm_Fill_Panel";
     this.BaseForm_Fill_Panel.Size     = new System.Drawing.Size(1584, 606);
     this.BaseForm_Fill_Panel.TabIndex = 0;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel      = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location        = new System.Drawing.Point(0, 0);
     this.splitContainer1.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.splitContainer1.Name            = "splitContainer1";
     this.splitContainer1.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.ultraPanel1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size             = new System.Drawing.Size(1584, 606);
     this.splitContainer1.SplitterDistance = 70;
     this.splitContainer1.TabIndex         = 0;
     //
     // ultraPanel1
     //
     //
     // ultraPanel1.ClientArea
     //
     this.ultraPanel1.ClientArea.Controls.Add(this.ckEndTime);
     this.ultraPanel1.ClientArea.Controls.Add(this.ckStartTime);
     this.ultraPanel1.ClientArea.Controls.Add(this.dteEndTime);
     this.ultraPanel1.ClientArea.Controls.Add(this.dteStartTime);
     this.ultraPanel1.ClientArea.Controls.Add(this.txtName);
     this.ultraPanel1.ClientArea.Controls.Add(this.txtCode);
     this.ultraPanel1.ClientArea.Controls.Add(this.lblName);
     this.ultraPanel1.ClientArea.Controls.Add(this.lblCode);
     this.ultraPanel1.ClientArea.Controls.Add(this.btnClear);
     this.ultraPanel1.ClientArea.Controls.Add(this.btnSearch);
     this.ultraPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
     this.ultraPanel1.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.ultraPanel1.Name     = "ultraPanel1";
     this.ultraPanel1.Size     = new System.Drawing.Size(1584, 70);
     this.ultraPanel1.TabIndex = 0;
     //
     // ckEndTime
     //
     this.ckEndTime.AutoSize        = true;
     this.ckEndTime.Location        = new System.Drawing.Point(885, 35);
     this.ckEndTime.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ckEndTime.Name            = "ckEndTime";
     this.ckEndTime.Size            = new System.Drawing.Size(99, 27);
     this.ckEndTime.TabIndex        = 4;
     this.ckEndTime.Text            = "结束时间";
     this.ckEndTime.CheckedChanged += new System.EventHandler(this.ckEndTime_CheckedChanged);
     //
     // ckStartTime
     //
     this.ckStartTime.AutoSize        = true;
     this.ckStartTime.Location        = new System.Drawing.Point(578, 35);
     this.ckStartTime.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ckStartTime.Name            = "ckStartTime";
     this.ckStartTime.Size            = new System.Drawing.Size(99, 27);
     this.ckStartTime.TabIndex        = 4;
     this.ckStartTime.Text            = "开始时间";
     this.ckStartTime.CheckedChanged += new System.EventHandler(this.ckStartTime_CheckedChanged);
     //
     // dteEndTime
     //
     this.dteEndTime.Location  = new System.Drawing.Point(990, 34);
     this.dteEndTime.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.dteEndTime.MaskInput = "{date} {time}";
     this.dteEndTime.Name      = "dteEndTime";
     this.dteEndTime.Size      = new System.Drawing.Size(188, 28);
     this.dteEndTime.TabIndex  = 3;
     //
     // dteStartTime
     //
     this.dteStartTime.Location  = new System.Drawing.Point(683, 34);
     this.dteStartTime.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.dteStartTime.MaskInput = "{date} {time}";
     this.dteStartTime.Name      = "dteStartTime";
     this.dteStartTime.Size      = new System.Drawing.Size(188, 28);
     this.dteStartTime.TabIndex  = 3;
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(404, 32);
     this.txtName.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(160, 28);
     this.txtName.TabIndex = 2;
     //
     // txtCode
     //
     this.txtCode.Location = new System.Drawing.Point(142, 32);
     this.txtCode.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtCode.Name     = "txtCode";
     this.txtCode.Size     = new System.Drawing.Size(160, 28);
     this.txtCode.TabIndex = 2;
     //
     // lblName
     //
     this.lblName.AutoSize = true;
     this.lblName.Location = new System.Drawing.Point(316, 37);
     this.lblName.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lblName.Name     = "lblName";
     this.lblName.Size     = new System.Drawing.Size(82, 24);
     this.lblName.TabIndex = 1;
     this.lblName.Text     = "项目名称";
     //
     // lblCode
     //
     this.lblCode.AutoSize = true;
     this.lblCode.Location = new System.Drawing.Point(54, 37);
     this.lblCode.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lblCode.Name     = "lblCode";
     this.lblCode.Size     = new System.Drawing.Size(82, 24);
     this.lblCode.TabIndex = 1;
     this.lblCode.Text     = "项目编号";
     //
     // btnClear
     //
     this.btnClear.AutoSize = true;
     this.btnClear.Location = new System.Drawing.Point(1281, 31);
     this.btnClear.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnClear.Name     = "btnClear";
     this.btnClear.Size     = new System.Drawing.Size(54, 34);
     this.btnClear.TabIndex = 0;
     this.btnClear.Text     = "清空";
     this.btnClear.Click   += new System.EventHandler(this.btnClear_Click);
     //
     // btnSearch
     //
     this.btnSearch.AutoSize = true;
     this.btnSearch.Location = new System.Drawing.Point(1222, 31);
     this.btnSearch.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSearch.Name     = "btnSearch";
     this.btnSearch.Size     = new System.Drawing.Size(54, 34);
     this.btnSearch.TabIndex = 0;
     this.btnSearch.Text     = "查询";
     this.btnSearch.Click   += new System.EventHandler(this.btnSearch_Click);
     //
     // splitContainer2
     //
     this.splitContainer2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Margin   = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.splitContainer2.Name     = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.uTree);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.ug1);
     this.splitContainer2.Size             = new System.Drawing.Size(1584, 532);
     this.splitContainer2.SplitterDistance = 299;
     this.splitContainer2.TabIndex         = 0;
     //
     // uTree
     //
     this.uTree.AllowDrop              = true;
     this.uTree.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.uTree.ImageList              = this.imageList1;
     this.uTree.ImageTransparentColor  = System.Drawing.Color.Transparent;
     this.uTree.Location               = new System.Drawing.Point(0, 0);
     this.uTree.Margin                 = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.uTree.Name                   = "uTree";
     this.uTree.NodeConnectorColor     = System.Drawing.SystemColors.ControlDark;
     appearance1.Image                 = "TreeSelected.png";
     _override1.SelectedNodeAppearance = appearance1;
     _override1.SelectionType          = Infragistics.Win.UltraWinTree.SelectType.ExtendedAutoDrag;
     this.uTree.Override               = _override1;
     this.uTree.Size                   = new System.Drawing.Size(299, 532);
     this.uTree.TabIndex               = 0;
     this.uTree.AfterExpand           += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.uTree_AfterExpand);
     this.uTree.AfterSelect           += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.uTree_AfterSelect);
     this.uTree.SelectionDragStart    += new System.EventHandler(this.uTree_SelectionDragStart);
     this.uTree.DragDrop              += new System.Windows.Forms.DragEventHandler(this.uTree_DragDrop);
     this.uTree.DragOver              += new System.Windows.Forms.DragEventHandler(this.uTree_DragOver);
     this.uTree.DragLeave             += new System.EventHandler(this.uTree_DragLeave);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "TreeSelected.png");
     this.imageList1.Images.SetKeyName(1, "TreeNotSelect.png");
     this.imageList1.Images.SetKeyName(2, "部门32.png");
     this.imageList1.Images.SetKeyName(3, "集团32.png");
     this.imageList1.Images.SetKeyName(4, "公司32.png");
     this.imageList1.Images.SetKeyName(5, "产品大类32.png");
     this.imageList1.Images.SetKeyName(6, "产品32.png");
     this.imageList1.Images.SetKeyName(7, "标准件32.png");
     this.imageList1.Images.SetKeyName(8, "部件32.png");
     //
     // ug1
     //
     appearance2.BackColor                 = System.Drawing.SystemColors.Window;
     appearance2.BorderColor               = System.Drawing.SystemColors.InactiveCaption;
     this.ug1.DisplayLayout.Appearance     = appearance2;
     this.ug1.DisplayLayout.AutoFitStyle   = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
     this.ug1.DisplayLayout.BorderStyle    = Infragistics.Win.UIElementBorderStyle.Solid;
     this.ug1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
     this.ug1.DisplayLayout.EmptyRowSettings.ShowEmptyRows = true;
     appearance3.BackColor         = System.Drawing.SystemColors.ActiveBorder;
     appearance3.BackColor2        = System.Drawing.SystemColors.ControlDark;
     appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance3.BorderColor       = System.Drawing.SystemColors.Window;
     this.ug1.DisplayLayout.GroupByBox.Appearance = appearance3;
     appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
     this.ug1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
     this.ug1.DisplayLayout.GroupByBox.BorderStyle         = Infragistics.Win.UIElementBorderStyle.Solid;
     appearance5.BackColor         = System.Drawing.SystemColors.ControlLightLight;
     appearance5.BackColor2        = System.Drawing.SystemColors.Control;
     appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
     appearance5.ForeColor         = System.Drawing.SystemColors.GrayText;
     this.ug1.DisplayLayout.GroupByBox.PromptAppearance = appearance5;
     this.ug1.DisplayLayout.MaxColScrollRegions         = 1;
     this.ug1.DisplayLayout.MaxRowScrollRegions         = 1;
     appearance6.BackColor = System.Drawing.SystemColors.Window;
     appearance6.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ug1.DisplayLayout.Override.ActiveCellAppearance = appearance6;
     appearance7.BackColor = System.Drawing.SystemColors.Highlight;
     appearance7.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.ug1.DisplayLayout.Override.ActiveRowAppearance = appearance7;
     this.ug1.DisplayLayout.Override.BorderStyleCell     = Infragistics.Win.UIElementBorderStyle.Dotted;
     this.ug1.DisplayLayout.Override.BorderStyleRow      = Infragistics.Win.UIElementBorderStyle.Dotted;
     appearance8.BackColor = System.Drawing.SystemColors.Window;
     this.ug1.DisplayLayout.Override.CardAreaAppearance = appearance8;
     appearance9.BorderColor        = System.Drawing.Color.Silver;
     appearance9.TextHAlignAsString = "Center";
     appearance9.TextTrimming       = Infragistics.Win.TextTrimming.EllipsisCharacter;
     this.ug1.DisplayLayout.Override.CellAppearance              = appearance9;
     this.ug1.DisplayLayout.Override.CellClickAction             = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
     this.ug1.DisplayLayout.Override.CellPadding                 = 0;
     this.ug1.DisplayLayout.Override.ColumnHeaderTextOrientation = new Infragistics.Win.TextOrientationInfo(0, Infragistics.Win.TextFlowDirection.Horizontal);
     this.ug1.DisplayLayout.Override.FilterClearButtonLocation   = Infragistics.Win.UltraWinGrid.FilterClearButtonLocation.Row;
     this.ug1.DisplayLayout.Override.FilterUIType                = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     this.ug1.DisplayLayout.Override.FixedRowStyle               = Infragistics.Win.UltraWinGrid.FixedRowStyle.Top;
     appearance10.BackColor             = System.Drawing.SystemColors.Control;
     appearance10.BackColor2            = System.Drawing.SystemColors.ControlDark;
     appearance10.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
     appearance10.BackGradientStyle     = Infragistics.Win.GradientStyle.Horizontal;
     appearance10.BorderColor           = System.Drawing.SystemColors.Window;
     this.ug1.DisplayLayout.Override.GroupByRowAppearance = appearance10;
     appearance11.TextHAlignAsString = "Center";
     this.ug1.DisplayLayout.Override.HeaderAppearance  = appearance11;
     this.ug1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ug1.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsXPCommand;
     appearance12.BackColor   = System.Drawing.SystemColors.Window;
     appearance12.BorderColor = System.Drawing.Color.Silver;
     this.ug1.DisplayLayout.Override.RowAppearance          = appearance12;
     this.ug1.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.SeparateElement;
     this.ug1.DisplayLayout.Override.RowSelectors           = Infragistics.Win.DefaultableBoolean.True;
     this.ug1.DisplayLayout.Override.SupportDataErrorInfo   = Infragistics.Win.UltraWinGrid.SupportDataErrorInfo.RowsAndCells;
     appearance13.BackColor = System.Drawing.SystemColors.ControlLight;
     this.ug1.DisplayLayout.Override.TemplateAddRowAppearance = appearance13;
     this.ug1.DisplayLayout.ScrollBounds    = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ug1.DisplayLayout.ScrollStyle     = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ug1.DisplayLayout.UseFixedHeaders = true;
     this.ug1.DisplayLayout.ViewStyle       = Infragistics.Win.UltraWinGrid.ViewStyle.SingleBand;
     this.ug1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.ug1.Location        = new System.Drawing.Point(0, 0);
     this.ug1.Margin          = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.ug1.Name            = "ug1";
     this.ug1.Size            = new System.Drawing.Size(1281, 532);
     this.ug1.TabIndex        = 1;
     this.ug1.Text            = "ultraGrid1";
     this.ug1.UpdateMode      = Infragistics.Win.UltraWinGrid.UpdateMode.OnCellChangeOrLostFocus;
     this.ug1.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ug1_DoubleClickRow);
     //
     // _BaseForm_Toolbars_Dock_Area_Left
     //
     this._BaseForm_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._BaseForm_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._BaseForm_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._BaseForm_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._BaseForm_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 74);
     this._BaseForm_Toolbars_Dock_Area_Left.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this._BaseForm_Toolbars_Dock_Area_Left.Name            = "_BaseForm_Toolbars_Dock_Area_Left";
     this._BaseForm_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 606);
     this._BaseForm_Toolbars_Dock_Area_Left.ToolbarsManager = this.toolBarManager;
     //
     // _BaseForm_Toolbars_Dock_Area_Right
     //
     this._BaseForm_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._BaseForm_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._BaseForm_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._BaseForm_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._BaseForm_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(1584, 74);
     this._BaseForm_Toolbars_Dock_Area_Right.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this._BaseForm_Toolbars_Dock_Area_Right.Name            = "_BaseForm_Toolbars_Dock_Area_Right";
     this._BaseForm_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 606);
     this._BaseForm_Toolbars_Dock_Area_Right.ToolbarsManager = this.toolBarManager;
     //
     // _BaseForm_Toolbars_Dock_Area_Top
     //
     this._BaseForm_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._BaseForm_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._BaseForm_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._BaseForm_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._BaseForm_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._BaseForm_Toolbars_Dock_Area_Top.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this._BaseForm_Toolbars_Dock_Area_Top.Name            = "_BaseForm_Toolbars_Dock_Area_Top";
     this._BaseForm_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(1584, 74);
     this._BaseForm_Toolbars_Dock_Area_Top.ToolbarsManager = this.toolBarManager;
     //
     // _BaseForm_Toolbars_Dock_Area_Bottom
     //
     this._BaseForm_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._BaseForm_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this._BaseForm_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._BaseForm_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._BaseForm_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 680);
     this._BaseForm_Toolbars_Dock_Area_Bottom.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this._BaseForm_Toolbars_Dock_Area_Bottom.Name            = "_BaseForm_Toolbars_Dock_Area_Bottom";
     this._BaseForm_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(1584, 0);
     this._BaseForm_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.toolBarManager;
     //
     // ProjectMgtForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1584, 680);
     this.Controls.Add(this.BaseForm_Fill_Panel);
     this.Controls.Add(this._BaseForm_Toolbars_Dock_Area_Left);
     this.Controls.Add(this._BaseForm_Toolbars_Dock_Area_Right);
     this.Controls.Add(this._BaseForm_Toolbars_Dock_Area_Bottom);
     this.Controls.Add(this._BaseForm_Toolbars_Dock_Area_Top);
     this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Name   = "ProjectMgtForm";
     this.Text   = "项目管理";
     ((System.ComponentModel.ISupportInitialize)(this.toolBarManager)).EndInit();
     this.BaseForm_Fill_Panel.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ultraPanel1.ClientArea.ResumeLayout(false);
     this.ultraPanel1.ClientArea.PerformLayout();
     this.ultraPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ckEndTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ckStartTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dteEndTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dteStartTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCode)).EndInit();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uTree)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ug1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
     Infragistics.Win.UltraWinTree.Override      _override1     = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.UltraWinTree.UltraTreeNode ultraTreeNode2 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
     Infragistics.Win.UltraWinTree.Override      _override2     = new Infragistics.Win.UltraWinTree.Override();
     System.Resources.ResourceManager            resources      = new System.Resources.ResourceManager(typeof(FrmConsultaMovimientosStock));
     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.labelTarea = new System.Windows.Forms.Label();
     this.ultraExplorerBarContainerControl1 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.mzProductosControl = new mz.erp.ui.controls.mzProductosControl();
     this.chkPorLineas       = new System.Windows.Forms.CheckBox();
     this.chkPorMarcas       = new System.Windows.Forms.CheckBox();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.udteHasta          = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.udteDesde          = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.label4             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.chkPorFechas       = new System.Windows.Forms.CheckBox();
     this.treeJerarquia2     = new Infragistics.Win.UltraWinTree.UltraTree();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.rbbPersonalizado   = new System.Windows.Forms.RadioButton();
     this.rbbPorFecha        = new System.Windows.Forms.RadioButton();
     this.rbPorProducto      = new System.Windows.Forms.RadioButton();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.treeJerarquia1     = new Infragistics.Win.UltraWinTree.UltraTree();
     this.ultraExplorerBarContainerControl2 = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarContainerControl();
     this.gridResultado        = new Janus.Windows.GridEX.GridEX();
     this.toolBarStandar       = new System.Windows.Forms.ToolBar();
     this.tbbAnterior          = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator1        = new System.Windows.Forms.ToolBarButton();
     this.tbbSiguiente         = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparador3        = new System.Windows.Forms.ToolBarButton();
     this.tbbEjecutarConsulta  = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator2        = new System.Windows.Forms.ToolBarButton();
     this.toolReiniciarFiltros = new System.Windows.Forms.ToolBarButton();
     this.tbbSeparator4        = new System.Windows.Forms.ToolBarButton();
     this.tbbCancelar          = new System.Windows.Forms.ToolBarButton();
     this.imglStandar          = new System.Windows.Forms.ImageList(this.components);
     this.ultraExplorerBar1    = new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBar();
     this.ultraExplorerBarContainerControl3.SuspendLayout();
     this.ultraExplorerBarContainerControl1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.udteHasta)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.udteDesde)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeJerarquia2)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeJerarquia1)).BeginInit();
     this.ultraExplorerBarContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).BeginInit();
     this.ultraExplorerBar1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraExplorerBarContainerControl3
     //
     this.ultraExplorerBarContainerControl3.Controls.Add(this.labelTarea);
     this.ultraExplorerBarContainerControl3.Location = new System.Drawing.Point(28, 49);
     this.ultraExplorerBarContainerControl3.Name     = "ultraExplorerBarContainerControl3";
     this.ultraExplorerBarContainerControl3.Size     = new System.Drawing.Size(902, 31);
     this.ultraExplorerBarContainerControl3.TabIndex = 2;
     //
     // labelTarea
     //
     this.labelTarea.BackColor = System.Drawing.Color.Transparent;
     this.labelTarea.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelTarea.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelTarea.Location  = new System.Drawing.Point(0, 0);
     this.labelTarea.Name      = "labelTarea";
     this.labelTarea.Size      = new System.Drawing.Size(902, 23);
     this.labelTarea.TabIndex  = 2;
     this.labelTarea.Text      = "Tarea";
     this.labelTarea.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ultraExplorerBarContainerControl1
     //
     this.ultraExplorerBarContainerControl1.Controls.Add(this.mzProductosControl);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.chkPorLineas);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.chkPorMarcas);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.groupBox2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.treeJerarquia2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.groupBox1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label2);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.label1);
     this.ultraExplorerBarContainerControl1.Controls.Add(this.treeJerarquia1);
     this.ultraExplorerBarContainerControl1.Location = new System.Drawing.Point(28, 139);
     this.ultraExplorerBarContainerControl1.Name     = "ultraExplorerBarContainerControl1";
     this.ultraExplorerBarContainerControl1.Size     = new System.Drawing.Size(902, 205);
     this.ultraExplorerBarContainerControl1.TabIndex = 0;
     //
     // mzProductosControl
     //
     this.mzProductosControl.BackColor            = System.Drawing.Color.Transparent;
     this.mzProductosControl.EnabledCantidad      = true;
     this.mzProductosControl.EnabledListaDePrecio = true;
     this.mzProductosControl.Location             = new System.Drawing.Point(96, 0);
     this.mzProductosControl.Name                            = "mzProductosControl";
     this.mzProductosControl.Size                            = new System.Drawing.Size(408, 40);
     this.mzProductosControl.TabIndex                        = 0;
     this.mzProductosControl.VisibleCantidad                 = true;
     this.mzProductosControl.VisibleComboListaDePrecios      = true;
     this.mzProductosControl.VisibleComboTipoDePrecioDeCosto = false;
     this.mzProductosControl.VisiblePrecios                  = true;
     //
     // chkPorLineas
     //
     this.chkPorLineas.BackColor = System.Drawing.Color.Transparent;
     this.chkPorLineas.Location  = new System.Drawing.Point(104, 48);
     this.chkPorLineas.Name      = "chkPorLineas";
     this.chkPorLineas.Size      = new System.Drawing.Size(224, 16);
     this.chkPorLineas.TabIndex  = 1;
     this.chkPorLineas.Text      = "Por Lineas";
     //
     // chkPorMarcas
     //
     this.chkPorMarcas.BackColor = System.Drawing.Color.Transparent;
     this.chkPorMarcas.Location  = new System.Drawing.Point(347, 48);
     this.chkPorMarcas.Name      = "chkPorMarcas";
     this.chkPorMarcas.Size      = new System.Drawing.Size(248, 16);
     this.chkPorMarcas.TabIndex  = 3;
     this.chkPorMarcas.Text      = "Por Marcas";
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.Transparent;
     this.groupBox2.Controls.Add(this.udteHasta);
     this.groupBox2.Controls.Add(this.udteDesde);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.chkPorFechas);
     this.groupBox2.Location = new System.Drawing.Point(600, 48);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(208, 80);
     this.groupBox2.TabIndex = 35;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Por Fechas";
     //
     // udteHasta
     //
     this.udteHasta.Location = new System.Drawing.Point(108, 44);
     this.udteHasta.Name     = "udteHasta";
     this.udteHasta.Size     = new System.Drawing.Size(88, 21);
     this.udteHasta.TabIndex = 7;
     //
     // udteDesde
     //
     this.udteDesde.Location = new System.Drawing.Point(108, 20);
     this.udteDesde.Name     = "udteDesde";
     this.udteDesde.Size     = new System.Drawing.Size(88, 21);
     this.udteDesde.TabIndex = 6;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(12, 52);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 33;
     this.label4.Text      = "Hasta";
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(12, 28);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(100, 16);
     this.label3.TabIndex  = 32;
     this.label3.Text      = "Desde";
     //
     // chkPorFechas
     //
     this.chkPorFechas.BackColor = System.Drawing.Color.Transparent;
     this.chkPorFechas.Location  = new System.Drawing.Point(69, -5);
     this.chkPorFechas.Name      = "chkPorFechas";
     this.chkPorFechas.Size      = new System.Drawing.Size(24, 24);
     this.chkPorFechas.TabIndex  = 5;
     //
     // treeJerarquia2
     //
     this.treeJerarquia2.HideSelection = false;
     this.treeJerarquia2.Location      = new System.Drawing.Point(344, 64);
     this.treeJerarquia2.Name          = "treeJerarquia2";
     ultraTreeNode1.Key  = "RAIZ";
     ultraTreeNode1.Text = "Agrupamientos";
     this.treeJerarquia2.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
         ultraTreeNode1
     });
     _override1.SelectionType     = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.treeJerarquia2.Override = _override1;
     this.treeJerarquia2.Size     = new System.Drawing.Size(248, 143);
     this.treeJerarquia2.TabIndex = 4;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.rbbPersonalizado);
     this.groupBox1.Controls.Add(this.rbbPorFecha);
     this.groupBox1.Controls.Add(this.rbPorProducto);
     this.groupBox1.Location = new System.Drawing.Point(600, 128);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(208, 80);
     this.groupBox1.TabIndex = 32;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Agrupado por ";
     //
     // rbbPersonalizado
     //
     this.rbbPersonalizado.Location = new System.Drawing.Point(8, 56);
     this.rbbPersonalizado.Name     = "rbbPersonalizado";
     this.rbbPersonalizado.Size     = new System.Drawing.Size(130, 20);
     this.rbbPersonalizado.TabIndex = 10;
     this.rbbPersonalizado.TabStop  = true;
     this.rbbPersonalizado.Text     = "Personalizado";
     //
     // rbbPorFecha
     //
     this.rbbPorFecha.Location = new System.Drawing.Point(8, 35);
     this.rbbPorFecha.Name     = "rbbPorFecha";
     this.rbbPorFecha.Size     = new System.Drawing.Size(130, 20);
     this.rbbPorFecha.TabIndex = 9;
     this.rbbPorFecha.TabStop  = true;
     this.rbbPorFecha.Text     = "Por Fecha";
     //
     // rbPorProducto
     //
     this.rbPorProducto.Checked  = true;
     this.rbPorProducto.Location = new System.Drawing.Point(8, 14);
     this.rbPorProducto.Name     = "rbPorProducto";
     this.rbPorProducto.Size     = new System.Drawing.Size(208, 20);
     this.rbPorProducto.TabIndex = 8;
     this.rbPorProducto.TabStop  = true;
     this.rbPorProducto.Text     = "Por Producto";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(0, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 16);
     this.label2.TabIndex  = 27;
     this.label2.Text      = "Jerarquía";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 16);
     this.label1.TabIndex  = 25;
     this.label1.Text      = "Producto";
     //
     // treeJerarquia1
     //
     this.treeJerarquia1.HideSelection = false;
     this.treeJerarquia1.Location      = new System.Drawing.Point(104, 64);
     this.treeJerarquia1.Name          = "treeJerarquia1";
     ultraTreeNode2.Key  = "RAIZ";
     ultraTreeNode2.Text = "Agrupamientos";
     this.treeJerarquia1.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
         ultraTreeNode2
     });
     _override2.SelectionType     = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.treeJerarquia1.Override = _override2;
     this.treeJerarquia1.Size     = new System.Drawing.Size(240, 143);
     this.treeJerarquia1.TabIndex = 2;
     //
     // ultraExplorerBarContainerControl2
     //
     this.ultraExplorerBarContainerControl2.Controls.Add(this.gridResultado);
     this.ultraExplorerBarContainerControl2.Location = new System.Drawing.Point(28, 403);
     this.ultraExplorerBarContainerControl2.Name     = "ultraExplorerBarContainerControl2";
     this.ultraExplorerBarContainerControl2.Size     = new System.Drawing.Size(902, 285);
     this.ultraExplorerBarContainerControl2.TabIndex = 1;
     //
     // gridResultado
     //
     this.gridResultado.AllowEdit         = Janus.Windows.GridEX.InheritableBoolean.False;
     this.gridResultado.AlternatingColors = true;
     this.gridResultado.Cursor            = System.Windows.Forms.Cursors.Default;
     this.gridResultado.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.gridResultado.FilterMode = Janus.Windows.GridEX.FilterMode.Automatic;
     this.gridResultado.FilterRowFormatStyle.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.gridResultado.FocusStyle                          = Janus.Windows.GridEX.FocusStyle.Solid;
     this.gridResultado.GroupByBoxVisible                   = false;
     this.gridResultado.GroupMode                           = Janus.Windows.GridEX.GroupMode.Collapsed;
     this.gridResultado.GroupRowFormatStyle.BackColor       = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
     this.gridResultado.GroupTotalRowFormatStyle.Appearance = Janus.Windows.GridEX.Appearance.Flat;
     this.gridResultado.GroupTotalRowFormatStyle.BackColor  = System.Drawing.Color.Lavender;
     this.gridResultado.GroupTotalRowFormatStyle.FontBold   = Janus.Windows.GridEX.TriState.True;
     this.gridResultado.GroupTotalRowFormatStyle.ForeColor  = System.Drawing.Color.Black;
     this.gridResultado.GroupTotals                         = Janus.Windows.GridEX.GroupTotals.ExpandedGroup;
     this.gridResultado.InvalidValueAction                  = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridResultado.Location            = new System.Drawing.Point(0, 0);
     this.gridResultado.Name                = "gridResultado";
     this.gridResultado.RecordNavigator     = true;
     this.gridResultado.RecordNavigatorText = "Registro:|de";
     this.gridResultado.Size                = new System.Drawing.Size(902, 285);
     this.gridResultado.TabIndex            = 1;
     this.gridResultado.TableSpacing        = 0;
     this.gridResultado.TabStop             = false;
     this.gridResultado.ThemedAreas         = Janus.Windows.GridEX.ThemedArea.None;
     this.gridResultado.FormattingRow      += new Janus.Windows.GridEX.RowLoadEventHandler(this.gridResultado_FormattingRow);
     //
     // toolBarStandar
     //
     this.toolBarStandar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.toolBarStandar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbbAnterior,
         this.tbbSeparator1,
         this.tbbSiguiente,
         this.tbbSeparador3,
         this.tbbEjecutarConsulta,
         this.tbbSeparator2,
         this.toolReiniciarFiltros,
         this.tbbSeparator4,
         this.tbbCancelar
     });
     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(968, 28);
     this.toolBarStandar.TabIndex       = 17;
     this.toolBarStandar.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     //
     // tbbAnterior
     //
     this.tbbAnterior.ImageIndex = 10;
     this.tbbAnterior.Text       = "Anterior";
     //
     // tbbSeparator1
     //
     this.tbbSeparator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbSiguiente
     //
     this.tbbSiguiente.ImageIndex = 11;
     this.tbbSiguiente.Text       = "Siguiente";
     //
     // tbbSeparador3
     //
     this.tbbSeparador3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbEjecutarConsulta
     //
     this.tbbEjecutarConsulta.ImageIndex = 2;
     this.tbbEjecutarConsulta.Text       = "Ejecutar Consulta[F5]";
     //
     // tbbSeparator2
     //
     this.tbbSeparator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // toolReiniciarFiltros
     //
     this.toolReiniciarFiltros.ImageIndex = 5;
     this.toolReiniciarFiltros.Text       = "Reiniciar Filtros de Busqueda";
     //
     // tbbSeparator4
     //
     this.tbbSeparator4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbbCancelar
     //
     this.tbbCancelar.ImageIndex = 7;
     this.tbbCancelar.Text       = "Cancelar";
     //
     // 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;
     //
     // ultraExplorerBar1
     //
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl1);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl2);
     this.ultraExplorerBar1.Controls.Add(this.ultraExplorerBarContainerControl3);
     this.ultraExplorerBar1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.ultraExplorerBar1.Dock      = System.Windows.Forms.DockStyle.Fill;
     ultraExplorerBarGroup1.Container = this.ultraExplorerBarContainerControl3;
     ultraExplorerBarGroup1.Settings.ContainerHeight = 31;
     ultraExplorerBarGroup1.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup1.Text      = "";
     ultraExplorerBarGroup2.Container = this.ultraExplorerBarContainerControl1;
     ultraExplorerBarGroup2.Settings.ContainerHeight = 205;
     ultraExplorerBarGroup2.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup2.Text      = "Datos Generales";
     ultraExplorerBarGroup3.Container = this.ultraExplorerBarContainerControl2;
     ultraExplorerBarGroup3.Settings.ContainerHeight = 285;
     ultraExplorerBarGroup3.Settings.Style           = Infragistics.Win.UltraWinExplorerBar.GroupStyle.ControlContainer;
     ultraExplorerBarGroup3.Text = "Resultados";
     this.ultraExplorerBar1.Groups.AddRange(new Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarGroup[] {
         ultraExplorerBarGroup1,
         ultraExplorerBarGroup2,
         ultraExplorerBarGroup3
     });
     this.ultraExplorerBar1.Location   = new System.Drawing.Point(0, 28);
     this.ultraExplorerBar1.Name       = "ultraExplorerBar1"; this.ultraExplorerBar1.AnimationEnabled = false;       //German 20101207 - Tarea Infragistics 2008 – Tarea 983
     this.ultraExplorerBar1.Size       = new System.Drawing.Size(968, 497);
     this.ultraExplorerBar1.TabIndex   = 18;
     this.ultraExplorerBar1.TabStop    = false;
     this.ultraExplorerBar1.ItemClick += new Infragistics.Win.UltraWinExplorerBar.ItemClickEventHandler(this.ultraExplorerBar1_ItemClick);
     //
     // FrmConsultaMovimientosStock
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(968, 525);
     this.Controls.Add(this.ultraExplorerBar1);
     this.Controls.Add(this.toolBarStandar);
     this.Name = "FrmConsultaMovimientosStock";
     this.Text = "Consulta de Movimientos de Stock";
     this.ultraExplorerBarContainerControl3.ResumeLayout(false);
     this.ultraExplorerBarContainerControl1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.udteHasta)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.udteDesde)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeJerarquia2)).EndInit();
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeJerarquia1)).EndInit();
     this.ultraExplorerBarContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridResultado)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExplorerBar1)).EndInit();
     this.ultraExplorerBar1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1   = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EMPLOYEE_ID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EMPLOYEE_CODE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EMPLOYEE_NAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORGANIZATION_NAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("USER_ACCOUNT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("POSTS");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALID");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
     Infragistics.Win.UltraWinTree.Override           _override1     = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     this.panel1         = new System.Windows.Forms.Panel();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1     = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1       = new System.Data.DataSet();
     this.dataTable1     = new System.Data.DataTable();
     this.dataColumn1    = new System.Data.DataColumn();
     this.dataColumn2    = new System.Data.DataColumn();
     this.dataColumn3    = new System.Data.DataColumn();
     this.dataColumn4    = new System.Data.DataColumn();
     this.dataColumn5    = new System.Data.DataColumn();
     this.dataColumn6    = new System.Data.DataColumn();
     this.dataColumn7    = new System.Data.DataColumn();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraTree1     = new Infragistics.Win.UltraWinTree.UltraTree();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ultraGroupBox2);
     this.panel1.Controls.Add(this.ultraGroupBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1026, 427);
     this.panel1.TabIndex = 0;
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Location = new System.Drawing.Point(236, 0);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(790, 427);
     this.ultraGroupBox2.TabIndex = 1;
     this.ultraGroupBox2.Text     = "员工信息";
     //
     // ultraGrid1
     //
     this.ultraGrid1.DataMember                             = "Table1";
     this.ultraGrid1.DataSource                             = this.dataSet1;
     appearance1.BackColor                                  = System.Drawing.Color.White;
     appearance1.BorderColor                                = System.Drawing.SystemColors.InactiveCaption;
     appearance1.TextVAlignAsString                         = "Middle";
     this.ultraGrid1.DisplayLayout.Appearance               = appearance1;
     ultraGridColumn1.Header.VisiblePosition                = 0;
     ultraGridColumn1.Hidden                                = true;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX           = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn1.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn2.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn2.Header.VisiblePosition                = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX           = 0;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(138, 0);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn3.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn3.Header.VisiblePosition                = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX           = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn3.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn4.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn4.Header.VisiblePosition                = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX           = 6;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(118, 0);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn5.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn5.Header.VisiblePosition                = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX           = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn5.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn6.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn6.Header.VisiblePosition                = 5;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX           = 8;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(221, 0);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn7.Header.VisiblePosition                = 6;
     ultraGridColumn7.Hidden                                = true;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4,
         ultraGridColumn5,
         ultraGridColumn6,
         ultraGridColumn7
     });
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.BorderStyle         = Infragistics.Win.UIElementBorderStyle.WindowsVista;
     this.ultraGrid1.DisplayLayout.CaptionVisible      = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.GroupByBox.Hidden   = true;
     this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
     this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
     appearance11.BackColor = System.Drawing.SystemColors.Window;
     appearance11.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance11;
     this.ultraGrid1.DisplayLayout.Override.AllowRowFiltering    = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.FilterUIType         = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance12.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     appearance12.BackColor2         = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     appearance12.BackGradientStyle  = Infragistics.Win.GradientStyle.Vertical;
     appearance12.ForeColor          = System.Drawing.SystemColors.ControlText;
     appearance12.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance  = appearance12;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsVista;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight      = 21;
     appearance13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229)))));
     this.ultraGrid1.DisplayLayout.Override.RowAlternateAppearance = appearance13;
     appearance14.BorderColor        = System.Drawing.Color.DarkGray;
     appearance14.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance14;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance15.BackColor         = System.Drawing.Color.LightSkyBlue;
     appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance15.ForeColor         = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance15;
     appearance16.BackColor = System.Drawing.Color.PaleTurquoise;
     this.ultraGrid1.DisplayLayout.Override.SpecialRowSeparatorAppearance = appearance16;
     appearance17.BackColor = System.Drawing.Color.LightYellow;
     appearance17.ForeColor = System.Drawing.Color.Blue;
     this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance17;
     this.ultraGrid1.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     scrollBarLook1.ViewStyle = Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle.Office2007;
     this.ultraGrid1.DisplayLayout.ScrollBarLook = scrollBarLook1;
     this.ultraGrid1.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location        = new System.Drawing.Point(3, 18);
     this.ultraGrid1.Name            = "ultraGrid1";
     this.ultraGrid1.Size            = new System.Drawing.Size(784, 406);
     this.ultraGrid1.TabIndex        = 0;
     this.ultraGrid1.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid1_DoubleClickRow);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
         this.dataTable1
     });
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
         this.dataColumn1,
         this.dataColumn2,
         this.dataColumn3,
         this.dataColumn4,
         this.dataColumn5,
         this.dataColumn6,
         this.dataColumn7
     });
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "EMPLOYEE_ID";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption    = "员工编号";
     this.dataColumn2.ColumnName = "EMPLOYEE_CODE";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption    = "姓名";
     this.dataColumn3.ColumnName = "EMPLOYEE_NAME";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption    = "所属组织";
     this.dataColumn4.ColumnName = "ORGANIZATION_NAME";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption    = "帐号";
     this.dataColumn5.ColumnName = "USER_ACCOUNT";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption    = "岗位";
     this.dataColumn6.ColumnName = "POSTS";
     //
     // dataColumn7
     //
     this.dataColumn7.ColumnName = "VALID";
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraTree1);
     this.ultraGroupBox1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(236, 427);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text     = "组织结构";
     //
     // ultraTree1
     //
     this.ultraTree1.BorderStyle             = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraTree1.DisplayStyle            = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
     this.ultraTree1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.ultraTree1.HideExpansionIndicators = Infragistics.Win.UltraWinTree.HideExpansionIndicators.Never;
     this.ultraTree1.ImageTransparentColor   = System.Drawing.Color.Transparent;
     this.ultraTree1.Location                = new System.Drawing.Point(3, 18);
     this.ultraTree1.Name                    = "ultraTree1";
     this.ultraTree1.NodeConnectorColor      = System.Drawing.SystemColors.ControlDark;
     appearance2.BackColor                   = System.Drawing.Color.LightCyan;
     _override1.ActiveNodeAppearance         = appearance2;
     this.ultraTree1.Override                = _override1;
     this.ultraTree1.Size                    = new System.Drawing.Size(230, 406);
     this.ultraTree1.TabIndex                = 0;
     this.ultraTree1.AfterSelect            += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.ultraTree1_AfterSelect);
     //
     // FormAccount
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1026, 427);
     this.Controls.Add(this.panel1);
     this.Name  = "FormAccount";
     this.Text  = "FormOrganization";
     this.Load += new System.EventHandler(this.FormAccount_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).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.UltraWinTree.UltraTreeColumnSet  ultraTreeColumnSet1  = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn1 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn2 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn3 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn4 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn5 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn6 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.Appearance                    appearance7             = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.Override         _override1 = new Infragistics.Win.UltraWinTree.Override();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FrmPeca_Seleciona_Db));
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.utv                = new Infragistics.Win.UltraWinTree.UltraTree();
     this.cms_Comandos       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.tsmi_expandirTodos = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmi_recolherTodos = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmi_marcarTodos   = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmi_desmarcaTodos = new System.Windows.Forms.ToolStripMenuItem();
     this.btnSelecionar      = new System.Windows.Forms.Button();
     this.btnReturn          = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.utv)).BeginInit();
     this.cms_Comandos.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.BackColor = System.Drawing.SystemColors.Control;
     this.groupBox1.Controls.Add(this.utv);
     this.groupBox1.Controls.Add(this.btnSelecionar);
     this.groupBox1.Controls.Add(this.btnReturn);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(822, 564);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Peças processadas anteriormente pelo sistema";
     //
     // utv
     //
     this.utv.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)));
     ultraTreeColumnSet1.AllowCellSizing     = Infragistics.Win.UltraWinTree.LayoutSizing.Horizontal;
     ultraTreeNodeColumn1.AllowCellEdit      = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeNodeColumn1.ButtonDisplayStyle = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance1.TextHAlignAsString          = "Center";
     appearance1.TextVAlignAsString          = "Middle";
     ultraTreeNodeColumn1.CellAppearance     = appearance1;
     ultraTreeNodeColumn1.DataType           = typeof(bool);
     ultraTreeNodeColumn1.Key  = "Column 10";
     ultraTreeNodeColumn1.Text = "Selecionar";
     appearance2.ImageHAlign   = Infragistics.Win.HAlign.Center;
     appearance2.ImageVAlign   = Infragistics.Win.VAlign.Middle;
     ultraTreeNodeColumn2.ActiveCellAppearance = appearance2;
     ultraTreeNodeColumn2.ButtonDisplayStyle   = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance3.ImageHAlign                            = Infragistics.Win.HAlign.Center;
     appearance3.ImageVAlign                            = Infragistics.Win.VAlign.Middle;
     appearance3.TextHAlignAsString                     = "Center";
     appearance3.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn2.CellAppearance                = appearance3;
     ultraTreeNodeColumn2.DataType                      = typeof(System.Drawing.Bitmap);
     ultraTreeNodeColumn2.Key                           = "Column 1";
     ultraTreeNodeColumn2.Text                          = "Tipo";
     ultraTreeNodeColumn3.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance4.TextHAlignAsString                     = "Left";
     appearance4.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn3.CellAppearance                = appearance4;
     ultraTreeNodeColumn3.DataType                      = typeof(string);
     ultraTreeNodeColumn3.Key                           = "Column 9";
     ultraTreeNodeColumn3.LayoutInfo.PreferredLabelSize = new System.Drawing.Size(300, 0);
     ultraTreeNodeColumn3.SortType                      = Infragistics.Win.UltraWinTree.SortType.Descending;
     ultraTreeNodeColumn3.Text                          = "Nome do item";
     ultraTreeNodeColumn4.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance5.TextHAlignAsString                     = "Center";
     appearance5.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn4.CellAppearance                = appearance5;
     ultraTreeNodeColumn4.DataType                      = typeof(string);
     ultraTreeNodeColumn4.Key                           = "Column 4";
     ultraTreeNodeColumn4.Text                          = "Nível";
     ultraTreeNodeColumn5.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance6.TextHAlignAsString                     = "Center";
     appearance6.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn5.CellAppearance                = appearance6;
     ultraTreeNodeColumn5.DataType                      = typeof(bool);
     ultraTreeNodeColumn5.Key                           = "Column 2";
     ultraTreeNodeColumn5.Text                          = "Ativo";
     ultraTreeNodeColumn6.ButtonDisplayStyle            = Infragistics.Win.UltraWinTree.ButtonDisplayStyle.Always;
     appearance7.TextHAlignAsString                     = "Center";
     appearance7.TextVAlignAsString                     = "Middle";
     ultraTreeNodeColumn6.CellAppearance                = appearance7;
     ultraTreeNodeColumn6.DataType                      = typeof(string);
     ultraTreeNodeColumn6.Key                           = "Column 3";
     ultraTreeNodeColumn6.Text                          = "Revisão";
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn1);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn2);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn3);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn4);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn5);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn6);
     this.utv.ColumnSettings.RootColumnSet = ultraTreeColumnSet1;
     this.utv.ContextMenuStrip             = this.cms_Comandos;
     this.utv.ImageTransparentColor        = System.Drawing.Color.Transparent;
     this.utv.Location           = new System.Drawing.Point(6, 19);
     this.utv.Name               = "utv";
     this.utv.NodeConnectorColor = System.Drawing.SystemColors.ControlDark;
     _override1.CellClickAction  = Infragistics.Win.UltraWinTree.CellClickAction.EditCell;
     this.utv.Override           = _override1;
     this.utv.Size               = new System.Drawing.Size(810, 502);
     this.utv.TabIndex           = 85;
     this.utv.ViewStyle          = Infragistics.Win.UltraWinTree.ViewStyle.OutlookExpress;
     //
     // cms_Comandos
     //
     this.cms_Comandos.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmi_expandirTodos,
         this.tsmi_recolherTodos,
         this.tsmi_marcarTodos,
         this.tsmi_desmarcaTodos
     });
     this.cms_Comandos.Name = "contextMenuStrip1";
     this.cms_Comandos.Size = new System.Drawing.Size(164, 92);
     //
     // tsmi_expandirTodos
     //
     this.tsmi_expandirTodos.Image  = ((System.Drawing.Image)(resources.GetObject("tsmi_expandirTodos.Image")));
     this.tsmi_expandirTodos.Name   = "tsmi_expandirTodos";
     this.tsmi_expandirTodos.Size   = new System.Drawing.Size(163, 22);
     this.tsmi_expandirTodos.Text   = "Expandir todos";
     this.tsmi_expandirTodos.Click += new System.EventHandler(this.tsmi_expandirTodos_Click);
     //
     // tsmi_recolherTodos
     //
     this.tsmi_recolherTodos.Image  = ((System.Drawing.Image)(resources.GetObject("tsmi_recolherTodos.Image")));
     this.tsmi_recolherTodos.Name   = "tsmi_recolherTodos";
     this.tsmi_recolherTodos.Size   = new System.Drawing.Size(163, 22);
     this.tsmi_recolherTodos.Text   = "Recolher todos";
     this.tsmi_recolherTodos.Click += new System.EventHandler(this.tsmi_recolherTodos_Click);
     //
     // tsmi_marcarTodos
     //
     this.tsmi_marcarTodos.Image  = global::Edgecam_Manager.Properties.Resources.check;
     this.tsmi_marcarTodos.Name   = "tsmi_marcarTodos";
     this.tsmi_marcarTodos.Size   = new System.Drawing.Size(163, 22);
     this.tsmi_marcarTodos.Text   = "Marcar todos";
     this.tsmi_marcarTodos.Click += new System.EventHandler(this.tsmi_marcarTodos_Click);
     //
     // tsmi_desmarcaTodos
     //
     this.tsmi_desmarcaTodos.Image  = global::Edgecam_Manager.Properties.Resources.uncheck;
     this.tsmi_desmarcaTodos.Name   = "tsmi_desmarcaTodos";
     this.tsmi_desmarcaTodos.Size   = new System.Drawing.Size(163, 22);
     this.tsmi_desmarcaTodos.Text   = "Desmarcar todos";
     this.tsmi_desmarcaTodos.Click += new System.EventHandler(this.tsmi_desmarcaTodos_Click);
     //
     // btnSelecionar
     //
     this.btnSelecionar.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSelecionar.ForeColor  = System.Drawing.Color.SteelBlue;
     this.btnSelecionar.Image      = global::Edgecam_Manager.Imagens_NewLookInterface.selecionar_selecionado_16;
     this.btnSelecionar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSelecionar.Location   = new System.Drawing.Point(704, 527);
     this.btnSelecionar.Name       = "btnSelecionar";
     this.btnSelecionar.Size       = new System.Drawing.Size(112, 31);
     this.btnSelecionar.TabIndex   = 84;
     this.btnSelecionar.Text       = "Selecionar peças";
     this.btnSelecionar.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSelecionar.UseVisualStyleBackColor = true;
     this.btnSelecionar.Click += new System.EventHandler(this.btnSelecionar_Click);
     //
     // btnReturn
     //
     this.btnReturn.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnReturn.ForeColor  = System.Drawing.Color.SteelBlue;
     this.btnReturn.Image      = global::Edgecam_Manager.Imagens_NewLookInterface.sair_blue_16;
     this.btnReturn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnReturn.Location   = new System.Drawing.Point(625, 527);
     this.btnReturn.Name       = "btnReturn";
     this.btnReturn.Size       = new System.Drawing.Size(73, 31);
     this.btnReturn.TabIndex   = 83;
     this.btnReturn.Text       = "Retornar";
     this.btnReturn.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnReturn.UseVisualStyleBackColor = true;
     this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
     //
     // FrmPeca_Seleciona_Db
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ControlLightLight;
     this.ClientSize          = new System.Drawing.Size(846, 588);
     this.Controls.Add(this.groupBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "FrmPeca_Seleciona_Db";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Escolha de artigos";
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.utv)).EndInit();
     this.cms_Comandos.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinTree.Override           _override1        = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.Appearance                      appearance1       = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                      appearance4       = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand      ultraGridBand1    = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn1  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("POST_ID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn2  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("POST_CODE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn3  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("POST_NAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn4  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORGANIZATION_NAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn5  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FILTERORG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn6  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FILTERUSER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn7  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FILTERCUSTOM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn8  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Relation1");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn9  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UnboundColumn1", 0);
     Infragistics.Win.UltraWinGrid.UltraGridBand      ultraGridBand2    = new Infragistics.Win.UltraWinGrid.UltraGridBand("Relation1", 0);
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EMPLOYEE_ID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EMPLOYEE_CODE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EMPLOYEE_NAME", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Descending, false);
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FILTERORG");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FILTERUSER");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FILTERCUSTOM");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("POST_ID");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORGANIZATION_NAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UnboundColumn2", 0);
     Infragistics.Win.Appearance                      appearance2       = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                      appearance8       = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                      appearance9       = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                      appearance10      = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                      appearance11      = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                      appearance12      = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                      appearance13      = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                      appearance14      = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1    = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraTreeFun   = new Infragistics.Win.UltraWinTree.UltraTree();
     this.panel1         = new System.Windows.Forms.Panel();
     this.panel2         = new System.Windows.Forms.Panel();
     this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1     = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.dataSet1       = new System.Data.DataSet();
     this.dataTable1     = new System.Data.DataTable();
     this.dataColumn1    = new System.Data.DataColumn();
     this.dataColumn2    = new System.Data.DataColumn();
     this.dataColumn3    = new System.Data.DataColumn();
     this.dataColumn4    = new System.Data.DataColumn();
     this.dataColumn5    = new System.Data.DataColumn();
     this.dataColumn6    = new System.Data.DataColumn();
     this.dataColumn7    = new System.Data.DataColumn();
     this.dataTable2     = new System.Data.DataTable();
     this.dataColumn10   = new System.Data.DataColumn();
     this.dataColumn11   = new System.Data.DataColumn();
     this.dataColumn12   = new System.Data.DataColumn();
     this.dataColumn13   = new System.Data.DataColumn();
     this.dataColumn14   = new System.Data.DataColumn();
     this.dataColumn15   = new System.Data.DataColumn();
     this.dataColumn17   = new System.Data.DataColumn();
     this.dataColumn8    = new System.Data.DataColumn();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.txtPostName    = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.cbtOrg         = new com.ccf.bip.framework.form.control.ComboBoxTree();
     this.label3         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTreeFun)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
     this.ultraGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraTreeFun);
     this.ultraGroupBox1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(236, 490);
     this.ultraGroupBox1.TabIndex = 1;
     this.ultraGroupBox1.Text     = "功能菜单";
     //
     // ultraTreeFun
     //
     this.ultraTreeFun.BorderStyle             = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraTreeFun.DisplayStyle            = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
     this.ultraTreeFun.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.ultraTreeFun.HideExpansionIndicators = Infragistics.Win.UltraWinTree.HideExpansionIndicators.Never;
     this.ultraTreeFun.ImageTransparentColor   = System.Drawing.Color.Transparent;
     this.ultraTreeFun.Location                = new System.Drawing.Point(3, 18);
     this.ultraTreeFun.Name                    = "ultraTreeFun";
     this.ultraTreeFun.NodeConnectorColor      = System.Drawing.SystemColors.ControlDark;
     appearance1.BackColor            = System.Drawing.Color.LightCyan;
     _override1.ActiveNodeAppearance  = appearance1;
     this.ultraTreeFun.Override       = _override1;
     this.ultraTreeFun.Size           = new System.Drawing.Size(230, 469);
     this.ultraTreeFun.TabIndex       = 0;
     this.ultraTreeFun.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTreeFun_AfterActivate);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(236, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(639, 490);
     this.panel1.TabIndex = 2;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.ultraGroupBox4);
     this.panel2.Controls.Add(this.ultraGroupBox2);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(639, 490);
     this.panel2.TabIndex = 0;
     //
     // ultraGroupBox4
     //
     this.ultraGroupBox4.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox4.Location = new System.Drawing.Point(0, 80);
     this.ultraGroupBox4.Name     = "ultraGroupBox4";
     this.ultraGroupBox4.Size     = new System.Drawing.Size(639, 410);
     this.ultraGroupBox4.TabIndex = 7;
     this.ultraGroupBox4.Text     = "数据权限配置";
     //
     // ultraGrid1
     //
     this.ultraGrid1.DataSource                              = this.dataSet1;
     appearance4.BackColor                                   = System.Drawing.Color.White;
     appearance4.BorderColor                                 = System.Drawing.SystemColors.InactiveCaption;
     appearance4.TextVAlignAsString                          = "Middle";
     this.ultraGrid1.DisplayLayout.Appearance                = appearance4;
     ultraGridColumn1.Header.VisiblePosition                 = 0;
     ultraGridColumn1.Hidden                                 = true;
     ultraGridColumn2.CellActivation                         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn2.Header.VisiblePosition                 = 1;
     ultraGridColumn2.RowLayoutColumnInfo.OriginX            = 0;
     ultraGridColumn2.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 48);
     ultraGridColumn2.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn2.RowLayoutColumnInfo.SpanY              = 4;
     ultraGridColumn3.CellActivation                         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn3.Header.VisiblePosition                 = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX            = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 48);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY              = 4;
     ultraGridColumn4.CellActivation                         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn4.Header.VisiblePosition                 = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX            = 4;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 48);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY              = 4;
     ultraGridColumn5.Header.Caption                         = "当前组织";
     ultraGridColumn5.Header.VisiblePosition                 = 4;
     ultraGridColumn5.RowLayoutColumnInfo.OriginX            = 6;
     ultraGridColumn5.RowLayoutColumnInfo.OriginY            = 2;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize  = new System.Drawing.Size(67, 0);
     ultraGridColumn5.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn5.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn5.Style                                  = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
     ultraGridColumn6.DefaultCellValue                       = "false";
     ultraGridColumn6.Header.Caption                         = "本人";
     ultraGridColumn6.Header.VisiblePosition                 = 5;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX            = 8;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY            = 2;
     ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize  = new System.Drawing.Size(65, 0);
     ultraGridColumn6.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn6.Style                                  = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
     ultraGridColumn7.CellActivation                         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn7.Header.Caption                         = "其他";
     ultraGridColumn7.Header.VisiblePosition                 = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX            = 10;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY            = 2;
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize  = new System.Drawing.Size(182, 0);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn7.Style                                  = Infragistics.Win.UltraWinGrid.ColumnStyle.EditButton;
     ultraGridColumn8.Header.VisiblePosition                 = 8;
     ultraGridColumn9.Header.Caption                         = "数据权限控制";
     ultraGridColumn9.Header.VisiblePosition                 = 7;
     ultraGridColumn9.RowLayoutColumnInfo.LabelPosition      = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX            = 6;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize  = new System.Drawing.Size(314, 0);
     ultraGridColumn9.RowLayoutColumnInfo.SpanX              = 6;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4,
         ultraGridColumn5,
         ultraGridColumn6,
         ultraGridColumn7,
         ultraGridColumn8,
         ultraGridColumn9
     });
     ultraGridBand1.RowLayoutStyle            = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     ultraGridColumn10.Header.VisiblePosition = 0;
     ultraGridColumn10.Hidden = true;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX = 12;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
     ultraGridColumn10.RowLayoutColumnInfo.SpanX   = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY   = 2;
     ultraGridColumn11.CellActivation                         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn11.Header.VisiblePosition                 = 1;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX            = 0;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn11.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 48);
     ultraGridColumn11.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY              = 4;
     ultraGridColumn12.CellActivation                         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn12.Header.VisiblePosition                 = 2;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX            = 2;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 48);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY              = 4;
     ultraGridColumn13.Header.VisiblePosition                 = 3;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX            = 6;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY            = 2;
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize  = new System.Drawing.Size(70, 0);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn13.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
     ultraGridColumn14.Header.VisiblePosition                = 4;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX           = 8;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY           = 2;
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(57, 0);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn14.Style                                  = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
     ultraGridColumn15.CellActivation                         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn15.Header.VisiblePosition                 = 5;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX            = 10;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY            = 2;
     ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize  = new System.Drawing.Size(169, 0);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn16.Header.VisiblePosition                 = 6;
     ultraGridColumn16.Hidden                                 = true;
     ultraGridColumn16.RowLayoutColumnInfo.OriginX            = 20;
     ultraGridColumn16.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn16.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn16.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn17.CellActivation                         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn17.Header.VisiblePosition                 = 7;
     ultraGridColumn17.RowLayoutColumnInfo.OriginX            = 4;
     ultraGridColumn17.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn17.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 48);
     ultraGridColumn17.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn17.RowLayoutColumnInfo.SpanY              = 4;
     ultraGridColumn18.Header.Caption                         = "数据权限控制";
     ultraGridColumn18.Header.VisiblePosition                 = 8;
     ultraGridColumn18.RowLayoutColumnInfo.LabelPosition      = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
     ultraGridColumn18.RowLayoutColumnInfo.OriginX            = 6;
     ultraGridColumn18.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn18.RowLayoutColumnInfo.PreferredCellSize  = new System.Drawing.Size(296, 0);
     ultraGridColumn18.RowLayoutColumnInfo.SpanX              = 6;
     ultraGridColumn18.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridBand2.Columns.AddRange(new object[] {
         ultraGridColumn10,
         ultraGridColumn11,
         ultraGridColumn12,
         ultraGridColumn13,
         ultraGridColumn14,
         ultraGridColumn15,
         ultraGridColumn16,
         ultraGridColumn17,
         ultraGridColumn18
     });
     appearance2.BackColor = System.Drawing.Color.Blue;
     ultraGridBand2.Override.HeaderAppearance = appearance2;
     ultraGridBand2.RowLayoutStyle            = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid1.DisplayLayout.BorderStyle         = Infragistics.Win.UIElementBorderStyle.WindowsVista;
     this.ultraGrid1.DisplayLayout.CaptionVisible      = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.GroupByBox.Hidden   = true;
     this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
     this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
     appearance8.BackColor = System.Drawing.SystemColors.Window;
     appearance8.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance8;
     this.ultraGrid1.DisplayLayout.Override.AllowRowFiltering    = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.FilterUIType         = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance9.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     appearance9.BackColor2         = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     appearance9.BackGradientStyle  = Infragistics.Win.GradientStyle.Vertical;
     appearance9.ForeColor          = System.Drawing.SystemColors.ControlText;
     appearance9.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance  = appearance9;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsVista;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight      = 21;
     appearance10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229)))));
     this.ultraGrid1.DisplayLayout.Override.RowAlternateAppearance = appearance10;
     appearance11.BorderColor        = System.Drawing.Color.DarkGray;
     appearance11.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance12.BackColor         = System.Drawing.Color.LightSkyBlue;
     appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance12.ForeColor         = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance12;
     appearance13.BackColor = System.Drawing.Color.PaleTurquoise;
     this.ultraGrid1.DisplayLayout.Override.SpecialRowSeparatorAppearance = appearance13;
     appearance14.BackColor = System.Drawing.Color.LightYellow;
     appearance14.ForeColor = System.Drawing.Color.Blue;
     this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance14;
     this.ultraGrid1.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     scrollBarLook1.ViewStyle = Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle.Office2007;
     this.ultraGrid1.DisplayLayout.ScrollBarLook = scrollBarLook1;
     this.ultraGrid1.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font        = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location    = new System.Drawing.Point(3, 18);
     this.ultraGrid1.Name        = "ultraGrid1";
     this.ultraGrid1.Size        = new System.Drawing.Size(633, 389);
     this.ultraGrid1.TabIndex    = 1;
     this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Relations.AddRange(new System.Data.DataRelation[] {
         new System.Data.DataRelation("Relation1", "Table1", "Table2", new string[] {
             "POST_ID"
         }, new string[] {
             "POST_ID"
         }, false)
     });
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
         this.dataTable1,
         this.dataTable2
     });
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
         this.dataColumn1,
         this.dataColumn2,
         this.dataColumn3,
         this.dataColumn4,
         this.dataColumn5,
         this.dataColumn6,
         this.dataColumn7
     });
     this.dataTable1.Constraints.AddRange(new System.Data.Constraint[] {
         new System.Data.UniqueConstraint("Constraint1", new string[] {
             "POST_ID"
         }, false)
     });
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "POST_ID";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption    = "岗位编码";
     this.dataColumn2.ColumnName = "POST_CODE";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption    = "岗位名称";
     this.dataColumn3.ColumnName = "POST_NAME";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption    = "组织名称";
     this.dataColumn4.ColumnName = "ORGANIZATION_NAME";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption    = "所在组织";
     this.dataColumn5.ColumnName = "FILTERORG";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption    = "仅本人";
     this.dataColumn6.ColumnName = "FILTERUSER";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption    = "自定义";
     this.dataColumn7.ColumnName = "FILTERCUSTOM";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
         this.dataColumn10,
         this.dataColumn11,
         this.dataColumn12,
         this.dataColumn13,
         this.dataColumn14,
         this.dataColumn15,
         this.dataColumn17,
         this.dataColumn8
     });
     this.dataTable2.Constraints.AddRange(new System.Data.Constraint[] {
         new System.Data.ForeignKeyConstraint("Relation1", "Table1", new string[] {
             "POST_ID"
         }, new string[] {
             "POST_ID"
         }, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade)
     });
     this.dataTable2.TableName = "Table2";
     //
     // dataColumn10
     //
     this.dataColumn10.ColumnName = "EMPLOYEE_ID";
     //
     // dataColumn11
     //
     this.dataColumn11.Caption    = "员工编号";
     this.dataColumn11.ColumnName = "EMPLOYEE_CODE";
     //
     // dataColumn12
     //
     this.dataColumn12.Caption    = "姓名";
     this.dataColumn12.ColumnName = "EMPLOYEE_NAME";
     //
     // dataColumn13
     //
     this.dataColumn13.Caption    = "当前组织";
     this.dataColumn13.ColumnName = "FILTERORG";
     //
     // dataColumn14
     //
     this.dataColumn14.Caption    = "本人";
     this.dataColumn14.ColumnName = "FILTERUSER";
     //
     // dataColumn15
     //
     this.dataColumn15.Caption    = "其他";
     this.dataColumn15.ColumnName = "FILTERCUSTOM";
     //
     // dataColumn17
     //
     this.dataColumn17.ColumnName = "POST_ID";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption    = "组织名称";
     this.dataColumn8.ColumnName = "ORGANIZATION_NAME";
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.txtPostName);
     this.ultraGroupBox2.Controls.Add(this.label1);
     this.ultraGroupBox2.Controls.Add(this.cbtOrg);
     this.ultraGroupBox2.Controls.Add(this.label3);
     this.ultraGroupBox2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(639, 80);
     this.ultraGroupBox2.TabIndex = 8;
     this.ultraGroupBox2.Text     = "过滤条件";
     //
     // txtPostName
     //
     this.txtPostName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPostName.Location    = new System.Drawing.Point(367, 31);
     this.txtPostName.Name        = "txtPostName";
     this.txtPostName.Size        = new System.Drawing.Size(103, 21);
     this.txtPostName.TabIndex    = 16;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(299, 31);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(65, 19);
     this.label1.TabIndex  = 17;
     this.label1.Text      = "岗位名称:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cbtOrg
     //
     this.cbtOrg.AbsoluteChildrenSelectableOnly = true;
     this.cbtOrg.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.cbtOrg.BranchSeparator = ".";
     this.cbtOrg.Imagelist       = null;
     this.cbtOrg.Location        = new System.Drawing.Point(93, 31);
     this.cbtOrg.Name            = "cbtOrg";
     this.cbtOrg.Size            = new System.Drawing.Size(154, 22);
     this.cbtOrg.TabIndex        = 14;
     this.cbtOrg.Value           = "";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(25, 31);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(65, 19);
     this.label3.TabIndex  = 15;
     this.label3.Text      = "组织机构:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // FormDataAuthority
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(875, 490);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "FormDataAuthority";
     this.Text  = "FormDataAuthority";
     this.Load += new System.EventHandler(this.FormDataAuthority_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTreeFun)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
     this.ultraGroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOrdenProduccion));
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab5 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
            Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem7 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            this.tabItems = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.btnModificar = new Infragistics.Win.Misc.UltraButton();
            this.ugServicios = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ubEliminarServicio = new Infragistics.Win.Misc.UltraButton();
            this.ubNuevoServicio = new Infragistics.Win.Misc.UltraButton();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.txtCantidadProduccion = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel18 = new Infragistics.Win.Misc.UltraLabel();
            this.GruposTiras = new Infragistics.Win.Misc.UltraGroupBox();
            this.lblImpresoTiraColor = new Infragistics.Win.Misc.UltraLabel();
            this.txtImpresoTiraColor = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtImpresoRetiraColor = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblImpresoRetiraColor = new Infragistics.Win.Misc.UltraLabel();
            this.GrupoMedidaCerrada = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtMedidaCerradaLargo = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
            this.txtMedidaCerradaAlto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
            this.GrupoMedidaAbierta = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtFondoCaja = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.labelFondo = new Infragistics.Win.Misc.UltraLabel();
            this.comboMedida = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.txtMedidaAbiertoLargo = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
            this.txtMedidaAbiertoAlto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.LabelMedidaAbiertaLargo = new Infragistics.Win.Misc.UltraLabel();
            this.txtCantidadItem = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblTipoUnidad = new Infragistics.Win.Misc.UltraLabel();
            this.ssMaterial = new Soft.Controls.SoftSearch();
            this.ssMaquina = new Soft.Controls.SoftSearch();
            this.lblMaterial = new Infragistics.Win.Misc.UltraLabel();
            this.lblMaquina = new Infragistics.Win.Misc.UltraLabel();
            this.txtObservacionItem = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblObservacionItem = new Infragistics.Win.Misc.UltraLabel();
            this.utcAcabadosyServicios = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.LabelMaterialAlmancen = new Infragistics.Win.Misc.UltraLabel();
            this.LabelMateriaPrima = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
            this.LabelProduccion = new Infragistics.Win.Misc.UltraLabel();
            this.ubeMetodo = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.lblMetodo = new Infragistics.Win.Misc.UltraLabel();
            this.txtImpresionAlto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
            this.txtImpresionLargo = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtNroPiezasPrecorte = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
            this.txtFormatoImpresionLargo = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
            this.txtFormatoImpresionAlto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
            this.txtNroPiezasImpresion = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblCantidadPiezas = new Infragistics.Win.Misc.UltraLabel();
            this.ubMostrarGraficoImpresion = new Infragistics.Win.Misc.UltraButton();
            this.ubGirarGraficoImpresion = new Infragistics.Win.Misc.UltraButton();
            this.ubImprimirGraficoImpresion = new Infragistics.Win.Misc.UltraButton();
            this.uneSeparacionY = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.uneSeparacionX = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblSeparacionY = new Infragistics.Win.Misc.UltraLabel();
            this.lblSeparacionX = new Infragistics.Win.Misc.UltraLabel();
            this.ubMostrarGraficoPrecorte = new Infragistics.Win.Misc.UltraButton();
            this.ugbImpresion = new Infragistics.Win.Misc.UltraGroupBox();
            this.checkGraficoImpresionManual = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.txtPliegos = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.labelPliegos = new Infragistics.Win.Misc.UltraLabel();
            this.txtTiraje = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel21 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel20 = new Infragistics.Win.Misc.UltraLabel();
            this.txtPases = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.upbImpresion = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
            this.ugbPrecorte = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraLabel16 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel19 = new Infragistics.Win.Misc.UltraLabel();
            this.txtDemasia = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtHojasMaquina = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.upbPrecorte = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
            this.ubGirarGraficoPrecorte = new Infragistics.Win.Misc.UltraButton();
            this.ubImprimirGraficoPrecorte = new Infragistics.Win.Misc.UltraButton();
            this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.busListaPreciosTransporte = new Soft.Controls.SoftSearch();
            this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
            this.busListaCostoMaquina = new Soft.Controls.SoftSearch();
            this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
            this.busListaPrecioMaterial = new Soft.Controls.SoftSearch();
            this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl4 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ssDireccionFactura = new Soft.Controls.SoftSearch();
            this.lblDireccionFactura = new Infragistics.Win.Misc.UltraLabel();
            this.ssDireccionEntrega = new Soft.Controls.SoftSearch();
            this.lblDireccionEntrega = new Infragistics.Win.Misc.UltraLabel();
            this.ssContacto = new Soft.Controls.SoftSearch();
            this.lblContacto = new Infragistics.Win.Misc.UltraLabel();
            this.utcItemOrdenProduccion = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.utOrdenProduccion = new Infragistics.Win.UltraWinTree.UltraTree();
            this.ssResponsable = new Soft.Controls.SoftSearch();
            this.lblCotizador = new Infragistics.Win.Misc.UltraLabel();
            this.txtObservacion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
            this.uneCantidad = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblCantidad = new Infragistics.Win.Misc.UltraLabel();
            this.txtDescripcion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.llbDescripcion = new Infragistics.Win.Misc.UltraLabel();
            this.udtFechaCreacion = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblFechaCreacion = new Infragistics.Win.Misc.UltraLabel();
            this.txtNumeracion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblNumeracion = new Infragistics.Win.Misc.UltraLabel();
            this.ssCliente = new Soft.Controls.SoftSearch();
            this.ssTipoDocumento = new Soft.Controls.SoftSearch();
            this.lblCliente = new Infragistics.Win.Misc.UltraLabel();
            this.lblTipoDocumento = new Infragistics.Win.Misc.UltraLabel();
            this.ssVendedor = new Soft.Controls.SoftSearch();
            this.lblVendedor = new Infragistics.Win.Misc.UltraLabel();
            this.busLineaProduccion = new Soft.Controls.SoftSearch();
            this.ultraLabel24 = new Infragistics.Win.Misc.UltraLabel();
            this.txtPresupuesto = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.txtCotizacion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel25 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel26 = new Infragistics.Win.Misc.UltraLabel();
            this.cboPrioridad = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.ultraLabel27 = new Infragistics.Win.Misc.UltraLabel();
            this.udtFechaTentativaEntrega = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.ultraLabel28 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
            this.ssCotizador = new Soft.Controls.SoftSearch();
            ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).BeginInit();
            this.ugbParent.SuspendLayout();
            this.tabItems.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ugServicios)).BeginInit();
            this.ultraTabPageControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtCantidadProduccion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GruposTiras)).BeginInit();
            this.GruposTiras.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresoTiraColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresoRetiraColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoMedidaCerrada)).BeginInit();
            this.GrupoMedidaCerrada.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaCerradaLargo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaCerradaAlto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoMedidaAbierta)).BeginInit();
            this.GrupoMedidaAbierta.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtFondoCaja)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboMedida)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAbiertoLargo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAbiertoAlto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCantidadItem)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacionItem)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utcAcabadosyServicios)).BeginInit();
            this.utcAcabadosyServicios.SuspendLayout();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
            this.ultraGroupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ubeMetodo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresionAlto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresionLargo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
            this.ultraGroupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtNroPiezasPrecorte)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFormatoImpresionLargo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFormatoImpresionAlto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNroPiezasImpresion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneSeparacionY)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneSeparacionX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbImpresion)).BeginInit();
            this.ugbImpresion.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkGraficoImpresionManual)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPliegos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTiraje)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPases)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbPrecorte)).BeginInit();
            this.ugbPrecorte.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtDemasia)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtHojasMaquina)).BeginInit();
            this.ultraTabPageControl3.SuspendLayout();
            this.ultraTabPageControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.utcItemOrdenProduccion)).BeginInit();
            this.utcItemOrdenProduccion.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.utOrdenProduccion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udtFechaCreacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumeracion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPresupuesto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCotizacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboPrioridad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udtFechaTentativaEntrega)).BeginInit();
            this.SuspendLayout();
            // 
            // ugbParent
            // 
            this.ugbParent.Controls.Add(this.ssCotizador);
            this.ugbParent.Controls.Add(this.ultraLabel8);
            this.ugbParent.Controls.Add(this.txtPresupuesto);
            this.ugbParent.Controls.Add(this.txtCotizacion);
            this.ugbParent.Controls.Add(this.ultraLabel25);
            this.ugbParent.Controls.Add(this.ultraLabel26);
            this.ugbParent.Controls.Add(this.cboPrioridad);
            this.ugbParent.Controls.Add(this.ultraLabel27);
            this.ugbParent.Controls.Add(this.udtFechaTentativaEntrega);
            this.ugbParent.Controls.Add(this.ultraLabel28);
            this.ugbParent.Controls.Add(this.busLineaProduccion);
            this.ugbParent.Controls.Add(this.ultraLabel24);
            this.ugbParent.Controls.Add(this.ssVendedor);
            this.ugbParent.Controls.Add(this.lblVendedor);
            this.ugbParent.Controls.Add(this.utcItemOrdenProduccion);
            this.ugbParent.Controls.Add(this.utOrdenProduccion);
            this.ugbParent.Controls.Add(this.ssResponsable);
            this.ugbParent.Controls.Add(this.lblCotizador);
            this.ugbParent.Controls.Add(this.txtObservacion);
            this.ugbParent.Controls.Add(this.ultraLabel11);
            this.ugbParent.Controls.Add(this.uneCantidad);
            this.ugbParent.Controls.Add(this.lblCantidad);
            this.ugbParent.Controls.Add(this.txtDescripcion);
            this.ugbParent.Controls.Add(this.llbDescripcion);
            this.ugbParent.Controls.Add(this.udtFechaCreacion);
            this.ugbParent.Controls.Add(this.lblFechaCreacion);
            this.ugbParent.Controls.Add(this.txtNumeracion);
            this.ugbParent.Controls.Add(this.lblNumeracion);
            this.ugbParent.Controls.Add(this.ssCliente);
            this.ugbParent.Controls.Add(this.ssTipoDocumento);
            this.ugbParent.Controls.Add(this.lblCliente);
            this.ugbParent.Controls.Add(this.lblTipoDocumento);
            this.ugbParent.Size = new System.Drawing.Size(877, 692);
            this.ugbParent.Controls.SetChildIndex(this.lblTipoDocumento, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblCliente, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssTipoDocumento, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssCliente, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblNumeracion, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtNumeracion, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblFechaCreacion, 0);
            this.ugbParent.Controls.SetChildIndex(this.udtFechaCreacion, 0);
            this.ugbParent.Controls.SetChildIndex(this.llbDescripcion, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtDescripcion, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblCantidad, 0);
            this.ugbParent.Controls.SetChildIndex(this.uneCantidad, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel11, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtObservacion, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblCotizador, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssResponsable, 0);
            this.ugbParent.Controls.SetChildIndex(this.utOrdenProduccion, 0);
            this.ugbParent.Controls.SetChildIndex(this.utcItemOrdenProduccion, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblVendedor, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssVendedor, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel24, 0);
            this.ugbParent.Controls.SetChildIndex(this.busLineaProduccion, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel28, 0);
            this.ugbParent.Controls.SetChildIndex(this.udtFechaTentativaEntrega, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel27, 0);
            this.ugbParent.Controls.SetChildIndex(this.cboPrioridad, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel26, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel25, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtCotizacion, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtPresupuesto, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel8, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssCotizador, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubCancelar, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubAceptar, 0);
            // 
            // ubCancelar
            // 
            this.ubCancelar.Location = new System.Drawing.Point(774, 661);
            this.ubCancelar.Size = new System.Drawing.Size(85, 23);
            // 
            // ubAceptar
            // 
            this.ubAceptar.Location = new System.Drawing.Point(685, 661);
            this.ubAceptar.Size = new System.Drawing.Size(83, 23);
            // 
            // ilMain
            // 
            this.ilMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilMain.ImageStream")));
            this.ilMain.Images.SetKeyName(0, "accept.png");
            this.ilMain.Images.SetKeyName(1, "accept_database.png");
            this.ilMain.Images.SetKeyName(2, "accept_page.png");
            this.ilMain.Images.SetKeyName(3, "add.png");
            this.ilMain.Images.SetKeyName(4, "add_comment.png");
            this.ilMain.Images.SetKeyName(5, "add_home.png");
            this.ilMain.Images.SetKeyName(6, "add_image.png");
            this.ilMain.Images.SetKeyName(7, "add_page.png");
            this.ilMain.Images.SetKeyName(8, "add_pages.png");
            this.ilMain.Images.SetKeyName(9, "add_printer.png");
            this.ilMain.Images.SetKeyName(10, "add_to_database.png");
            this.ilMain.Images.SetKeyName(11, "add_to_favorites.png");
            this.ilMain.Images.SetKeyName(12, "add_to_folder.png");
            this.ilMain.Images.SetKeyName(13, "add_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(14, "add_user.png");
            this.ilMain.Images.SetKeyName(15, "artwork.png");
            this.ilMain.Images.SetKeyName(16, "attach_image.png");
            this.ilMain.Images.SetKeyName(17, "attachment.png");
            this.ilMain.Images.SetKeyName(18, "back.png");
            this.ilMain.Images.SetKeyName(19, "block.png");
            this.ilMain.Images.SetKeyName(20, "blue_arrow_down.png");
            this.ilMain.Images.SetKeyName(21, "blue_arrow_up.png");
            this.ilMain.Images.SetKeyName(22, "blue_energy.png");
            this.ilMain.Images.SetKeyName(23, "bmp_file.png");
            this.ilMain.Images.SetKeyName(24, "book.png");
            this.ilMain.Images.SetKeyName(25, "book_accept.png");
            this.ilMain.Images.SetKeyName(26, "book_download.png");
            this.ilMain.Images.SetKeyName(27, "book_search.png");
            this.ilMain.Images.SetKeyName(28, "book_warning.png");
            this.ilMain.Images.SetKeyName(29, "calculator.png");
            this.ilMain.Images.SetKeyName(30, "calendar.png");
            this.ilMain.Images.SetKeyName(31, "calendar_empty.png");
            this.ilMain.Images.SetKeyName(32, "canvas_holder.png");
            this.ilMain.Images.SetKeyName(33, "card.png");
            this.ilMain.Images.SetKeyName(34, "cd.png");
            this.ilMain.Images.SetKeyName(35, "chalk_board.png");
            this.ilMain.Images.SetKeyName(36, "chart.png");
            this.ilMain.Images.SetKeyName(37, "chart_down.png");
            this.ilMain.Images.SetKeyName(38, "chart_pie.png");
            this.ilMain.Images.SetKeyName(39, "chart_up.png");
            this.ilMain.Images.SetKeyName(40, "clock.png");
            this.ilMain.Images.SetKeyName(41, "cloud_comment.png");
            this.ilMain.Images.SetKeyName(42, "coffee_cup.png");
            this.ilMain.Images.SetKeyName(43, "comment.png");
            this.ilMain.Images.SetKeyName(44, "comments.png");
            this.ilMain.Images.SetKeyName(45, "computer.png");
            this.ilMain.Images.SetKeyName(46, "computer_accept.png");
            this.ilMain.Images.SetKeyName(47, "computer_add.png");
            this.ilMain.Images.SetKeyName(48, "computer_help.png");
            this.ilMain.Images.SetKeyName(49, "computer_info.png");
            this.ilMain.Images.SetKeyName(50, "computer_process.png");
            this.ilMain.Images.SetKeyName(51, "computer_warning.png");
            this.ilMain.Images.SetKeyName(52, "copy_paste.png");
            this.ilMain.Images.SetKeyName(53, "credit_cart.png");
            this.ilMain.Images.SetKeyName(54, "credit_cart_cancelled.png");
            this.ilMain.Images.SetKeyName(55, "css_file.png");
            this.ilMain.Images.SetKeyName(56, "csv_file.png");
            this.ilMain.Images.SetKeyName(57, "cut.png");
            this.ilMain.Images.SetKeyName(58, "cut_from_page.png");
            this.ilMain.Images.SetKeyName(59, "database.png");
            this.ilMain.Images.SetKeyName(60, "delete.png");
            this.ilMain.Images.SetKeyName(61, "delete_comment.png");
            this.ilMain.Images.SetKeyName(62, "delete_computer.png");
            this.ilMain.Images.SetKeyName(63, "delete_folder.png");
            this.ilMain.Images.SetKeyName(64, "delete_home.png");
            this.ilMain.Images.SetKeyName(65, "delete_image.png");
            this.ilMain.Images.SetKeyName(66, "delete_page.png");
            this.ilMain.Images.SetKeyName(67, "delete_user.png");
            this.ilMain.Images.SetKeyName(68, "dollar_currency_sign.png");
            this.ilMain.Images.SetKeyName(69, "download.png");
            this.ilMain.Images.SetKeyName(70, "download_database.png");
            this.ilMain.Images.SetKeyName(71, "download_image.png");
            this.ilMain.Images.SetKeyName(72, "download_to_computer.png");
            this.ilMain.Images.SetKeyName(73, "dvd.png");
            this.ilMain.Images.SetKeyName(74, "edit.png");
            this.ilMain.Images.SetKeyName(75, "edit_page.png");
            this.ilMain.Images.SetKeyName(76, "edit_profile.png");
            this.ilMain.Images.SetKeyName(77, "eps_file.png");
            this.ilMain.Images.SetKeyName(78, "equalizer.png");
            this.ilMain.Images.SetKeyName(79, "euro_currency_sign.png");
            this.ilMain.Images.SetKeyName(80, "favorite.png");
            this.ilMain.Images.SetKeyName(81, "favorite_film.png");
            this.ilMain.Images.SetKeyName(82, "film.png");
            this.ilMain.Images.SetKeyName(83, "firewall.png");
            this.ilMain.Images.SetKeyName(84, "folder.png");
            this.ilMain.Images.SetKeyName(85, "folder_accept.png");
            this.ilMain.Images.SetKeyName(86, "folder_conflicted.png");
            this.ilMain.Images.SetKeyName(87, "folder_full.png");
            this.ilMain.Images.SetKeyName(88, "folder_modified.png");
            this.ilMain.Images.SetKeyName(89, "full_page.png");
            this.ilMain.Images.SetKeyName(90, "games.png");
            this.ilMain.Images.SetKeyName(91, "gif_file.png");
            this.ilMain.Images.SetKeyName(92, "globe.png");
            this.ilMain.Images.SetKeyName(93, "globe_download.png");
            this.ilMain.Images.SetKeyName(94, "globe_process.png");
            this.ilMain.Images.SetKeyName(95, "globe_warning.png");
            this.ilMain.Images.SetKeyName(96, "green_arrow_down.png");
            this.ilMain.Images.SetKeyName(97, "green_arrow_up.png");
            this.ilMain.Images.SetKeyName(98, "green_button.png");
            this.ilMain.Images.SetKeyName(99, "green_energy.png");
            this.ilMain.Images.SetKeyName(100, "green_flag.png");
            this.ilMain.Images.SetKeyName(101, "heart.png");
            this.ilMain.Images.SetKeyName(102, "help.png");
            this.ilMain.Images.SetKeyName(103, "help_balloon.png");
            this.ilMain.Images.SetKeyName(104, "home.png");
            this.ilMain.Images.SetKeyName(105, "home_accept.png");
            this.ilMain.Images.SetKeyName(106, "html_file.png");
            this.ilMain.Images.SetKeyName(107, "ico_file.png");
            this.ilMain.Images.SetKeyName(108, "id_card.png");
            this.ilMain.Images.SetKeyName(109, "image.png");
            this.ilMain.Images.SetKeyName(110, "image_accept.png");
            this.ilMain.Images.SetKeyName(111, "info.png");
            this.ilMain.Images.SetKeyName(112, "insert_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(113, "jpg_file.png");
            this.ilMain.Images.SetKeyName(114, "js_file.png");
            this.ilMain.Images.SetKeyName(115, "json_file.png");
            this.ilMain.Images.SetKeyName(116, "key.png");
            this.ilMain.Images.SetKeyName(117, "light_bulb.png");
            this.ilMain.Images.SetKeyName(118, "link.png");
            this.ilMain.Images.SetKeyName(119, "lock.png");
            this.ilMain.Images.SetKeyName(120, "magnet.png");
            this.ilMain.Images.SetKeyName(121, "mail.png");
            this.ilMain.Images.SetKeyName(122, "mail_lock.png");
            this.ilMain.Images.SetKeyName(123, "mail_receive.png");
            this.ilMain.Images.SetKeyName(124, "mail_search.png");
            this.ilMain.Images.SetKeyName(125, "mail_send.png");
            this.ilMain.Images.SetKeyName(126, "mobile_phone.png");
            this.ilMain.Images.SetKeyName(127, "mouse.png");
            this.ilMain.Images.SetKeyName(128, "music.png");
            this.ilMain.Images.SetKeyName(129, "new.png");
            this.ilMain.Images.SetKeyName(130, "new_page.png");
            this.ilMain.Images.SetKeyName(131, "news.png");
            this.ilMain.Images.SetKeyName(132, "next.png");
            this.ilMain.Images.SetKeyName(133, "note.png");
            this.ilMain.Images.SetKeyName(134, "note_accept.png");
            this.ilMain.Images.SetKeyName(135, "note_book.png");
            this.ilMain.Images.SetKeyName(136, "office_folders.png");
            this.ilMain.Images.SetKeyName(137, "old_clock.png");
            this.ilMain.Images.SetKeyName(138, "open_store.png");
            this.ilMain.Images.SetKeyName(139, "orange_arrow_down.png");
            this.ilMain.Images.SetKeyName(140, "orange_arrow_up.png");
            this.ilMain.Images.SetKeyName(141, "orange_button.png");
            this.ilMain.Images.SetKeyName(142, "package.png");
            this.ilMain.Images.SetKeyName(143, "package_accept.png");
            this.ilMain.Images.SetKeyName(144, "package_add.png");
            this.ilMain.Images.SetKeyName(145, "package_download.png");
            this.ilMain.Images.SetKeyName(146, "package_warning.png");
            this.ilMain.Images.SetKeyName(147, "page_down.png");
            this.ilMain.Images.SetKeyName(148, "page_process.png");
            this.ilMain.Images.SetKeyName(149, "page_up.png");
            this.ilMain.Images.SetKeyName(150, "pages.png");
            this.ilMain.Images.SetKeyName(151, "pages_warning.png");
            this.ilMain.Images.SetKeyName(152, "paint.png");
            this.ilMain.Images.SetKeyName(153, "paint_brush.png");
            this.ilMain.Images.SetKeyName(154, "palette.png");
            this.ilMain.Images.SetKeyName(155, "palette_brush.png");
            this.ilMain.Images.SetKeyName(156, "pastel_colors.png");
            this.ilMain.Images.SetKeyName(157, "pdf_file.png");
            this.ilMain.Images.SetKeyName(158, "phone_book.png");
            this.ilMain.Images.SetKeyName(159, "phone_book_edit.png");
            this.ilMain.Images.SetKeyName(160, "photo_camera.png");
            this.ilMain.Images.SetKeyName(161, "photo_camera_accept.png");
            this.ilMain.Images.SetKeyName(162, "php_file.png");
            this.ilMain.Images.SetKeyName(163, "pin.png");
            this.ilMain.Images.SetKeyName(164, "png_file.png");
            this.ilMain.Images.SetKeyName(165, "ppt_file.png");
            this.ilMain.Images.SetKeyName(166, "printer.png");
            this.ilMain.Images.SetKeyName(167, "printer_accept.png");
            this.ilMain.Images.SetKeyName(168, "printer_warning.png");
            this.ilMain.Images.SetKeyName(169, "prize_winner.png");
            this.ilMain.Images.SetKeyName(170, "process.png");
            this.ilMain.Images.SetKeyName(171, "process_accept.png");
            this.ilMain.Images.SetKeyName(172, "process_info.png");
            this.ilMain.Images.SetKeyName(173, "process_warning.png");
            this.ilMain.Images.SetKeyName(174, "promotion.png");
            this.ilMain.Images.SetKeyName(175, "protection.png");
            this.ilMain.Images.SetKeyName(176, "psd_file.png");
            this.ilMain.Images.SetKeyName(177, "puzzle.png");
            this.ilMain.Images.SetKeyName(178, "recycle.png");
            this.ilMain.Images.SetKeyName(179, "red_button.png");
            this.ilMain.Images.SetKeyName(180, "red_flag.png");
            this.ilMain.Images.SetKeyName(181, "refresh.png");
            this.ilMain.Images.SetKeyName(182, "refresh_page.png");
            this.ilMain.Images.SetKeyName(183, "remote_desktop.png");
            this.ilMain.Images.SetKeyName(184, "remove_from_database.png");
            this.ilMain.Images.SetKeyName(185, "remove_from_shopping_cart.png");
            this.ilMain.Images.SetKeyName(186, "report.png");
            this.ilMain.Images.SetKeyName(187, "rss.png");
            this.ilMain.Images.SetKeyName(188, "ruler.png");
            this.ilMain.Images.SetKeyName(189, "ruler_pencil.png");
            this.ilMain.Images.SetKeyName(190, "sale.png");
            this.ilMain.Images.SetKeyName(191, "save.png");
            this.ilMain.Images.SetKeyName(192, "search.png");
            this.ilMain.Images.SetKeyName(193, "search_computer.png");
            this.ilMain.Images.SetKeyName(194, "search_database.png");
            this.ilMain.Images.SetKeyName(195, "search_globe.png");
            this.ilMain.Images.SetKeyName(196, "search_home.png");
            this.ilMain.Images.SetKeyName(197, "search_image.png");
            this.ilMain.Images.SetKeyName(198, "search_page.png");
            this.ilMain.Images.SetKeyName(199, "search_printer.png");
            this.ilMain.Images.SetKeyName(200, "search_user.png");
            this.ilMain.Images.SetKeyName(201, "security.png");
            this.ilMain.Images.SetKeyName(202, "send_sms.png");
            this.ilMain.Images.SetKeyName(203, "shopping_cart.png");
            this.ilMain.Images.SetKeyName(204, "shopping_cart_accept.png");
            this.ilMain.Images.SetKeyName(205, "sms.png");
            this.ilMain.Images.SetKeyName(206, "sound.png");
            this.ilMain.Images.SetKeyName(207, "sound_muted.png");
            this.ilMain.Images.SetKeyName(208, "star_empty.png");
            this.ilMain.Images.SetKeyName(209, "star_full.png");
            this.ilMain.Images.SetKeyName(210, "star_half_full.png");
            this.ilMain.Images.SetKeyName(211, "sterling_pound_currency_sign.png");
            this.ilMain.Images.SetKeyName(212, "support.png");
            this.ilMain.Images.SetKeyName(213, "svg_file.png");
            this.ilMain.Images.SetKeyName(214, "swf_file.png");
            this.ilMain.Images.SetKeyName(215, "tablet.png");
            this.ilMain.Images.SetKeyName(216, "tag_blue.png");
            this.ilMain.Images.SetKeyName(217, "tag_green.png");
            this.ilMain.Images.SetKeyName(218, "target.png");
            this.ilMain.Images.SetKeyName(219, "television.png");
            this.ilMain.Images.SetKeyName(220, "text_page.png");
            this.ilMain.Images.SetKeyName(221, "tiff_file.png");
            this.ilMain.Images.SetKeyName(222, "tools.png");
            this.ilMain.Images.SetKeyName(223, "trash_can.png");
            this.ilMain.Images.SetKeyName(224, "turquoise_button.png");
            this.ilMain.Images.SetKeyName(225, "twitter.png");
            this.ilMain.Images.SetKeyName(226, "txt_file.png");
            this.ilMain.Images.SetKeyName(227, "unlock.png");
            this.ilMain.Images.SetKeyName(228, "up.png");
            this.ilMain.Images.SetKeyName(229, "user.png");
            this.ilMain.Images.SetKeyName(230, "user_accept.png");
            this.ilMain.Images.SetKeyName(231, "user_comment.png");
            this.ilMain.Images.SetKeyName(232, "users.png");
            this.ilMain.Images.SetKeyName(233, "users_comments.png");
            this.ilMain.Images.SetKeyName(234, "violet_button.png");
            this.ilMain.Images.SetKeyName(235, "warning.png");
            this.ilMain.Images.SetKeyName(236, "white_flag.png");
            this.ilMain.Images.SetKeyName(237, "windows_terminal.png");
            this.ilMain.Images.SetKeyName(238, "xml_file.png");
            this.ilMain.Images.SetKeyName(239, "yen_currency_sign.png");
            this.ilMain.Images.SetKeyName(240, "zip_file.png");
            this.ilMain.Images.SetKeyName(241, "zip_file_accept.png");
            this.ilMain.Images.SetKeyName(242, "zip_file_download.png");
            this.ilMain.Images.SetKeyName(243, "zip_file_info.png");
            this.ilMain.Images.SetKeyName(244, "zip_file_search.png");
            this.ilMain.Images.SetKeyName(245, "zoom_in.png");
            this.ilMain.Images.SetKeyName(246, "zoom_out.png");
            // 
            // tabItems
            // 
            this.tabItems.Controls.Add(this.btnModificar);
            this.tabItems.Controls.Add(this.ugServicios);
            this.tabItems.Controls.Add(this.ubEliminarServicio);
            this.tabItems.Controls.Add(this.ubNuevoServicio);
            this.tabItems.Location = new System.Drawing.Point(1, 23);
            this.tabItems.Name = "tabItems";
            this.tabItems.Size = new System.Drawing.Size(340, 226);
            // 
            // btnModificar
            // 
            this.btnModificar.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2010Button;
            this.btnModificar.Location = new System.Drawing.Point(5, 196);
            this.btnModificar.Name = "btnModificar";
            this.btnModificar.Size = new System.Drawing.Size(66, 23);
            this.btnModificar.TabIndex = 10;
            this.btnModificar.Text = "&Modificar";
            this.btnModificar.Click += new System.EventHandler(this.btnModificar_Click);
            // 
            // ugServicios
            // 
            this.ugServicios.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            this.ugServicios.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.ugServicios.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
            this.ugServicios.Dock = System.Windows.Forms.DockStyle.Top;
            this.ugServicios.Location = new System.Drawing.Point(0, 0);
            this.ugServicios.Name = "ugServicios";
            this.ugServicios.Size = new System.Drawing.Size(340, 192);
            this.ugServicios.TabIndex = 9;
            this.ugServicios.Text = "ultraGrid1";
            this.ugServicios.DoubleClickCell += new Infragistics.Win.UltraWinGrid.DoubleClickCellEventHandler(this.ugServicios_DoubleClickCell);
            // 
            // ubEliminarServicio
            // 
            this.ubEliminarServicio.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2010Button;
            this.ubEliminarServicio.Location = new System.Drawing.Point(143, 196);
            this.ubEliminarServicio.Name = "ubEliminarServicio";
            this.ubEliminarServicio.Size = new System.Drawing.Size(70, 23);
            this.ubEliminarServicio.TabIndex = 8;
            this.ubEliminarServicio.Text = "&Eliminar";
            this.ubEliminarServicio.Click += new System.EventHandler(this.ubEliminarServicio_Click);
            // 
            // ubNuevoServicio
            // 
            this.ubNuevoServicio.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2010Button;
            this.ubNuevoServicio.Location = new System.Drawing.Point(75, 196);
            this.ubNuevoServicio.Name = "ubNuevoServicio";
            this.ubNuevoServicio.Size = new System.Drawing.Size(65, 23);
            this.ubNuevoServicio.TabIndex = 7;
            this.ubNuevoServicio.Text = "&Nuevo";
            this.ubNuevoServicio.Click += new System.EventHandler(this.ubNuevoServicio_Click);
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.txtCantidadProduccion);
            this.ultraTabPageControl1.Controls.Add(this.ultraLabel18);
            this.ultraTabPageControl1.Controls.Add(this.GruposTiras);
            this.ultraTabPageControl1.Controls.Add(this.GrupoMedidaCerrada);
            this.ultraTabPageControl1.Controls.Add(this.GrupoMedidaAbierta);
            this.ultraTabPageControl1.Controls.Add(this.txtCantidadItem);
            this.ultraTabPageControl1.Controls.Add(this.lblTipoUnidad);
            this.ultraTabPageControl1.Controls.Add(this.ssMaterial);
            this.ultraTabPageControl1.Controls.Add(this.ssMaquina);
            this.ultraTabPageControl1.Controls.Add(this.lblMaterial);
            this.ultraTabPageControl1.Controls.Add(this.lblMaquina);
            this.ultraTabPageControl1.Controls.Add(this.txtObservacionItem);
            this.ultraTabPageControl1.Controls.Add(this.lblObservacionItem);
            this.ultraTabPageControl1.Controls.Add(this.utcAcabadosyServicios);
            this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(716, 309);
            // 
            // txtCantidadProduccion
            // 
            this.txtCantidadProduccion.Location = new System.Drawing.Point(99, 115);
            this.txtCantidadProduccion.MaskInput = "nnnnnnnn";
            this.txtCantidadProduccion.Name = "txtCantidadProduccion";
            this.txtCantidadProduccion.Size = new System.Drawing.Size(90, 21);
            this.txtCantidadProduccion.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtCantidadProduccion.TabIndex = 93;
            this.txtCantidadProduccion.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtCantidadProduccion.ValueChanged += new System.EventHandler(this.txtCantidadProduccion_ValueChanged);
            // 
            // ultraLabel18
            // 
            appearance9.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel18.Appearance = appearance9;
            this.ultraLabel18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel18.Location = new System.Drawing.Point(3, 119);
            this.ultraLabel18.Name = "ultraLabel18";
            this.ultraLabel18.Size = new System.Drawing.Size(97, 23);
            this.ultraLabel18.TabIndex = 92;
            this.ultraLabel18.Text = "Cant. Produccion";
            // 
            // GruposTiras
            // 
            appearance10.BackColor = System.Drawing.Color.Transparent;
            this.GruposTiras.Appearance = appearance10;
            this.GruposTiras.Controls.Add(this.lblImpresoTiraColor);
            this.GruposTiras.Controls.Add(this.txtImpresoTiraColor);
            this.GruposTiras.Controls.Add(this.txtImpresoRetiraColor);
            this.GruposTiras.Controls.Add(this.lblImpresoRetiraColor);
            this.GruposTiras.Location = new System.Drawing.Point(195, 115);
            this.GruposTiras.Name = "GruposTiras";
            this.GruposTiras.Size = new System.Drawing.Size(133, 61);
            this.GruposTiras.TabIndex = 91;
            // 
            // lblImpresoTiraColor
            // 
            appearance11.BackColor = System.Drawing.Color.Transparent;
            this.lblImpresoTiraColor.Appearance = appearance11;
            this.lblImpresoTiraColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblImpresoTiraColor.Location = new System.Drawing.Point(6, 8);
            this.lblImpresoTiraColor.Name = "lblImpresoTiraColor";
            this.lblImpresoTiraColor.Size = new System.Drawing.Size(61, 23);
            this.lblImpresoTiraColor.TabIndex = 69;
            this.lblImpresoTiraColor.Text = "Tira Color";
            // 
            // txtImpresoTiraColor
            // 
            this.txtImpresoTiraColor.Location = new System.Drawing.Point(76, 5);
            this.txtImpresoTiraColor.MaskInput = "nn";
            this.txtImpresoTiraColor.MaxValue = 16;
            this.txtImpresoTiraColor.MinValue = 0;
            this.txtImpresoTiraColor.Name = "txtImpresoTiraColor";
            this.txtImpresoTiraColor.Size = new System.Drawing.Size(44, 21);
            this.txtImpresoTiraColor.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtImpresoTiraColor.TabIndex = 70;
            this.txtImpresoTiraColor.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtImpresoTiraColor.ValueChanged += new System.EventHandler(this.txtImpresoTiraColor_ValueChanged);
            // 
            // txtImpresoRetiraColor
            // 
            this.txtImpresoRetiraColor.Location = new System.Drawing.Point(76, 27);
            this.txtImpresoRetiraColor.MaskInput = "nn";
            this.txtImpresoRetiraColor.Name = "txtImpresoRetiraColor";
            this.txtImpresoRetiraColor.Size = new System.Drawing.Size(44, 21);
            this.txtImpresoRetiraColor.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtImpresoRetiraColor.TabIndex = 72;
            this.txtImpresoRetiraColor.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtImpresoRetiraColor.ValueChanged += new System.EventHandler(this.txtImpresoRetiraColor_ValueChanged);
            // 
            // lblImpresoRetiraColor
            // 
            appearance12.BackColor = System.Drawing.Color.Transparent;
            this.lblImpresoRetiraColor.Appearance = appearance12;
            this.lblImpresoRetiraColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblImpresoRetiraColor.Location = new System.Drawing.Point(6, 30);
            this.lblImpresoRetiraColor.Name = "lblImpresoRetiraColor";
            this.lblImpresoRetiraColor.Size = new System.Drawing.Size(72, 18);
            this.lblImpresoRetiraColor.TabIndex = 71;
            this.lblImpresoRetiraColor.Text = "Retira Color";
            // 
            // GrupoMedidaCerrada
            // 
            appearance13.BackColor = System.Drawing.Color.Transparent;
            this.GrupoMedidaCerrada.Appearance = appearance13;
            this.GrupoMedidaCerrada.Controls.Add(this.txtMedidaCerradaLargo);
            this.GrupoMedidaCerrada.Controls.Add(this.ultraLabel2);
            this.GrupoMedidaCerrada.Controls.Add(this.txtMedidaCerradaAlto);
            this.GrupoMedidaCerrada.Controls.Add(this.ultraLabel3);
            this.GrupoMedidaCerrada.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.GrupoMedidaCerrada.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOutsideBorder;
            this.GrupoMedidaCerrada.Location = new System.Drawing.Point(195, 6);
            this.GrupoMedidaCerrada.Name = "GrupoMedidaCerrada";
            this.GrupoMedidaCerrada.Size = new System.Drawing.Size(133, 84);
            this.GrupoMedidaCerrada.TabIndex = 82;
            this.GrupoMedidaCerrada.Text = "Medida Cerrada";
            // 
            // txtMedidaCerradaLargo
            // 
            this.txtMedidaCerradaLargo.Location = new System.Drawing.Point(46, 28);
            this.txtMedidaCerradaLargo.MaskInput = "nnnn.nn";
            this.txtMedidaCerradaLargo.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaCerradaLargo.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaCerradaLargo.Name = "txtMedidaCerradaLargo";
            this.txtMedidaCerradaLargo.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaCerradaLargo.Size = new System.Drawing.Size(71, 21);
            this.txtMedidaCerradaLargo.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaCerradaLargo.TabIndex = 65;
            this.txtMedidaCerradaLargo.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaCerradaLargo.ValueChanged += new System.EventHandler(this.txtMedidaCerradaLargo_ValueChanged);
            // 
            // ultraLabel2
            // 
            appearance14.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel2.Appearance = appearance14;
            this.ultraLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel2.Location = new System.Drawing.Point(6, 55);
            this.ultraLabel2.Name = "ultraLabel2";
            this.ultraLabel2.Size = new System.Drawing.Size(24, 23);
            this.ultraLabel2.TabIndex = 80;
            this.ultraLabel2.Text = "Alto";
            // 
            // txtMedidaCerradaAlto
            // 
            this.txtMedidaCerradaAlto.Location = new System.Drawing.Point(46, 51);
            this.txtMedidaCerradaAlto.MaskInput = "nnnn.nn";
            this.txtMedidaCerradaAlto.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaCerradaAlto.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaCerradaAlto.Name = "txtMedidaCerradaAlto";
            this.txtMedidaCerradaAlto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaCerradaAlto.Size = new System.Drawing.Size(71, 21);
            this.txtMedidaCerradaAlto.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaCerradaAlto.TabIndex = 79;
            this.txtMedidaCerradaAlto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaCerradaAlto.ValueChanged += new System.EventHandler(this.txtMedidaCerradaAlto_ValueChanged);
            // 
            // ultraLabel3
            // 
            appearance15.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel3.Appearance = appearance15;
            this.ultraLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel3.Location = new System.Drawing.Point(6, 32);
            this.ultraLabel3.Name = "ultraLabel3";
            this.ultraLabel3.Size = new System.Drawing.Size(42, 23);
            this.ultraLabel3.TabIndex = 68;
            this.ultraLabel3.Text = "Largo";
            // 
            // GrupoMedidaAbierta
            // 
            appearance16.BackColor = System.Drawing.Color.Transparent;
            this.GrupoMedidaAbierta.Appearance = appearance16;
            this.GrupoMedidaAbierta.Controls.Add(this.txtFondoCaja);
            this.GrupoMedidaAbierta.Controls.Add(this.labelFondo);
            this.GrupoMedidaAbierta.Controls.Add(this.comboMedida);
            this.GrupoMedidaAbierta.Controls.Add(this.txtMedidaAbiertoLargo);
            this.GrupoMedidaAbierta.Controls.Add(this.ultraLabel1);
            this.GrupoMedidaAbierta.Controls.Add(this.txtMedidaAbiertoAlto);
            this.GrupoMedidaAbierta.Controls.Add(this.LabelMedidaAbiertaLargo);
            this.GrupoMedidaAbierta.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.GrupoMedidaAbierta.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOutsideBorder;
            this.GrupoMedidaAbierta.Location = new System.Drawing.Point(7, 6);
            this.GrupoMedidaAbierta.Name = "GrupoMedidaAbierta";
            this.GrupoMedidaAbierta.Size = new System.Drawing.Size(182, 103);
            this.GrupoMedidaAbierta.TabIndex = 81;
            this.GrupoMedidaAbierta.Text = "Medida Abierta";
            // 
            // txtFondoCaja
            // 
            this.txtFondoCaja.Location = new System.Drawing.Point(44, 76);
            this.txtFondoCaja.MaskInput = "nnnn.nn";
            this.txtFondoCaja.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtFondoCaja.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtFondoCaja.Name = "txtFondoCaja";
            this.txtFondoCaja.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtFondoCaja.Size = new System.Drawing.Size(73, 21);
            this.txtFondoCaja.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtFondoCaja.TabIndex = 122;
            this.txtFondoCaja.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtFondoCaja.ValueChanged += new System.EventHandler(this.txtFondoCaja_ValueChanged);
            // 
            // labelFondo
            // 
            appearance17.BackColor = System.Drawing.Color.Transparent;
            this.labelFondo.Appearance = appearance17;
            this.labelFondo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.labelFondo.Location = new System.Drawing.Point(5, 79);
            this.labelFondo.Name = "labelFondo";
            this.labelFondo.Size = new System.Drawing.Size(40, 17);
            this.labelFondo.TabIndex = 123;
            this.labelFondo.Text = "Fondo";
            // 
            // comboMedida
            // 
            valueListItem1.DataValue = "CM.";
            valueListItem1.Tag = 1;
            valueListItem2.DataValue = "MT.";
            valueListItem2.Tag = 100;
            this.comboMedida.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.comboMedida.Location = new System.Drawing.Point(123, 28);
            this.comboMedida.Name = "comboMedida";
            this.comboMedida.Size = new System.Drawing.Size(52, 21);
            this.comboMedida.TabIndex = 121;
            this.comboMedida.ValueChanged += new System.EventHandler(this.comboMedida_ValueChanged);
            // 
            // txtMedidaAbiertoLargo
            // 
            this.txtMedidaAbiertoLargo.Location = new System.Drawing.Point(44, 29);
            this.txtMedidaAbiertoLargo.MaskInput = "nnnn.nn";
            this.txtMedidaAbiertoLargo.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaAbiertoLargo.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaAbiertoLargo.Name = "txtMedidaAbiertoLargo";
            this.txtMedidaAbiertoLargo.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaAbiertoLargo.Size = new System.Drawing.Size(73, 21);
            this.txtMedidaAbiertoLargo.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaAbiertoLargo.TabIndex = 65;
            this.txtMedidaAbiertoLargo.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaAbiertoLargo.ValueChanged += new System.EventHandler(this.txtMedidaAbiertoLargo_ValueChanged);
            // 
            // ultraLabel1
            // 
            appearance18.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel1.Appearance = appearance18;
            this.ultraLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel1.Location = new System.Drawing.Point(6, 55);
            this.ultraLabel1.Name = "ultraLabel1";
            this.ultraLabel1.Size = new System.Drawing.Size(32, 23);
            this.ultraLabel1.TabIndex = 80;
            this.ultraLabel1.Text = "Alto";
            // 
            // txtMedidaAbiertoAlto
            // 
            this.txtMedidaAbiertoAlto.Location = new System.Drawing.Point(44, 53);
            this.txtMedidaAbiertoAlto.MaskInput = "nnnn.nn";
            this.txtMedidaAbiertoAlto.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaAbiertoAlto.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaAbiertoAlto.Name = "txtMedidaAbiertoAlto";
            this.txtMedidaAbiertoAlto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaAbiertoAlto.Size = new System.Drawing.Size(73, 21);
            this.txtMedidaAbiertoAlto.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaAbiertoAlto.TabIndex = 79;
            this.txtMedidaAbiertoAlto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaAbiertoAlto.ValueChanged += new System.EventHandler(this.txtMedidaAbiertoAlto_ValueChanged);
            // 
            // LabelMedidaAbiertaLargo
            // 
            appearance19.BackColor = System.Drawing.Color.Transparent;
            this.LabelMedidaAbiertaLargo.Appearance = appearance19;
            this.LabelMedidaAbiertaLargo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.LabelMedidaAbiertaLargo.Location = new System.Drawing.Point(6, 32);
            this.LabelMedidaAbiertaLargo.Name = "LabelMedidaAbiertaLargo";
            this.LabelMedidaAbiertaLargo.Size = new System.Drawing.Size(48, 23);
            this.LabelMedidaAbiertaLargo.TabIndex = 68;
            this.LabelMedidaAbiertaLargo.Text = "Largo";
            // 
            // txtCantidadItem
            // 
            this.txtCantidadItem.Location = new System.Drawing.Point(99, 141);
            this.txtCantidadItem.MaskInput = "nnnn";
            this.txtCantidadItem.MaxValue = 2000;
            this.txtCantidadItem.MinValue = 0;
            this.txtCantidadItem.Name = "txtCantidadItem";
            this.txtCantidadItem.Size = new System.Drawing.Size(53, 21);
            this.txtCantidadItem.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtCantidadItem.SpinIncrement = 4;
            this.txtCantidadItem.TabIndex = 78;
            this.txtCantidadItem.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtCantidadItem.ValueChanged += new System.EventHandler(this.txtCantidadItem_ValueChanged);
            // 
            // lblTipoUnidad
            // 
            appearance20.BackColor = System.Drawing.Color.Transparent;
            this.lblTipoUnidad.Appearance = appearance20;
            this.lblTipoUnidad.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblTipoUnidad.Location = new System.Drawing.Point(7, 145);
            this.lblTipoUnidad.Name = "lblTipoUnidad";
            this.lblTipoUnidad.Size = new System.Drawing.Size(82, 23);
            this.lblTipoUnidad.TabIndex = 77;
            this.lblTipoUnidad.Text = "[Unidad]";
            // 
            // ssMaterial
            // 
            this.ssMaterial.BackColor = System.Drawing.Color.Transparent;
            this.ssMaterial.Location = new System.Drawing.Point(15, 236);
            this.ssMaterial.Name = "ssMaterial";
            this.ssMaterial.Size = new System.Drawing.Size(235, 28);
            this.ssMaterial.TabIndex = 76;
            this.ssMaterial.Search += new System.EventHandler(this.ssMaterial_Search);
            this.ssMaterial.Clear += new System.EventHandler(this.ssMaterial_Clear);
            // 
            // ssMaquina
            // 
            this.ssMaquina.BackColor = System.Drawing.Color.Transparent;
            this.ssMaquina.Location = new System.Drawing.Point(15, 192);
            this.ssMaquina.Name = "ssMaquina";
            this.ssMaquina.Size = new System.Drawing.Size(235, 26);
            this.ssMaquina.TabIndex = 75;
            this.ssMaquina.Search += new System.EventHandler(this.ssMaquina_Search);
            this.ssMaquina.Clear += new System.EventHandler(this.ssMaquina_Clear);
            // 
            // lblMaterial
            // 
            appearance21.BackColor = System.Drawing.Color.Transparent;
            this.lblMaterial.Appearance = appearance21;
            this.lblMaterial.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblMaterial.Location = new System.Drawing.Point(14, 217);
            this.lblMaterial.Name = "lblMaterial";
            this.lblMaterial.Size = new System.Drawing.Size(70, 13);
            this.lblMaterial.TabIndex = 74;
            this.lblMaterial.Text = "Material";
            // 
            // lblMaquina
            // 
            appearance22.BackColor = System.Drawing.Color.Transparent;
            this.lblMaquina.Appearance = appearance22;
            this.lblMaquina.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblMaquina.Location = new System.Drawing.Point(15, 173);
            this.lblMaquina.Name = "lblMaquina";
            this.lblMaquina.Size = new System.Drawing.Size(63, 16);
            this.lblMaquina.TabIndex = 73;
            this.lblMaquina.Text = "Máquina";
            // 
            // txtObservacionItem
            // 
            this.txtObservacionItem.Location = new System.Drawing.Point(83, 273);
            this.txtObservacionItem.Multiline = true;
            this.txtObservacionItem.Name = "txtObservacionItem";
            this.txtObservacionItem.Size = new System.Drawing.Size(619, 30);
            this.txtObservacionItem.TabIndex = 64;
            this.txtObservacionItem.TextChanged += new System.EventHandler(this.txtObservacionItem_TextChanged);
            // 
            // lblObservacionItem
            // 
            appearance23.BackColor = System.Drawing.Color.Transparent;
            this.lblObservacionItem.Appearance = appearance23;
            this.lblObservacionItem.Location = new System.Drawing.Point(14, 273);
            this.lblObservacionItem.Name = "lblObservacionItem";
            this.lblObservacionItem.Size = new System.Drawing.Size(48, 23);
            this.lblObservacionItem.TabIndex = 63;
            this.lblObservacionItem.Text = "Observ.";
            // 
            // utcAcabadosyServicios
            // 
            appearance24.BackColor = System.Drawing.Color.Transparent;
            this.utcAcabadosyServicios.Appearance = appearance24;
            this.utcAcabadosyServicios.Controls.Add(this.ultraTabSharedControlsPage1);
            this.utcAcabadosyServicios.Controls.Add(this.tabItems);
            this.utcAcabadosyServicios.Location = new System.Drawing.Point(361, 12);
            this.utcAcabadosyServicios.Name = "utcAcabadosyServicios";
            this.utcAcabadosyServicios.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.utcAcabadosyServicios.Size = new System.Drawing.Size(344, 252);
            appearance25.BackColor = System.Drawing.Color.Transparent;
            this.utcAcabadosyServicios.TabHeaderAreaAppearance = appearance25;
            this.utcAcabadosyServicios.TabIndex = 60;
            ultraTab1.TabPage = this.tabItems;
            ultraTab1.Text = ":: Acabados y Servicios ::";
            this.utcAcabadosyServicios.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1});
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(340, 226);
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Controls.Add(this.LabelMaterialAlmancen);
            this.ultraTabPageControl2.Controls.Add(this.LabelMateriaPrima);
            this.ultraTabPageControl2.Controls.Add(this.ultraGroupBox3);
            this.ultraTabPageControl2.Controls.Add(this.ubeMetodo);
            this.ultraTabPageControl2.Controls.Add(this.lblMetodo);
            this.ultraTabPageControl2.Controls.Add(this.txtImpresionAlto);
            this.ultraTabPageControl2.Controls.Add(this.ultraLabel14);
            this.ultraTabPageControl2.Controls.Add(this.txtImpresionLargo);
            this.ultraTabPageControl2.Controls.Add(this.ultraGroupBox1);
            this.ultraTabPageControl2.Controls.Add(this.txtNroPiezasImpresion);
            this.ultraTabPageControl2.Controls.Add(this.lblCantidadPiezas);
            this.ultraTabPageControl2.Controls.Add(this.ubMostrarGraficoImpresion);
            this.ultraTabPageControl2.Controls.Add(this.ubGirarGraficoImpresion);
            this.ultraTabPageControl2.Controls.Add(this.ubImprimirGraficoImpresion);
            this.ultraTabPageControl2.Controls.Add(this.uneSeparacionY);
            this.ultraTabPageControl2.Controls.Add(this.uneSeparacionX);
            this.ultraTabPageControl2.Controls.Add(this.lblSeparacionY);
            this.ultraTabPageControl2.Controls.Add(this.lblSeparacionX);
            this.ultraTabPageControl2.Controls.Add(this.ubMostrarGraficoPrecorte);
            this.ultraTabPageControl2.Controls.Add(this.ugbImpresion);
            this.ultraTabPageControl2.Controls.Add(this.ugbPrecorte);
            this.ultraTabPageControl2.Controls.Add(this.ubGirarGraficoPrecorte);
            this.ultraTabPageControl2.Controls.Add(this.ubImprimirGraficoPrecorte);
            this.ultraTabPageControl2.Controls.Add(this.ultraLabel13);
            this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            this.ultraTabPageControl2.Size = new System.Drawing.Size(716, 309);
            // 
            // LabelMaterialAlmancen
            // 
            appearance26.BackColor = System.Drawing.Color.Transparent;
            this.LabelMaterialAlmancen.Appearance = appearance26;
            this.LabelMaterialAlmancen.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.LabelMaterialAlmancen.Location = new System.Drawing.Point(25, 193);
            this.LabelMaterialAlmancen.Name = "LabelMaterialAlmancen";
            this.LabelMaterialAlmancen.Size = new System.Drawing.Size(328, 17);
            this.LabelMaterialAlmancen.TabIndex = 120;
            this.LabelMaterialAlmancen.Text = "Total : ";
            // 
            // LabelMateriaPrima
            // 
            appearance27.BackColor = System.Drawing.Color.Transparent;
            this.LabelMateriaPrima.Appearance = appearance27;
            this.LabelMateriaPrima.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.LabelMateriaPrima.Location = new System.Drawing.Point(25, 174);
            this.LabelMateriaPrima.Name = "LabelMateriaPrima";
            this.LabelMateriaPrima.Size = new System.Drawing.Size(328, 17);
            this.LabelMateriaPrima.TabIndex = 68;
            this.LabelMateriaPrima.Text = "Total : ";
            // 
            // ultraGroupBox3
            // 
            appearance28.BackColor = System.Drawing.Color.Transparent;
            this.ultraGroupBox3.Appearance = appearance28;
            this.ultraGroupBox3.Controls.Add(this.LabelProduccion);
            this.ultraGroupBox3.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ultraGroupBox3.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOutsideBorder;
            this.ultraGroupBox3.Location = new System.Drawing.Point(378, 161);
            this.ultraGroupBox3.Name = "ultraGroupBox3";
            this.ultraGroupBox3.Size = new System.Drawing.Size(318, 55);
            this.ultraGroupBox3.TabIndex = 119;
            this.ultraGroupBox3.Text = "Produccion";
            // 
            // LabelProduccion
            // 
            appearance29.BackColor = System.Drawing.Color.Transparent;
            this.LabelProduccion.Appearance = appearance29;
            this.LabelProduccion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.LabelProduccion.Location = new System.Drawing.Point(6, 32);
            this.LabelProduccion.Name = "LabelProduccion";
            this.LabelProduccion.Size = new System.Drawing.Size(306, 17);
            this.LabelProduccion.TabIndex = 68;
            this.LabelProduccion.Text = "Cantidad Produccion";
            // 
            // ubeMetodo
            // 
            valueListItem3.DataValue = "TIRA";
            valueListItem3.Tag = ((short)(1));
            valueListItem4.DataValue = "TIRA/RETIRA";
            valueListItem4.Tag = ((short)(2));
            valueListItem5.DataValue = "TIRA Y RETIRA";
            valueListItem5.Tag = 1;
            valueListItem6.DataValue = "CONTRAPINZA";
            valueListItem6.Tag = ((short)(1));
            this.ubeMetodo.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem3,
            valueListItem4,
            valueListItem5,
            valueListItem6});
            this.ubeMetodo.Location = new System.Drawing.Point(579, 232);
            this.ubeMetodo.Name = "ubeMetodo";
            this.ubeMetodo.Size = new System.Drawing.Size(119, 21);
            this.ubeMetodo.TabIndex = 117;
            this.ubeMetodo.ValueChanged += new System.EventHandler(this.ubeMetodo_ValueChanged);
            // 
            // lblMetodo
            // 
            appearance30.BackColor = System.Drawing.Color.Transparent;
            this.lblMetodo.Appearance = appearance30;
            this.lblMetodo.Location = new System.Drawing.Point(581, 216);
            this.lblMetodo.Name = "lblMetodo";
            this.lblMetodo.Size = new System.Drawing.Size(72, 15);
            this.lblMetodo.TabIndex = 115;
            this.lblMetodo.Text = "Método";
            // 
            // txtImpresionAlto
            // 
            this.txtImpresionAlto.Location = new System.Drawing.Point(520, 232);
            this.txtImpresionAlto.MaskInput = "nnn";
            this.txtImpresionAlto.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtImpresionAlto.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtImpresionAlto.Name = "txtImpresionAlto";
            this.txtImpresionAlto.ReadOnly = true;
            this.txtImpresionAlto.Size = new System.Drawing.Size(53, 21);
            this.txtImpresionAlto.TabIndex = 114;
            this.txtImpresionAlto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // ultraLabel14
            // 
            appearance31.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel14.Appearance = appearance31;
            this.ultraLabel14.Location = new System.Drawing.Point(483, 237);
            this.ultraLabel14.Name = "ultraLabel14";
            this.ultraLabel14.Size = new System.Drawing.Size(72, 23);
            this.ultraLabel14.TabIndex = 113;
            this.ultraLabel14.Text = "Alto";
            // 
            // txtImpresionLargo
            // 
            this.txtImpresionLargo.Location = new System.Drawing.Point(422, 234);
            this.txtImpresionLargo.MaskInput = "nnn";
            this.txtImpresionLargo.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtImpresionLargo.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtImpresionLargo.Name = "txtImpresionLargo";
            this.txtImpresionLargo.ReadOnly = true;
            this.txtImpresionLargo.Size = new System.Drawing.Size(53, 21);
            this.txtImpresionLargo.TabIndex = 112;
            this.txtImpresionLargo.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // ultraGroupBox1
            // 
            appearance32.BackColor = System.Drawing.Color.Transparent;
            this.ultraGroupBox1.Appearance = appearance32;
            this.ultraGroupBox1.Controls.Add(this.txtNroPiezasPrecorte);
            this.ultraGroupBox1.Controls.Add(this.ultraLabel15);
            this.ultraGroupBox1.Controls.Add(this.txtFormatoImpresionLargo);
            this.ultraGroupBox1.Controls.Add(this.ultraLabel12);
            this.ultraGroupBox1.Controls.Add(this.txtFormatoImpresionAlto);
            this.ultraGroupBox1.Controls.Add(this.ultraLabel7);
            this.ultraGroupBox1.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ultraGroupBox1.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOutsideBorder;
            this.ultraGroupBox1.Location = new System.Drawing.Point(19, 223);
            this.ultraGroupBox1.Name = "ultraGroupBox1";
            this.ultraGroupBox1.Size = new System.Drawing.Size(353, 59);
            this.ultraGroupBox1.TabIndex = 110;
            this.ultraGroupBox1.Text = "Formato de Impresión";
            // 
            // txtNroPiezasPrecorte
            // 
            this.txtNroPiezasPrecorte.Location = new System.Drawing.Point(283, 29);
            this.txtNroPiezasPrecorte.MaskInput = "nnnnnnn";
            this.txtNroPiezasPrecorte.Name = "txtNroPiezasPrecorte";
            this.txtNroPiezasPrecorte.ReadOnly = true;
            this.txtNroPiezasPrecorte.Size = new System.Drawing.Size(62, 21);
            this.txtNroPiezasPrecorte.TabIndex = 118;
            // 
            // ultraLabel15
            // 
            appearance33.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel15.Appearance = appearance33;
            this.ultraLabel15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel15.Location = new System.Drawing.Point(231, 33);
            this.ultraLabel15.Name = "ultraLabel15";
            this.ultraLabel15.Size = new System.Drawing.Size(72, 23);
            this.ultraLabel15.TabIndex = 119;
            this.ultraLabel15.Text = "# Piezas";
            // 
            // txtFormatoImpresionLargo
            // 
            this.txtFormatoImpresionLargo.Location = new System.Drawing.Point(44, 29);
            this.txtFormatoImpresionLargo.MaskInput = "nnnnn.nn";
            this.txtFormatoImpresionLargo.MaxValue = new decimal(new int[] {
            255500,
            0,
            0,
            0});
            this.txtFormatoImpresionLargo.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtFormatoImpresionLargo.Name = "txtFormatoImpresionLargo";
            this.txtFormatoImpresionLargo.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtFormatoImpresionLargo.Size = new System.Drawing.Size(73, 21);
            this.txtFormatoImpresionLargo.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtFormatoImpresionLargo.TabIndex = 65;
            this.txtFormatoImpresionLargo.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtFormatoImpresionLargo.ValueChanged += new System.EventHandler(this.txtFormatoImpresionLargo_ValueChanged);
            // 
            // ultraLabel12
            // 
            appearance34.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel12.Appearance = appearance34;
            this.ultraLabel12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel12.Location = new System.Drawing.Point(6, 32);
            this.ultraLabel12.Name = "ultraLabel12";
            this.ultraLabel12.Size = new System.Drawing.Size(48, 23);
            this.ultraLabel12.TabIndex = 68;
            this.ultraLabel12.Text = "Largo";
            // 
            // txtFormatoImpresionAlto
            // 
            this.txtFormatoImpresionAlto.Location = new System.Drawing.Point(152, 29);
            this.txtFormatoImpresionAlto.MaskInput = "nnnnn.nn";
            this.txtFormatoImpresionAlto.MaxValue = new decimal(new int[] {
            255500,
            0,
            0,
            0});
            this.txtFormatoImpresionAlto.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtFormatoImpresionAlto.Name = "txtFormatoImpresionAlto";
            this.txtFormatoImpresionAlto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtFormatoImpresionAlto.Size = new System.Drawing.Size(73, 21);
            this.txtFormatoImpresionAlto.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtFormatoImpresionAlto.TabIndex = 79;
            this.txtFormatoImpresionAlto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtFormatoImpresionAlto.ValueChanged += new System.EventHandler(this.txtFormatoImpresionAlto_ValueChanged);
            // 
            // ultraLabel7
            // 
            appearance35.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel7.Appearance = appearance35;
            this.ultraLabel7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel7.Location = new System.Drawing.Point(123, 33);
            this.ultraLabel7.Name = "ultraLabel7";
            this.ultraLabel7.Size = new System.Drawing.Size(32, 23);
            this.ultraLabel7.TabIndex = 80;
            this.ultraLabel7.Text = "Alto";
            // 
            // txtNroPiezasImpresion
            // 
            this.txtNroPiezasImpresion.Location = new System.Drawing.Point(634, 261);
            this.txtNroPiezasImpresion.Name = "txtNroPiezasImpresion";
            this.txtNroPiezasImpresion.Size = new System.Drawing.Size(62, 21);
            this.txtNroPiezasImpresion.TabIndex = 98;
            this.txtNroPiezasImpresion.ValueChanged += new System.EventHandler(this.txtNroPiezasImpresion_ValueChanged);
            // 
            // lblCantidadPiezas
            // 
            appearance36.BackColor = System.Drawing.Color.Transparent;
            this.lblCantidadPiezas.Appearance = appearance36;
            this.lblCantidadPiezas.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblCantidadPiezas.Location = new System.Drawing.Point(581, 266);
            this.lblCantidadPiezas.Name = "lblCantidadPiezas";
            this.lblCantidadPiezas.Size = new System.Drawing.Size(72, 23);
            this.lblCantidadPiezas.TabIndex = 109;
            this.lblCantidadPiezas.Text = "# Piezas";
            // 
            // ubMostrarGraficoImpresion
            // 
            this.ubMostrarGraficoImpresion.Location = new System.Drawing.Point(378, 293);
            this.ubMostrarGraficoImpresion.Name = "ubMostrarGraficoImpresion";
            this.ubMostrarGraficoImpresion.Size = new System.Drawing.Size(97, 23);
            this.ubMostrarGraficoImpresion.TabIndex = 108;
            this.ubMostrarGraficoImpresion.Text = "Mostrar";
            this.ubMostrarGraficoImpresion.Click += new System.EventHandler(this.ubMostrarGraficoImpresion_Click);
            // 
            // ubGirarGraficoImpresion
            // 
            this.ubGirarGraficoImpresion.Location = new System.Drawing.Point(481, 293);
            this.ubGirarGraficoImpresion.Name = "ubGirarGraficoImpresion";
            this.ubGirarGraficoImpresion.Size = new System.Drawing.Size(115, 23);
            this.ubGirarGraficoImpresion.TabIndex = 106;
            this.ubGirarGraficoImpresion.Text = "Girar";
            this.ubGirarGraficoImpresion.Click += new System.EventHandler(this.ubGirarGraficoImpresion_Click);
            // 
            // ubImprimirGraficoImpresion
            // 
            this.ubImprimirGraficoImpresion.Location = new System.Drawing.Point(602, 293);
            this.ubImprimirGraficoImpresion.Name = "ubImprimirGraficoImpresion";
            this.ubImprimirGraficoImpresion.Size = new System.Drawing.Size(96, 23);
            this.ubImprimirGraficoImpresion.TabIndex = 107;
            this.ubImprimirGraficoImpresion.Text = "Imprimir";
            this.ubImprimirGraficoImpresion.Click += new System.EventHandler(this.ubImprimirGraficoImpresion_Click);
            // 
            // uneSeparacionY
            // 
            this.uneSeparacionY.Location = new System.Drawing.Point(519, 262);
            this.uneSeparacionY.MaskInput = "nnn";
            this.uneSeparacionY.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.uneSeparacionY.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.uneSeparacionY.Name = "uneSeparacionY";
            this.uneSeparacionY.Size = new System.Drawing.Size(56, 21);
            this.uneSeparacionY.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.uneSeparacionY.TabIndex = 105;
            this.uneSeparacionY.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.uneSeparacionY.ValueChanged += new System.EventHandler(this.uneSeparacionY_ValueChanged);
            // 
            // uneSeparacionX
            // 
            this.uneSeparacionX.Location = new System.Drawing.Point(422, 261);
            this.uneSeparacionX.MaskInput = "nnn";
            this.uneSeparacionX.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.uneSeparacionX.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.uneSeparacionX.Name = "uneSeparacionX";
            this.uneSeparacionX.Size = new System.Drawing.Size(53, 21);
            this.uneSeparacionX.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.uneSeparacionX.TabIndex = 104;
            this.uneSeparacionX.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.uneSeparacionX.ValueChanged += new System.EventHandler(this.uneSeparacionX_ValueChanged);
            // 
            // lblSeparacionY
            // 
            appearance37.BackColor = System.Drawing.Color.Transparent;
            this.lblSeparacionY.Appearance = appearance37;
            this.lblSeparacionY.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblSeparacionY.Location = new System.Drawing.Point(479, 265);
            this.lblSeparacionY.Name = "lblSeparacionY";
            this.lblSeparacionY.Size = new System.Drawing.Size(57, 23);
            this.lblSeparacionY.TabIndex = 103;
            this.lblSeparacionY.Text = "Sep. Y";
            // 
            // lblSeparacionX
            // 
            appearance38.BackColor = System.Drawing.Color.Transparent;
            this.lblSeparacionX.Appearance = appearance38;
            this.lblSeparacionX.Location = new System.Drawing.Point(378, 266);
            this.lblSeparacionX.Name = "lblSeparacionX";
            this.lblSeparacionX.Size = new System.Drawing.Size(72, 23);
            this.lblSeparacionX.TabIndex = 98;
            this.lblSeparacionX.Text = "Sep. X";
            // 
            // ubMostrarGraficoPrecorte
            // 
            this.ubMostrarGraficoPrecorte.Location = new System.Drawing.Point(20, 293);
            this.ubMostrarGraficoPrecorte.Name = "ubMostrarGraficoPrecorte";
            this.ubMostrarGraficoPrecorte.Size = new System.Drawing.Size(89, 23);
            this.ubMostrarGraficoPrecorte.TabIndex = 102;
            this.ubMostrarGraficoPrecorte.Text = "Mostrar";
            this.ubMostrarGraficoPrecorte.Click += new System.EventHandler(this.ubMostrarGraficoPrecorte_Click);
            // 
            // ugbImpresion
            // 
            appearance39.BackColor = System.Drawing.Color.Transparent;
            this.ugbImpresion.Appearance = appearance39;
            this.ugbImpresion.Controls.Add(this.checkGraficoImpresionManual);
            this.ugbImpresion.Controls.Add(this.txtPliegos);
            this.ugbImpresion.Controls.Add(this.labelPliegos);
            this.ugbImpresion.Controls.Add(this.txtTiraje);
            this.ugbImpresion.Controls.Add(this.ultraLabel21);
            this.ugbImpresion.Controls.Add(this.ultraLabel20);
            this.ugbImpresion.Controls.Add(this.txtPases);
            this.ugbImpresion.Controls.Add(this.upbImpresion);
            this.ugbImpresion.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ugbImpresion.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOutsideBorder;
            this.ugbImpresion.Location = new System.Drawing.Point(378, 14);
            this.ugbImpresion.Name = "ugbImpresion";
            this.ugbImpresion.Size = new System.Drawing.Size(320, 145);
            this.ugbImpresion.TabIndex = 101;
            this.ugbImpresion.Text = "Gráfico de Impresión";
            // 
            // checkGraficoImpresionManual
            // 
            this.checkGraficoImpresionManual.Location = new System.Drawing.Point(212, 29);
            this.checkGraficoImpresionManual.Name = "checkGraficoImpresionManual";
            this.checkGraficoImpresionManual.Size = new System.Drawing.Size(100, 20);
            this.checkGraficoImpresionManual.TabIndex = 128;
            this.checkGraficoImpresionManual.Text = "Grafico Manual";
            this.checkGraficoImpresionManual.CheckedChanged += new System.EventHandler(this.checkGraficoImpresionManual_CheckedChanged);
            // 
            // txtPliegos
            // 
            this.txtPliegos.Location = new System.Drawing.Point(210, 76);
            this.txtPliegos.MaskInput = "nnn";
            this.txtPliegos.Name = "txtPliegos";
            this.txtPliegos.ReadOnly = true;
            this.txtPliegos.Size = new System.Drawing.Size(51, 21);
            this.txtPliegos.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtPliegos.TabIndex = 124;
            this.txtPliegos.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // labelPliegos
            // 
            appearance40.BackColor = System.Drawing.Color.Transparent;
            this.labelPliegos.Appearance = appearance40;
            this.labelPliegos.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.labelPliegos.Location = new System.Drawing.Point(209, 52);
            this.labelPliegos.Name = "labelPliegos";
            this.labelPliegos.Size = new System.Drawing.Size(55, 23);
            this.labelPliegos.TabIndex = 127;
            this.labelPliegos.Text = "Pliegos";
            // 
            // txtTiraje
            // 
            this.txtTiraje.Location = new System.Drawing.Point(210, 118);
            this.txtTiraje.MaskInput = "nnnnnnnn";
            this.txtTiraje.Name = "txtTiraje";
            this.txtTiraje.ReadOnly = true;
            this.txtTiraje.Size = new System.Drawing.Size(102, 21);
            this.txtTiraje.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtTiraje.TabIndex = 126;
            this.txtTiraje.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // ultraLabel21
            // 
            appearance41.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel21.Appearance = appearance41;
            this.ultraLabel21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel21.Location = new System.Drawing.Point(212, 102);
            this.ultraLabel21.Name = "ultraLabel21";
            this.ultraLabel21.Size = new System.Drawing.Size(88, 23);
            this.ultraLabel21.TabIndex = 125;
            this.ultraLabel21.Text = "Tiraje";
            // 
            // ultraLabel20
            // 
            appearance42.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel20.Appearance = appearance42;
            this.ultraLabel20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel20.Location = new System.Drawing.Point(264, 52);
            this.ultraLabel20.Name = "ultraLabel20";
            this.ultraLabel20.Size = new System.Drawing.Size(55, 23);
            this.ultraLabel20.TabIndex = 124;
            this.ultraLabel20.Text = "Pases";
            // 
            // txtPases
            // 
            this.txtPases.Location = new System.Drawing.Point(264, 76);
            this.txtPases.MaskInput = "nn";
            this.txtPases.Name = "txtPases";
            this.txtPases.ReadOnly = true;
            this.txtPases.Size = new System.Drawing.Size(46, 21);
            this.txtPases.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtPases.TabIndex = 123;
            this.txtPases.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // upbImpresion
            // 
            this.upbImpresion.BackColor = System.Drawing.Color.Transparent;
            this.upbImpresion.BorderShadowColor = System.Drawing.Color.Empty;
            this.upbImpresion.Location = new System.Drawing.Point(15, 38);
            this.upbImpresion.Name = "upbImpresion";
            this.upbImpresion.Size = new System.Drawing.Size(10, 10);
            this.upbImpresion.TabIndex = 1;
            this.upbImpresion.UseAppStyling = false;
            // 
            // ugbPrecorte
            // 
            appearance43.BackColor = System.Drawing.Color.Transparent;
            this.ugbPrecorte.Appearance = appearance43;
            this.ugbPrecorte.Controls.Add(this.ultraLabel16);
            this.ugbPrecorte.Controls.Add(this.ultraLabel19);
            this.ugbPrecorte.Controls.Add(this.txtDemasia);
            this.ugbPrecorte.Controls.Add(this.txtHojasMaquina);
            this.ugbPrecorte.Controls.Add(this.upbPrecorte);
            this.ugbPrecorte.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ugbPrecorte.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOutsideBorder;
            this.ugbPrecorte.Location = new System.Drawing.Point(19, 14);
            this.ugbPrecorte.Name = "ugbPrecorte";
            this.ugbPrecorte.Size = new System.Drawing.Size(345, 145);
            this.ugbPrecorte.TabIndex = 100;
            this.ugbPrecorte.Text = "Gráfico de Precorte";
            // 
            // ultraLabel16
            // 
            appearance44.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel16.Appearance = appearance44;
            this.ultraLabel16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel16.Location = new System.Drawing.Point(245, 100);
            this.ultraLabel16.Name = "ultraLabel16";
            this.ultraLabel16.Size = new System.Drawing.Size(77, 17);
            this.ultraLabel16.TabIndex = 121;
            this.ultraLabel16.Text = "Demasia";
            // 
            // ultraLabel19
            // 
            appearance45.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel19.Appearance = appearance45;
            this.ultraLabel19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel19.Location = new System.Drawing.Point(245, 52);
            this.ultraLabel19.Name = "ultraLabel19";
            this.ultraLabel19.Size = new System.Drawing.Size(97, 23);
            this.ultraLabel19.TabIndex = 122;
            this.ultraLabel19.Text = "Hojas Maquina";
            // 
            // txtDemasia
            // 
            this.txtDemasia.Location = new System.Drawing.Point(245, 118);
            this.txtDemasia.MaskInput = "nnnnnn";
            this.txtDemasia.Name = "txtDemasia";
            this.txtDemasia.Size = new System.Drawing.Size(70, 21);
            this.txtDemasia.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtDemasia.TabIndex = 120;
            this.txtDemasia.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtDemasia.ValueChanged += new System.EventHandler(this.txtDemasia_ValueChanged_1);
            // 
            // txtHojasMaquina
            // 
            this.txtHojasMaquina.Location = new System.Drawing.Point(245, 75);
            this.txtHojasMaquina.MaskInput = "nnnnnnnn";
            this.txtHojasMaquina.Name = "txtHojasMaquina";
            this.txtHojasMaquina.ReadOnly = true;
            this.txtHojasMaquina.Size = new System.Drawing.Size(89, 21);
            this.txtHojasMaquina.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtHojasMaquina.TabIndex = 122;
            this.txtHojasMaquina.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // upbPrecorte
            // 
            this.upbPrecorte.BackColor = System.Drawing.Color.Transparent;
            this.upbPrecorte.BorderShadowColor = System.Drawing.Color.Empty;
            this.upbPrecorte.Location = new System.Drawing.Point(15, 38);
            this.upbPrecorte.Name = "upbPrecorte";
            this.upbPrecorte.Size = new System.Drawing.Size(10, 10);
            this.upbPrecorte.TabIndex = 0;
            this.upbPrecorte.UseAppStyling = false;
            // 
            // ubGirarGraficoPrecorte
            // 
            this.ubGirarGraficoPrecorte.Location = new System.Drawing.Point(115, 293);
            this.ubGirarGraficoPrecorte.Name = "ubGirarGraficoPrecorte";
            this.ubGirarGraficoPrecorte.Size = new System.Drawing.Size(103, 23);
            this.ubGirarGraficoPrecorte.TabIndex = 98;
            this.ubGirarGraficoPrecorte.Text = "Girar";
            this.ubGirarGraficoPrecorte.Click += new System.EventHandler(this.ubGirarGraficoPrecorte_Click);
            // 
            // ubImprimirGraficoPrecorte
            // 
            this.ubImprimirGraficoPrecorte.Location = new System.Drawing.Point(224, 293);
            this.ubImprimirGraficoPrecorte.Name = "ubImprimirGraficoPrecorte";
            this.ubImprimirGraficoPrecorte.Size = new System.Drawing.Size(100, 23);
            this.ubImprimirGraficoPrecorte.TabIndex = 99;
            this.ubImprimirGraficoPrecorte.Text = "Imprimir";
            this.ubImprimirGraficoPrecorte.Click += new System.EventHandler(this.ubImprimirGraficoPrecorte_Click);
            // 
            // ultraLabel13
            // 
            appearance46.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel13.Appearance = appearance46;
            this.ultraLabel13.Location = new System.Drawing.Point(378, 239);
            this.ultraLabel13.Name = "ultraLabel13";
            this.ultraLabel13.Size = new System.Drawing.Size(72, 23);
            this.ultraLabel13.TabIndex = 111;
            this.ultraLabel13.Text = "Largo";
            // 
            // ultraTabPageControl3
            // 
            this.ultraTabPageControl3.Controls.Add(this.busListaPreciosTransporte);
            this.ultraTabPageControl3.Controls.Add(this.ultraLabel6);
            this.ultraTabPageControl3.Controls.Add(this.busListaCostoMaquina);
            this.ultraTabPageControl3.Controls.Add(this.ultraLabel5);
            this.ultraTabPageControl3.Controls.Add(this.busListaPrecioMaterial);
            this.ultraTabPageControl3.Controls.Add(this.ultraLabel4);
            this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl3.Name = "ultraTabPageControl3";
            this.ultraTabPageControl3.Size = new System.Drawing.Size(716, 309);
            // 
            // busListaPreciosTransporte
            // 
            this.busListaPreciosTransporte.BackColor = System.Drawing.Color.Transparent;
            this.busListaPreciosTransporte.Location = new System.Drawing.Point(188, 69);
            this.busListaPreciosTransporte.Name = "busListaPreciosTransporte";
            this.busListaPreciosTransporte.Size = new System.Drawing.Size(246, 28);
            this.busListaPreciosTransporte.TabIndex = 92;
            this.busListaPreciosTransporte.Search += new System.EventHandler(this.busListaPreciosTransporte_Search);
            // 
            // ultraLabel6
            // 
            appearance47.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel6.Appearance = appearance47;
            this.ultraLabel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel6.Location = new System.Drawing.Point(17, 73);
            this.ultraLabel6.Name = "ultraLabel6";
            this.ultraLabel6.Size = new System.Drawing.Size(165, 23);
            this.ultraLabel6.TabIndex = 93;
            this.ultraLabel6.Text = "Lista de Precios Trasnporte";
            // 
            // busListaCostoMaquina
            // 
            this.busListaCostoMaquina.BackColor = System.Drawing.Color.Transparent;
            this.busListaCostoMaquina.Location = new System.Drawing.Point(188, 44);
            this.busListaCostoMaquina.Name = "busListaCostoMaquina";
            this.busListaCostoMaquina.Size = new System.Drawing.Size(246, 28);
            this.busListaCostoMaquina.TabIndex = 90;
            this.busListaCostoMaquina.Search += new System.EventHandler(this.busListaCostoMaquina_Search);
            // 
            // ultraLabel5
            // 
            appearance48.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel5.Appearance = appearance48;
            this.ultraLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel5.Location = new System.Drawing.Point(17, 48);
            this.ultraLabel5.Name = "ultraLabel5";
            this.ultraLabel5.Size = new System.Drawing.Size(165, 23);
            this.ultraLabel5.TabIndex = 91;
            this.ultraLabel5.Text = "Lista de Costos Maquina";
            // 
            // busListaPrecioMaterial
            // 
            this.busListaPrecioMaterial.BackColor = System.Drawing.Color.Transparent;
            this.busListaPrecioMaterial.Location = new System.Drawing.Point(188, 20);
            this.busListaPrecioMaterial.Name = "busListaPrecioMaterial";
            this.busListaPrecioMaterial.Size = new System.Drawing.Size(246, 28);
            this.busListaPrecioMaterial.TabIndex = 88;
            this.busListaPrecioMaterial.Search += new System.EventHandler(this.busListaPrecioMaterial_Search);
            // 
            // ultraLabel4
            // 
            appearance49.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel4.Appearance = appearance49;
            this.ultraLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel4.Location = new System.Drawing.Point(17, 24);
            this.ultraLabel4.Name = "ultraLabel4";
            this.ultraLabel4.Size = new System.Drawing.Size(165, 23);
            this.ultraLabel4.TabIndex = 89;
            this.ultraLabel4.Text = "Lista de Precios Material";
            // 
            // ultraTabPageControl4
            // 
            this.ultraTabPageControl4.Controls.Add(this.ssDireccionFactura);
            this.ultraTabPageControl4.Controls.Add(this.lblDireccionFactura);
            this.ultraTabPageControl4.Controls.Add(this.ssDireccionEntrega);
            this.ultraTabPageControl4.Controls.Add(this.lblDireccionEntrega);
            this.ultraTabPageControl4.Controls.Add(this.ssContacto);
            this.ultraTabPageControl4.Controls.Add(this.lblContacto);
            this.ultraTabPageControl4.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl4.Name = "ultraTabPageControl4";
            this.ultraTabPageControl4.Size = new System.Drawing.Size(716, 309);
            // 
            // ssDireccionFactura
            // 
            this.ssDireccionFactura.BackColor = System.Drawing.Color.Transparent;
            this.ssDireccionFactura.Location = new System.Drawing.Point(156, 70);
            this.ssDireccionFactura.Name = "ssDireccionFactura";
            this.ssDireccionFactura.Size = new System.Drawing.Size(250, 28);
            this.ssDireccionFactura.TabIndex = 103;
            this.ssDireccionFactura.Search += new System.EventHandler(this.ssDireccionFactura_Search);
            // 
            // lblDireccionFactura
            // 
            appearance50.BackColor = System.Drawing.Color.Transparent;
            this.lblDireccionFactura.Appearance = appearance50;
            this.lblDireccionFactura.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblDireccionFactura.Location = new System.Drawing.Point(22, 75);
            this.lblDireccionFactura.Name = "lblDireccionFactura";
            this.lblDireccionFactura.Size = new System.Drawing.Size(128, 23);
            this.lblDireccionFactura.TabIndex = 102;
            this.lblDireccionFactura.Text = "Dirección de Factura";
            // 
            // ssDireccionEntrega
            // 
            this.ssDireccionEntrega.BackColor = System.Drawing.Color.Transparent;
            this.ssDireccionEntrega.Location = new System.Drawing.Point(156, 45);
            this.ssDireccionEntrega.Name = "ssDireccionEntrega";
            this.ssDireccionEntrega.Size = new System.Drawing.Size(250, 28);
            this.ssDireccionEntrega.TabIndex = 101;
            this.ssDireccionEntrega.Search += new System.EventHandler(this.ssDireccionEntrega_Search);
            // 
            // lblDireccionEntrega
            // 
            appearance51.BackColor = System.Drawing.Color.Transparent;
            this.lblDireccionEntrega.Appearance = appearance51;
            this.lblDireccionEntrega.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblDireccionEntrega.Location = new System.Drawing.Point(22, 50);
            this.lblDireccionEntrega.Name = "lblDireccionEntrega";
            this.lblDireccionEntrega.Size = new System.Drawing.Size(128, 23);
            this.lblDireccionEntrega.TabIndex = 100;
            this.lblDireccionEntrega.Text = "Dirección de Entrega";
            // 
            // ssContacto
            // 
            this.ssContacto.BackColor = System.Drawing.Color.Transparent;
            this.ssContacto.Location = new System.Drawing.Point(156, 20);
            this.ssContacto.Name = "ssContacto";
            this.ssContacto.Size = new System.Drawing.Size(250, 28);
            this.ssContacto.TabIndex = 99;
            this.ssContacto.Search += new System.EventHandler(this.ssContacto_Search);
            // 
            // lblContacto
            // 
            appearance52.BackColor = System.Drawing.Color.Transparent;
            this.lblContacto.Appearance = appearance52;
            this.lblContacto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblContacto.Location = new System.Drawing.Point(22, 25);
            this.lblContacto.Name = "lblContacto";
            this.lblContacto.Size = new System.Drawing.Size(79, 23);
            this.lblContacto.TabIndex = 98;
            this.lblContacto.Text = "Contacto";
            // 
            // utcItemOrdenProduccion
            // 
            appearance8.BackColor = System.Drawing.Color.Transparent;
            this.utcItemOrdenProduccion.Appearance = appearance8;
            this.utcItemOrdenProduccion.Controls.Add(this.ultraTabSharedControlsPage2);
            this.utcItemOrdenProduccion.Controls.Add(this.ultraTabPageControl1);
            this.utcItemOrdenProduccion.Controls.Add(this.ultraTabPageControl2);
            this.utcItemOrdenProduccion.Controls.Add(this.ultraTabPageControl3);
            this.utcItemOrdenProduccion.Controls.Add(this.ultraTabPageControl4);
            this.utcItemOrdenProduccion.Location = new System.Drawing.Point(142, 231);
            this.utcItemOrdenProduccion.Name = "utcItemOrdenProduccion";
            this.utcItemOrdenProduccion.SharedControlsPage = this.ultraTabSharedControlsPage2;
            this.utcItemOrdenProduccion.Size = new System.Drawing.Size(720, 335);
            appearance53.BackColor = System.Drawing.Color.Transparent;
            this.utcItemOrdenProduccion.TabHeaderAreaAppearance = appearance53;
            this.utcItemOrdenProduccion.TabIndex = 91;
            ultraTab2.TabPage = this.ultraTabPageControl1;
            ultraTab2.Text = ":: Default ::";
            ultraTab3.Key = "Graficos";
            ultraTab3.TabPage = this.ultraTabPageControl2;
            ultraTab3.Text = ":: Gráficos ::";
            ultraTab4.TabPage = this.ultraTabPageControl3;
            ultraTab4.Text = ":: Listas de Precios ::";
            ultraTab5.TabPage = this.ultraTabPageControl4;
            ultraTab5.Text = ":: Logística ::";
            this.utcItemOrdenProduccion.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab2,
            ultraTab3,
            ultraTab4,
            ultraTab5});
            // 
            // ultraTabSharedControlsPage2
            // 
            this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
            this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(716, 309);
            // 
            // utOrdenProduccion
            // 
            this.utOrdenProduccion.Location = new System.Drawing.Point(15, 234);
            this.utOrdenProduccion.Name = "utOrdenProduccion";
            appearance54.FontData.BoldAsString = "True";
            appearance54.FontData.ItalicAsString = "True";
            _override1.ActiveNodeAppearance = appearance54;
            this.utOrdenProduccion.Override = _override1;
            this.utOrdenProduccion.Size = new System.Drawing.Size(121, 332);
            this.utOrdenProduccion.TabIndex = 90;
            this.utOrdenProduccion.AfterSelect += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.utCotizacion_AfterSelect);
            // 
            // ssResponsable
            // 
            this.ssResponsable.BackColor = System.Drawing.Color.Transparent;
            this.ssResponsable.Location = new System.Drawing.Point(154, 162);
            this.ssResponsable.Name = "ssResponsable";
            this.ssResponsable.Size = new System.Drawing.Size(250, 28);
            this.ssResponsable.TabIndex = 86;
            this.ssResponsable.Search += new System.EventHandler(this.ssResponsable_Search);
            // 
            // lblCotizador
            // 
            appearance55.BackColor = System.Drawing.Color.Transparent;
            this.lblCotizador.Appearance = appearance55;
            this.lblCotizador.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblCotizador.Location = new System.Drawing.Point(18, 108);
            this.lblCotizador.Name = "lblCotizador";
            this.lblCotizador.Size = new System.Drawing.Size(130, 23);
            this.lblCotizador.TabIndex = 87;
            this.lblCotizador.Text = "Cotizador";
            // 
            // txtObservacion
            // 
            this.txtObservacion.Location = new System.Drawing.Point(142, 572);
            this.txtObservacion.Multiline = true;
            this.txtObservacion.Name = "txtObservacion";
            this.txtObservacion.Size = new System.Drawing.Size(331, 54);
            this.txtObservacion.TabIndex = 84;
            this.txtObservacion.TextChanged += new System.EventHandler(this.txtObservacion_TextChanged);
            // 
            // ultraLabel11
            // 
            appearance56.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel11.Appearance = appearance56;
            this.ultraLabel11.Location = new System.Drawing.Point(42, 575);
            this.ultraLabel11.Name = "ultraLabel11";
            this.ultraLabel11.Size = new System.Drawing.Size(73, 23);
            this.ultraLabel11.TabIndex = 85;
            this.ultraLabel11.Text = "Observación";
            // 
            // uneCantidad
            // 
            this.uneCantidad.Location = new System.Drawing.Point(154, 190);
            this.uneCantidad.MaskInput = "nnnnnnnnnn";
            this.uneCantidad.Name = "uneCantidad";
            this.uneCantidad.Size = new System.Drawing.Size(100, 21);
            this.uneCantidad.TabIndex = 83;
            this.uneCantidad.ValueChanged += new System.EventHandler(this.uneCantidad_ValueChanged);
            // 
            // lblCantidad
            // 
            appearance57.BackColor = System.Drawing.Color.Transparent;
            this.lblCantidad.Appearance = appearance57;
            this.lblCantidad.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblCantidad.Location = new System.Drawing.Point(17, 194);
            this.lblCantidad.Name = "lblCantidad";
            this.lblCantidad.Size = new System.Drawing.Size(130, 23);
            this.lblCantidad.TabIndex = 82;
            this.lblCantidad.Text = "Cantidad / Ejemplares";
            // 
            // txtDescripcion
            // 
            this.txtDescripcion.Location = new System.Drawing.Point(154, 75);
            this.txtDescripcion.Name = "txtDescripcion";
            this.txtDescripcion.Size = new System.Drawing.Size(665, 21);
            this.txtDescripcion.TabIndex = 81;
            this.txtDescripcion.TextChanged += new System.EventHandler(this.txtDescripcion_TextChanged);
            // 
            // llbDescripcion
            // 
            appearance58.BackColor = System.Drawing.Color.Transparent;
            this.llbDescripcion.Appearance = appearance58;
            this.llbDescripcion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.llbDescripcion.Location = new System.Drawing.Point(18, 79);
            this.llbDescripcion.Name = "llbDescripcion";
            this.llbDescripcion.Size = new System.Drawing.Size(130, 23);
            this.llbDescripcion.TabIndex = 80;
            this.llbDescripcion.Text = "Descripción";
            // 
            // udtFechaCreacion
            // 
            this.udtFechaCreacion.DateTime = new System.DateTime(2013, 11, 21, 0, 0, 0, 0);
            this.udtFechaCreacion.Location = new System.Drawing.Point(685, 48);
            this.udtFechaCreacion.MaskInput = "{LOC}mm/dd/yyyy hh:mm:ss tt";
            this.udtFechaCreacion.Name = "udtFechaCreacion";
            this.udtFechaCreacion.Size = new System.Drawing.Size(177, 21);
            this.udtFechaCreacion.TabIndex = 79;
            this.udtFechaCreacion.Value = new System.DateTime(2013, 11, 21, 0, 0, 0, 0);
            this.udtFechaCreacion.ValueChanged += new System.EventHandler(this.udtFechaCreacion_ValueChanged);
            // 
            // lblFechaCreacion
            // 
            appearance59.BackColor = System.Drawing.Color.Transparent;
            this.lblFechaCreacion.Appearance = appearance59;
            this.lblFechaCreacion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblFechaCreacion.Location = new System.Drawing.Point(563, 50);
            this.lblFechaCreacion.Name = "lblFechaCreacion";
            this.lblFechaCreacion.Size = new System.Drawing.Size(117, 23);
            this.lblFechaCreacion.TabIndex = 78;
            this.lblFechaCreacion.Text = "Fecha de Creación";
            // 
            // txtNumeracion
            // 
            this.txtNumeracion.Location = new System.Drawing.Point(685, 18);
            this.txtNumeracion.Name = "txtNumeracion";
            this.txtNumeracion.Size = new System.Drawing.Size(119, 21);
            this.txtNumeracion.TabIndex = 73;
            this.txtNumeracion.TextChanged += new System.EventHandler(this.txtNumeracion_TextChanged);
            // 
            // lblNumeracion
            // 
            appearance60.BackColor = System.Drawing.Color.Transparent;
            this.lblNumeracion.Appearance = appearance60;
            this.lblNumeracion.Location = new System.Drawing.Point(577, 22);
            this.lblNumeracion.Name = "lblNumeracion";
            this.lblNumeracion.Size = new System.Drawing.Size(80, 23);
            this.lblNumeracion.TabIndex = 77;
            this.lblNumeracion.Text = "Numeración";
            // 
            // ssCliente
            // 
            this.ssCliente.BackColor = System.Drawing.Color.Transparent;
            this.ssCliente.Location = new System.Drawing.Point(154, 48);
            this.ssCliente.Name = "ssCliente";
            this.ssCliente.Size = new System.Drawing.Size(380, 28);
            this.ssCliente.TabIndex = 74;
            this.ssCliente.Search += new System.EventHandler(this.ssCliente_Search);
            // 
            // ssTipoDocumento
            // 
            this.ssTipoDocumento.BackColor = System.Drawing.Color.Transparent;
            this.ssTipoDocumento.Location = new System.Drawing.Point(154, 18);
            this.ssTipoDocumento.Name = "ssTipoDocumento";
            this.ssTipoDocumento.Size = new System.Drawing.Size(380, 28);
            this.ssTipoDocumento.TabIndex = 72;
            this.ssTipoDocumento.Search += new System.EventHandler(this.ssTipoDocumento_Search);
            // 
            // lblCliente
            // 
            appearance61.BackColor = System.Drawing.Color.Transparent;
            this.lblCliente.Appearance = appearance61;
            this.lblCliente.Location = new System.Drawing.Point(18, 50);
            this.lblCliente.Name = "lblCliente";
            this.lblCliente.Size = new System.Drawing.Size(130, 23);
            this.lblCliente.TabIndex = 76;
            this.lblCliente.Text = "Cliente";
            // 
            // lblTipoDocumento
            // 
            appearance62.BackColor = System.Drawing.Color.Transparent;
            this.lblTipoDocumento.Appearance = appearance62;
            this.lblTipoDocumento.Location = new System.Drawing.Point(18, 18);
            this.lblTipoDocumento.Name = "lblTipoDocumento";
            this.lblTipoDocumento.Size = new System.Drawing.Size(130, 23);
            this.lblTipoDocumento.TabIndex = 75;
            this.lblTipoDocumento.Text = "Tipo de Documento";
            // 
            // ssVendedor
            // 
            this.ssVendedor.BackColor = System.Drawing.Color.Transparent;
            this.ssVendedor.Location = new System.Drawing.Point(155, 134);
            this.ssVendedor.Name = "ssVendedor";
            this.ssVendedor.Size = new System.Drawing.Size(250, 28);
            this.ssVendedor.TabIndex = 92;
            this.ssVendedor.Search += new System.EventHandler(this.ssVendedor_Search);
            // 
            // lblVendedor
            // 
            appearance7.BackColor = System.Drawing.Color.Transparent;
            this.lblVendedor.Appearance = appearance7;
            this.lblVendedor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblVendedor.Location = new System.Drawing.Point(19, 136);
            this.lblVendedor.Name = "lblVendedor";
            this.lblVendedor.Size = new System.Drawing.Size(130, 23);
            this.lblVendedor.TabIndex = 93;
            this.lblVendedor.Text = "Vendedor";
            // 
            // busLineaProduccion
            // 
            this.busLineaProduccion.BackColor = System.Drawing.Color.Transparent;
            this.busLineaProduccion.Location = new System.Drawing.Point(667, 111);
            this.busLineaProduccion.Name = "busLineaProduccion";
            this.busLineaProduccion.Size = new System.Drawing.Size(152, 22);
            this.busLineaProduccion.TabIndex = 103;
            this.busLineaProduccion.Search += new System.EventHandler(this.busLineaProduccion_Search);
            // 
            // ultraLabel24
            // 
            appearance6.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel24.Appearance = appearance6;
            this.ultraLabel24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel24.Location = new System.Drawing.Point(559, 110);
            this.ultraLabel24.Name = "ultraLabel24";
            this.ultraLabel24.Size = new System.Drawing.Size(110, 23);
            this.ultraLabel24.TabIndex = 102;
            this.ultraLabel24.Text = "Linea de Producción";
            // 
            // txtPresupuesto
            // 
            this.txtPresupuesto.Enabled = false;
            this.txtPresupuesto.Location = new System.Drawing.Point(750, 141);
            this.txtPresupuesto.Name = "txtPresupuesto";
            this.txtPresupuesto.Size = new System.Drawing.Size(100, 21);
            this.txtPresupuesto.TabIndex = 113;
            // 
            // txtCotizacion
            // 
            this.txtCotizacion.Enabled = false;
            this.txtCotizacion.Location = new System.Drawing.Point(544, 141);
            this.txtCotizacion.Name = "txtCotizacion";
            this.txtCotizacion.Size = new System.Drawing.Size(100, 21);
            this.txtCotizacion.TabIndex = 112;
            // 
            // ultraLabel25
            // 
            appearance2.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel25.Appearance = appearance2;
            this.ultraLabel25.Location = new System.Drawing.Point(650, 139);
            this.ultraLabel25.Name = "ultraLabel25";
            this.ultraLabel25.Size = new System.Drawing.Size(94, 23);
            this.ultraLabel25.TabIndex = 111;
            this.ultraLabel25.Text = "Nº Presupuesto";
            // 
            // ultraLabel26
            // 
            appearance3.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel26.Appearance = appearance3;
            this.ultraLabel26.Location = new System.Drawing.Point(464, 139);
            this.ultraLabel26.Name = "ultraLabel26";
            this.ultraLabel26.Size = new System.Drawing.Size(74, 23);
            this.ultraLabel26.TabIndex = 110;
            this.ultraLabel26.Text = "Nº Cotizacion";
            // 
            // cboPrioridad
            // 
            valueListItem7.DataValue = "ALTA";
            valueListItem8.DataValue = "MEDIA";
            valueListItem9.DataValue = "BAJA";
            this.cboPrioridad.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem7,
            valueListItem8,
            valueListItem9});
            this.cboPrioridad.Location = new System.Drawing.Point(771, 213);
            this.cboPrioridad.Name = "cboPrioridad";
            this.cboPrioridad.Size = new System.Drawing.Size(84, 21);
            this.cboPrioridad.TabIndex = 109;
            this.cboPrioridad.ValueChanged += new System.EventHandler(this.cboPrioridad_ValueChanged);
            // 
            // ultraLabel27
            // 
            appearance4.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel27.Appearance = appearance4;
            this.ultraLabel27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel27.Location = new System.Drawing.Point(711, 214);
            this.ultraLabel27.Name = "ultraLabel27";
            this.ultraLabel27.Size = new System.Drawing.Size(54, 23);
            this.ultraLabel27.TabIndex = 108;
            this.ultraLabel27.Text = "Prioridad";
            // 
            // udtFechaTentativaEntrega
            // 
            this.udtFechaTentativaEntrega.DateTime = new System.DateTime(2013, 11, 21, 0, 0, 0, 0);
            this.udtFechaTentativaEntrega.Location = new System.Drawing.Point(685, 182);
            this.udtFechaTentativaEntrega.MaskInput = "{LOC}mm/dd/yyyy hh:mm:ss tt";
            this.udtFechaTentativaEntrega.Name = "udtFechaTentativaEntrega";
            this.udtFechaTentativaEntrega.Size = new System.Drawing.Size(170, 21);
            this.udtFechaTentativaEntrega.TabIndex = 107;
            this.udtFechaTentativaEntrega.Value = new System.DateTime(2013, 11, 21, 0, 0, 0, 0);
            this.udtFechaTentativaEntrega.ValueChanged += new System.EventHandler(this.udtFechaTentativaEntrega_ValueChanged);
            // 
            // ultraLabel28
            // 
            appearance5.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel28.Appearance = appearance5;
            this.ultraLabel28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel28.Location = new System.Drawing.Point(544, 186);
            this.ultraLabel28.Name = "ultraLabel28";
            this.ultraLabel28.Size = new System.Drawing.Size(149, 23);
            this.ultraLabel28.TabIndex = 106;
            this.ultraLabel28.Text = "Fecha Tentativa de Entrega";
            // 
            // ultraLabel8
            // 
            appearance1.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel8.Appearance = appearance1;
            this.ultraLabel8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel8.Location = new System.Drawing.Point(18, 167);
            this.ultraLabel8.Name = "ultraLabel8";
            this.ultraLabel8.Size = new System.Drawing.Size(130, 23);
            this.ultraLabel8.TabIndex = 119;
            this.ultraLabel8.Text = "Responsable";
            // 
            // ssCotizador
            // 
            this.ssCotizador.BackColor = System.Drawing.Color.Transparent;
            this.ssCotizador.Location = new System.Drawing.Point(154, 105);
            this.ssCotizador.Name = "ssCotizador";
            this.ssCotizador.Size = new System.Drawing.Size(250, 28);
            this.ssCotizador.TabIndex = 120;
            this.ssCotizador.Search += new System.EventHandler(this.ssCotizador_Search);
            // 
            // FrmOrdenProduccion
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(893, 730);
            this.Name = "FrmOrdenProduccion";
            this.Text = "Orden de Producción";
            ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).EndInit();
            this.ugbParent.ResumeLayout(false);
            this.ugbParent.PerformLayout();
            this.tabItems.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ugServicios)).EndInit();
            this.ultraTabPageControl1.ResumeLayout(false);
            this.ultraTabPageControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtCantidadProduccion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GruposTiras)).EndInit();
            this.GruposTiras.ResumeLayout(false);
            this.GruposTiras.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresoTiraColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresoRetiraColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoMedidaCerrada)).EndInit();
            this.GrupoMedidaCerrada.ResumeLayout(false);
            this.GrupoMedidaCerrada.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaCerradaLargo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaCerradaAlto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoMedidaAbierta)).EndInit();
            this.GrupoMedidaAbierta.ResumeLayout(false);
            this.GrupoMedidaAbierta.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtFondoCaja)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboMedida)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAbiertoLargo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAbiertoAlto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCantidadItem)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacionItem)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utcAcabadosyServicios)).EndInit();
            this.utcAcabadosyServicios.ResumeLayout(false);
            this.ultraTabPageControl2.ResumeLayout(false);
            this.ultraTabPageControl2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
            this.ultraGroupBox3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ubeMetodo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresionAlto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresionLargo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
            this.ultraGroupBox1.ResumeLayout(false);
            this.ultraGroupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtNroPiezasPrecorte)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFormatoImpresionLargo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFormatoImpresionAlto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNroPiezasImpresion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneSeparacionY)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneSeparacionX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbImpresion)).EndInit();
            this.ugbImpresion.ResumeLayout(false);
            this.ugbImpresion.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkGraficoImpresionManual)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPliegos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTiraje)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPases)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbPrecorte)).EndInit();
            this.ugbPrecorte.ResumeLayout(false);
            this.ugbPrecorte.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtDemasia)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtHojasMaquina)).EndInit();
            this.ultraTabPageControl3.ResumeLayout(false);
            this.ultraTabPageControl4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.utcItemOrdenProduccion)).EndInit();
            this.utcItemOrdenProduccion.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.utOrdenProduccion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udtFechaCreacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumeracion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPresupuesto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCotizacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboPrioridad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udtFechaTentativaEntrega)).EndInit();
            this.ResumeLayout(false);

        }
示例#24
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Infragistics.UltraChart.Resources.Appearance.PaintElement   paintElement1   = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect1 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            Infragistics.Win.Appearance            appearance1  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance            appearance2  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance            appearance3  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance            appearance4  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance            appearance5  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance            appearance6  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance            appearance7  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance            appearance8  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance            appearance9  = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance            appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance            appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance            appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTree.Override _override1   = new Infragistics.Win.UltraWinTree.Override();
            this.ultraChart1                 = new Infragistics.Win.UltraWinChart.UltraChart();
            this.ultraGrid1                  = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ultraTree1                  = new Infragistics.Win.UltraWinTree.UltraTree();
            this.ultraDockManager1           = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
            this._Form1UnpinnedTabAreaLeft   = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._Form1UnpinnedTabAreaRight  = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._Form1UnpinnedTabAreaTop    = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._Form1UnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
            this._Form1AutoHideControl       = new Infragistics.Win.UltraWinDock.AutoHideControl();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
            this.SuspendLayout();
            //
//			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
//			'ChartType' must be persisted ahead of any Axes change made in design time.
//
            this.ultraChart1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
            //
            // ultraChart1
            //
            this.ultraChart1.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            paintElement1.ElementType       = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
            paintElement1.Fill                                           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            this.ultraChart1.Axis.PE                                     = paintElement1;
            this.ultraChart1.Axis.X.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X.Labels.FontColor                     = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.X.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.X.Labels.ItemFormatString              = "<ITEM_LABEL>";
            this.ultraChart1.Axis.X.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.FormatString     = "";
            this.ultraChart1.Axis.X.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Visible          = true;
            this.ultraChart1.Axis.X.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X.Labels.Visible                       = true;
            this.ultraChart1.Axis.X.LineThickness                        = 1;
            this.ultraChart1.Axis.X.MajorGridLines.AlphaLevel            = ((byte)(255));
            this.ultraChart1.Axis.X.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.X.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X.MajorGridLines.Visible               = true;
            this.ultraChart1.Axis.X.MinorGridLines.AlphaLevel            = ((byte)(255));
            this.ultraChart1.Axis.X.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.X.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X.MinorGridLines.Visible               = false;
            this.ultraChart1.Axis.X.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.X.Visible                              = true;
            this.ultraChart1.Axis.X2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X2.Labels.FontColor                    = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.X2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.X2.Labels.ItemFormatString             = "<ITEM_LABEL>";
            this.ultraChart1.Axis.X2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.FormatString    = "";
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Visible         = true;
            this.ultraChart1.Axis.X2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X2.Labels.Visible                      = false;
            this.ultraChart1.Axis.X2.LineThickness                       = 1;
            this.ultraChart1.Axis.X2.MajorGridLines.AlphaLevel           = ((byte)(255));
            this.ultraChart1.Axis.X2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.X2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X2.MajorGridLines.Visible              = true;
            this.ultraChart1.Axis.X2.MinorGridLines.AlphaLevel           = ((byte)(255));
            this.ultraChart1.Axis.X2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.X2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X2.MinorGridLines.Visible              = false;
            this.ultraChart1.Axis.X2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.X2.Visible                             = false;
            this.ultraChart1.Axis.Y.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y.Labels.FontColor                     = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Y.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.Y.Labels.ItemFormatString              = "<DATA_VALUE:00.##>";
            this.ultraChart1.Axis.Y.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.FormatString     = "";
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Visible          = true;
            this.ultraChart1.Axis.Y.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.Labels.Visible                       = true;
            this.ultraChart1.Axis.Y.LineThickness                        = 1;
            this.ultraChart1.Axis.Y.MajorGridLines.AlphaLevel            = ((byte)(255));
            this.ultraChart1.Axis.Y.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Y.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y.MajorGridLines.Visible               = true;
            this.ultraChart1.Axis.Y.MinorGridLines.AlphaLevel            = ((byte)(255));
            this.ultraChart1.Axis.Y.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Y.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y.MinorGridLines.Visible               = false;
            this.ultraChart1.Axis.Y.TickmarkInterval                     = 20D;
            this.ultraChart1.Axis.Y.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Y.Visible                              = true;
            this.ultraChart1.Axis.Y2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y2.Labels.FontColor                    = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Y2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Y2.Labels.ItemFormatString             = "<DATA_VALUE:00.##>";
            this.ultraChart1.Axis.Y2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FormatString    = "";
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Visible         = true;
            this.ultraChart1.Axis.Y2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.Visible                      = false;
            this.ultraChart1.Axis.Y2.LineThickness                       = 1;
            this.ultraChart1.Axis.Y2.MajorGridLines.AlphaLevel           = ((byte)(255));
            this.ultraChart1.Axis.Y2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Y2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y2.MajorGridLines.Visible              = true;
            this.ultraChart1.Axis.Y2.MinorGridLines.AlphaLevel           = ((byte)(255));
            this.ultraChart1.Axis.Y2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Y2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y2.MinorGridLines.Visible              = false;
            this.ultraChart1.Axis.Y2.TickmarkInterval                    = 20D;
            this.ultraChart1.Axis.Y2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Y2.Visible                             = false;
            this.ultraChart1.Axis.Z.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z.Labels.FontColor                     = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Z.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z.Labels.ItemFormatString              = "<ITEM_LABEL>";
            this.ultraChart1.Axis.Z.Labels.Layout.Behavior               = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.FontColor        = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Layout.Behavior  = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Visible          = true;
            this.ultraChart1.Axis.Z.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z.Labels.Visible                       = false;
            this.ultraChart1.Axis.Z.LineThickness                        = 1;
            this.ultraChart1.Axis.Z.MajorGridLines.AlphaLevel            = ((byte)(255));
            this.ultraChart1.Axis.Z.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Z.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z.MajorGridLines.Visible               = true;
            this.ultraChart1.Axis.Z.MinorGridLines.AlphaLevel            = ((byte)(255));
            this.ultraChart1.Axis.Z.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Z.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z.MinorGridLines.Visible               = false;
            this.ultraChart1.Axis.Z.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Z.Visible                              = false;
            this.ultraChart1.Axis.Z2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z2.Labels.FontColor                    = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Z2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z2.Labels.ItemFormatString             = "<ITEM_LABEL>";
            this.ultraChart1.Axis.Z2.Labels.Layout.Behavior              = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Font            = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.FontColor       = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Visible         = true;
            this.ultraChart1.Axis.Z2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z2.Labels.Visible                      = false;
            this.ultraChart1.Axis.Z2.LineThickness                       = 1;
            this.ultraChart1.Axis.Z2.MajorGridLines.AlphaLevel           = ((byte)(255));
            this.ultraChart1.Axis.Z2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Z2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z2.MajorGridLines.Visible              = true;
            this.ultraChart1.Axis.Z2.MinorGridLines.AlphaLevel           = ((byte)(255));
            this.ultraChart1.Axis.Z2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Z2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z2.MinorGridLines.Visible              = false;
            this.ultraChart1.Axis.Z2.TickmarkStyle                       = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Z2.Visible                             = false;
            this.ultraChart1.BackgroundImageLayout                       = System.Windows.Forms.ImageLayout.Center;
            this.ultraChart1.ColorModel.AlphaLevel                       = ((byte)(150));
            this.ultraChart1.ColorModel.ColorBegin                       = System.Drawing.Color.Pink;
            this.ultraChart1.ColorModel.ColorEnd                         = System.Drawing.Color.DarkRed;
            this.ultraChart1.ColorModel.ModelStyle                       = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
            this.ultraChart1.Dock                                        = System.Windows.Forms.DockStyle.Fill;
            this.ultraChart1.Effects.Effects.Add(gradientEffect1);
            this.ultraChart1.Location = new System.Drawing.Point(0, 0);
            this.ultraChart1.Name     = "ultraChart1";
            this.ultraChart1.Size     = new System.Drawing.Size(1393, 762);
            this.ultraChart1.TabIndex = 2;
            this.ultraChart1.Tooltips.HighlightFillColor    = System.Drawing.Color.DimGray;
            this.ultraChart1.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            this.ultraChart1.Visible = false;
            //
            // ultraGrid1
            //
            appearance1.BackColor   = System.Drawing.SystemColors.Window;
            appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
            this.ultraGrid1.DisplayLayout.Appearance     = appearance1;
            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.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.ultraGrid1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraGrid1.Location = new System.Drawing.Point(386, 0);
            this.ultraGrid1.Name     = "ultraGrid1";
            this.ultraGrid1.Size     = new System.Drawing.Size(1007, 762);
            this.ultraGrid1.TabIndex = 8;
            this.ultraGrid1.Text     = "ultraGrid1";
            //
            // ultraTree1
            //
            this.ultraTree1.Dock        = System.Windows.Forms.DockStyle.Left;
            this.ultraTree1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ultraTree1.Location    = new System.Drawing.Point(0, 0);
            this.ultraTree1.Name        = "ultraTree1";
            _override1.SelectionType    = Infragistics.Win.UltraWinTree.SelectType.Extended;
            this.ultraTree1.Override    = _override1;
            this.ultraTree1.Size        = new System.Drawing.Size(386, 762);
            this.ultraTree1.TabIndex    = 9;
            this.ultraTree1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ultraTree1_MouseClick);
            //
            // ultraDockManager1
            //
            this.ultraDockManager1.CompressUnpinnedTabs = false;
            this.ultraDockManager1.HostControl          = this;
            //
            // _Form1UnpinnedTabAreaLeft
            //
            this._Form1UnpinnedTabAreaLeft.Dock     = System.Windows.Forms.DockStyle.Left;
            this._Form1UnpinnedTabAreaLeft.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._Form1UnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
            this._Form1UnpinnedTabAreaLeft.Name     = "_Form1UnpinnedTabAreaLeft";
            this._Form1UnpinnedTabAreaLeft.Owner    = this.ultraDockManager1;
            this._Form1UnpinnedTabAreaLeft.Size     = new System.Drawing.Size(0, 762);
            this._Form1UnpinnedTabAreaLeft.TabIndex = 10;
            //
            // _Form1UnpinnedTabAreaRight
            //
            this._Form1UnpinnedTabAreaRight.Dock     = System.Windows.Forms.DockStyle.Right;
            this._Form1UnpinnedTabAreaRight.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._Form1UnpinnedTabAreaRight.Location = new System.Drawing.Point(1393, 0);
            this._Form1UnpinnedTabAreaRight.Name     = "_Form1UnpinnedTabAreaRight";
            this._Form1UnpinnedTabAreaRight.Owner    = this.ultraDockManager1;
            this._Form1UnpinnedTabAreaRight.Size     = new System.Drawing.Size(0, 762);
            this._Form1UnpinnedTabAreaRight.TabIndex = 11;
            //
            // _Form1UnpinnedTabAreaTop
            //
            this._Form1UnpinnedTabAreaTop.Dock     = System.Windows.Forms.DockStyle.Top;
            this._Form1UnpinnedTabAreaTop.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._Form1UnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
            this._Form1UnpinnedTabAreaTop.Name     = "_Form1UnpinnedTabAreaTop";
            this._Form1UnpinnedTabAreaTop.Owner    = this.ultraDockManager1;
            this._Form1UnpinnedTabAreaTop.Size     = new System.Drawing.Size(1393, 0);
            this._Form1UnpinnedTabAreaTop.TabIndex = 12;
            //
            // _Form1UnpinnedTabAreaBottom
            //
            this._Form1UnpinnedTabAreaBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
            this._Form1UnpinnedTabAreaBottom.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._Form1UnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 762);
            this._Form1UnpinnedTabAreaBottom.Name     = "_Form1UnpinnedTabAreaBottom";
            this._Form1UnpinnedTabAreaBottom.Owner    = this.ultraDockManager1;
            this._Form1UnpinnedTabAreaBottom.Size     = new System.Drawing.Size(1393, 0);
            this._Form1UnpinnedTabAreaBottom.TabIndex = 13;
            //
            // _Form1AutoHideControl
            //
            this._Form1AutoHideControl.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this._Form1AutoHideControl.Location = new System.Drawing.Point(0, 0);
            this._Form1AutoHideControl.Name     = "_Form1AutoHideControl";
            this._Form1AutoHideControl.Owner    = this.ultraDockManager1;
            this._Form1AutoHideControl.Size     = new System.Drawing.Size(0, 0);
            this._Form1AutoHideControl.TabIndex = 14;
            //
            // Form1
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(1393, 762);
            this.Controls.Add(this._Form1AutoHideControl);
            this.Controls.Add(this.ultraGrid1);
            this.Controls.Add(this.ultraTree1);
            this.Controls.Add(this.ultraChart1);
            this.Controls.Add(this._Form1UnpinnedTabAreaBottom);
            this.Controls.Add(this._Form1UnpinnedTabAreaTop);
            this.Controls.Add(this._Form1UnpinnedTabAreaRight);
            this.Controls.Add(this._Form1UnpinnedTabAreaLeft);
            this.Name = "Form1";
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
            this.ResumeLayout(false);
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSolicitudCotizacion));
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            this.tabItems = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ugServicios = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ubEliminarServicio = new Infragistics.Win.Misc.UltraButton();
            this.ubNuevoServicio = new Infragistics.Win.Misc.UltraButton();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ssOperacion = new Soft.Controls.SoftSearch();
            this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
            this.txtCantidadItemProduccion = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
            this.txtNombre = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblNombre = new Infragistics.Win.Misc.UltraLabel();
            this.GruposTiras = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtImpresoRetiraColor = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtImpresoTiraColor = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblImpresoTiraColor = new Infragistics.Win.Misc.UltraLabel();
            this.lblImpresoRetiraColor = new Infragistics.Win.Misc.UltraLabel();
            this.GrupoMedidaCerrada = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtMedidaCerradaLargo = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
            this.txtMedidaCerradaAlto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.GrupoMedidaAbierta = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtMedidaAnchoCaja = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.labelFondo = new Infragistics.Win.Misc.UltraLabel();
            this.comboMedida = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.txtMedidaAbiertoLargo = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
            this.LabelMedidaAbiertaLargo = new Infragistics.Win.Misc.UltraLabel();
            this.txtMedidaAbiertoAlto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtCantidadItem = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblTipoUnidad = new Infragistics.Win.Misc.UltraLabel();
            this.ssMaterial = new Soft.Controls.SoftSearch();
            this.ssMaquina = new Soft.Controls.SoftSearch();
            this.lblMaterial = new Infragistics.Win.Misc.UltraLabel();
            this.lblMaquina = new Infragistics.Win.Misc.UltraLabel();
            this.txtObservacionItem = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblObservacionItem = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ugbRestriccione = new Infragistics.Win.Misc.UltraGroupBox();
            this.chkTieneTipoUnidad = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.chkTieneMaquina = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.chkTieneMaterial = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.chkTieneMedidadCerrada = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.chkTieneGraficos = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.chkTieneMedidaAbierta = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.chkTieneTiraRetira = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ssDireccionFactura = new Soft.Controls.SoftSearch();
            this.lblDireccionFactura = new Infragistics.Win.Misc.UltraLabel();
            this.ssDireccionEntrega = new Soft.Controls.SoftSearch();
            this.lblDireccionEntrega = new Infragistics.Win.Misc.UltraLabel();
            this.ssContacto = new Soft.Controls.SoftSearch();
            this.lblContacto = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.utcAcabadosyServicios = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.txtNumeracion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblNumeracion = new Infragistics.Win.Misc.UltraLabel();
            this.ssCliente = new Soft.Controls.SoftSearch();
            this.ssTipoDocumento = new Soft.Controls.SoftSearch();
            this.lblCliente = new Infragistics.Win.Misc.UltraLabel();
            this.lblTipoDocumento = new Infragistics.Win.Misc.UltraLabel();
            this.udtFechaCreacion = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblFechaCreacion = new Infragistics.Win.Misc.UltraLabel();
            this.llbDescripcion = new Infragistics.Win.Misc.UltraLabel();
            this.txtDescripcion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblCantidad = new Infragistics.Win.Misc.UltraLabel();
            this.uneCantidad = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtObservacion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
            this.ssResponsable = new Soft.Controls.SoftSearch();
            this.lblResponsable = new Infragistics.Win.Misc.UltraLabel();
            this.lblFormaPago = new Infragistics.Win.Misc.UltraLabel();
            this.ssFormaPago = new Soft.Controls.SoftSearch();
            this.utSolicitudCotizacion = new Infragistics.Win.UltraWinTree.UltraTree();
            this.utcItemSolicitid = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ssMoneda = new Soft.Controls.SoftSearch();
            this.lblMoneda = new Infragistics.Win.Misc.UltraLabel();
            this.btnEliminarElemento = new Infragistics.Win.Misc.UltraButton();
            this.lblGrupo = new Infragistics.Win.Misc.UltraLabel();
            this.txtCodigoGrupo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.btnCopiarElemento = new Infragistics.Win.Misc.UltraButton();
            this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
            this.busLineaProduccion = new Soft.Controls.SoftSearch();
            this.CheckTieneFondo = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).BeginInit();
            this.ugbParent.SuspendLayout();
            this.tabItems.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ugServicios)).BeginInit();
            this.ultraTabPageControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtCantidadItemProduccion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNombre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GruposTiras)).BeginInit();
            this.GruposTiras.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresoRetiraColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresoTiraColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoMedidaCerrada)).BeginInit();
            this.GrupoMedidaCerrada.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaCerradaLargo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaCerradaAlto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoMedidaAbierta)).BeginInit();
            this.GrupoMedidaAbierta.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAnchoCaja)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboMedida)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAbiertoLargo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAbiertoAlto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCantidadItem)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacionItem)).BeginInit();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ugbRestriccione)).BeginInit();
            this.ugbRestriccione.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneTipoUnidad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneMaquina)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneMaterial)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneMedidadCerrada)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneGraficos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneMedidaAbierta)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneTiraRetira)).BeginInit();
            this.ultraTabPageControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.utcAcabadosyServicios)).BeginInit();
            this.utcAcabadosyServicios.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumeracion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udtFechaCreacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utSolicitudCotizacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utcItemSolicitid)).BeginInit();
            this.utcItemSolicitid.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtCodigoGrupo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.CheckTieneFondo)).BeginInit();
            this.SuspendLayout();
            // 
            // ugbParent
            // 
            this.ugbParent.Controls.Add(this.busLineaProduccion);
            this.ugbParent.Controls.Add(this.ultraLabel6);
            this.ugbParent.Controls.Add(this.uneCantidad);
            this.ugbParent.Controls.Add(this.btnCopiarElemento);
            this.ugbParent.Controls.Add(this.txtCodigoGrupo);
            this.ugbParent.Controls.Add(this.lblGrupo);
            this.ugbParent.Controls.Add(this.btnEliminarElemento);
            this.ugbParent.Controls.Add(this.ssMoneda);
            this.ugbParent.Controls.Add(this.lblMoneda);
            this.ugbParent.Controls.Add(this.utSolicitudCotizacion);
            this.ugbParent.Controls.Add(this.ssFormaPago);
            this.ugbParent.Controls.Add(this.lblFormaPago);
            this.ugbParent.Controls.Add(this.ssResponsable);
            this.ugbParent.Controls.Add(this.lblResponsable);
            this.ugbParent.Controls.Add(this.txtObservacion);
            this.ugbParent.Controls.Add(this.ultraLabel11);
            this.ugbParent.Controls.Add(this.lblCantidad);
            this.ugbParent.Controls.Add(this.txtDescripcion);
            this.ugbParent.Controls.Add(this.llbDescripcion);
            this.ugbParent.Controls.Add(this.udtFechaCreacion);
            this.ugbParent.Controls.Add(this.lblFechaCreacion);
            this.ugbParent.Controls.Add(this.txtNumeracion);
            this.ugbParent.Controls.Add(this.lblNumeracion);
            this.ugbParent.Controls.Add(this.ssCliente);
            this.ugbParent.Controls.Add(this.ssTipoDocumento);
            this.ugbParent.Controls.Add(this.lblCliente);
            this.ugbParent.Controls.Add(this.lblTipoDocumento);
            this.ugbParent.Controls.Add(this.utcItemSolicitid);
            this.ugbParent.Size = new System.Drawing.Size(840, 556);
            this.ugbParent.Controls.SetChildIndex(this.utcItemSolicitid, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblTipoDocumento, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblCliente, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssTipoDocumento, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssCliente, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblNumeracion, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtNumeracion, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblFechaCreacion, 0);
            this.ugbParent.Controls.SetChildIndex(this.udtFechaCreacion, 0);
            this.ugbParent.Controls.SetChildIndex(this.llbDescripcion, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtDescripcion, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblCantidad, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel11, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtObservacion, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblResponsable, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssResponsable, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblFormaPago, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssFormaPago, 0);
            this.ugbParent.Controls.SetChildIndex(this.utSolicitudCotizacion, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubAceptar, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblMoneda, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubCancelar, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssMoneda, 0);
            this.ugbParent.Controls.SetChildIndex(this.btnEliminarElemento, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblGrupo, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtCodigoGrupo, 0);
            this.ugbParent.Controls.SetChildIndex(this.btnCopiarElemento, 0);
            this.ugbParent.Controls.SetChildIndex(this.uneCantidad, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel6, 0);
            this.ugbParent.Controls.SetChildIndex(this.busLineaProduccion, 0);
            // 
            // ubCancelar
            // 
            this.ubCancelar.Location = new System.Drawing.Point(754, 521);
            // 
            // ubAceptar
            // 
            this.ubAceptar.Location = new System.Drawing.Point(673, 521);
            // 
            // ilMain
            // 
            this.ilMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilMain.ImageStream")));
            this.ilMain.Images.SetKeyName(0, "accept.png");
            this.ilMain.Images.SetKeyName(1, "accept_database.png");
            this.ilMain.Images.SetKeyName(2, "accept_page.png");
            this.ilMain.Images.SetKeyName(3, "add.png");
            this.ilMain.Images.SetKeyName(4, "add_comment.png");
            this.ilMain.Images.SetKeyName(5, "add_home.png");
            this.ilMain.Images.SetKeyName(6, "add_image.png");
            this.ilMain.Images.SetKeyName(7, "add_page.png");
            this.ilMain.Images.SetKeyName(8, "add_pages.png");
            this.ilMain.Images.SetKeyName(9, "add_printer.png");
            this.ilMain.Images.SetKeyName(10, "add_to_database.png");
            this.ilMain.Images.SetKeyName(11, "add_to_favorites.png");
            this.ilMain.Images.SetKeyName(12, "add_to_folder.png");
            this.ilMain.Images.SetKeyName(13, "add_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(14, "add_user.png");
            this.ilMain.Images.SetKeyName(15, "artwork.png");
            this.ilMain.Images.SetKeyName(16, "attach_image.png");
            this.ilMain.Images.SetKeyName(17, "attachment.png");
            this.ilMain.Images.SetKeyName(18, "back.png");
            this.ilMain.Images.SetKeyName(19, "block.png");
            this.ilMain.Images.SetKeyName(20, "blue_arrow_down.png");
            this.ilMain.Images.SetKeyName(21, "blue_arrow_up.png");
            this.ilMain.Images.SetKeyName(22, "blue_energy.png");
            this.ilMain.Images.SetKeyName(23, "bmp_file.png");
            this.ilMain.Images.SetKeyName(24, "book.png");
            this.ilMain.Images.SetKeyName(25, "book_accept.png");
            this.ilMain.Images.SetKeyName(26, "book_download.png");
            this.ilMain.Images.SetKeyName(27, "book_search.png");
            this.ilMain.Images.SetKeyName(28, "book_warning.png");
            this.ilMain.Images.SetKeyName(29, "calculator.png");
            this.ilMain.Images.SetKeyName(30, "calendar.png");
            this.ilMain.Images.SetKeyName(31, "calendar_empty.png");
            this.ilMain.Images.SetKeyName(32, "canvas_holder.png");
            this.ilMain.Images.SetKeyName(33, "card.png");
            this.ilMain.Images.SetKeyName(34, "cd.png");
            this.ilMain.Images.SetKeyName(35, "chalk_board.png");
            this.ilMain.Images.SetKeyName(36, "chart.png");
            this.ilMain.Images.SetKeyName(37, "chart_down.png");
            this.ilMain.Images.SetKeyName(38, "chart_pie.png");
            this.ilMain.Images.SetKeyName(39, "chart_up.png");
            this.ilMain.Images.SetKeyName(40, "clock.png");
            this.ilMain.Images.SetKeyName(41, "cloud_comment.png");
            this.ilMain.Images.SetKeyName(42, "coffee_cup.png");
            this.ilMain.Images.SetKeyName(43, "comment.png");
            this.ilMain.Images.SetKeyName(44, "comments.png");
            this.ilMain.Images.SetKeyName(45, "computer.png");
            this.ilMain.Images.SetKeyName(46, "computer_accept.png");
            this.ilMain.Images.SetKeyName(47, "computer_add.png");
            this.ilMain.Images.SetKeyName(48, "computer_help.png");
            this.ilMain.Images.SetKeyName(49, "computer_info.png");
            this.ilMain.Images.SetKeyName(50, "computer_process.png");
            this.ilMain.Images.SetKeyName(51, "computer_warning.png");
            this.ilMain.Images.SetKeyName(52, "copy_paste.png");
            this.ilMain.Images.SetKeyName(53, "credit_cart.png");
            this.ilMain.Images.SetKeyName(54, "credit_cart_cancelled.png");
            this.ilMain.Images.SetKeyName(55, "css_file.png");
            this.ilMain.Images.SetKeyName(56, "csv_file.png");
            this.ilMain.Images.SetKeyName(57, "cut.png");
            this.ilMain.Images.SetKeyName(58, "cut_from_page.png");
            this.ilMain.Images.SetKeyName(59, "database.png");
            this.ilMain.Images.SetKeyName(60, "delete.png");
            this.ilMain.Images.SetKeyName(61, "delete_comment.png");
            this.ilMain.Images.SetKeyName(62, "delete_computer.png");
            this.ilMain.Images.SetKeyName(63, "delete_folder.png");
            this.ilMain.Images.SetKeyName(64, "delete_home.png");
            this.ilMain.Images.SetKeyName(65, "delete_image.png");
            this.ilMain.Images.SetKeyName(66, "delete_page.png");
            this.ilMain.Images.SetKeyName(67, "delete_user.png");
            this.ilMain.Images.SetKeyName(68, "dollar_currency_sign.png");
            this.ilMain.Images.SetKeyName(69, "download.png");
            this.ilMain.Images.SetKeyName(70, "download_database.png");
            this.ilMain.Images.SetKeyName(71, "download_image.png");
            this.ilMain.Images.SetKeyName(72, "download_to_computer.png");
            this.ilMain.Images.SetKeyName(73, "dvd.png");
            this.ilMain.Images.SetKeyName(74, "edit.png");
            this.ilMain.Images.SetKeyName(75, "edit_page.png");
            this.ilMain.Images.SetKeyName(76, "edit_profile.png");
            this.ilMain.Images.SetKeyName(77, "eps_file.png");
            this.ilMain.Images.SetKeyName(78, "equalizer.png");
            this.ilMain.Images.SetKeyName(79, "euro_currency_sign.png");
            this.ilMain.Images.SetKeyName(80, "favorite.png");
            this.ilMain.Images.SetKeyName(81, "favorite_film.png");
            this.ilMain.Images.SetKeyName(82, "film.png");
            this.ilMain.Images.SetKeyName(83, "firewall.png");
            this.ilMain.Images.SetKeyName(84, "folder.png");
            this.ilMain.Images.SetKeyName(85, "folder_accept.png");
            this.ilMain.Images.SetKeyName(86, "folder_conflicted.png");
            this.ilMain.Images.SetKeyName(87, "folder_full.png");
            this.ilMain.Images.SetKeyName(88, "folder_modified.png");
            this.ilMain.Images.SetKeyName(89, "full_page.png");
            this.ilMain.Images.SetKeyName(90, "games.png");
            this.ilMain.Images.SetKeyName(91, "gif_file.png");
            this.ilMain.Images.SetKeyName(92, "globe.png");
            this.ilMain.Images.SetKeyName(93, "globe_download.png");
            this.ilMain.Images.SetKeyName(94, "globe_process.png");
            this.ilMain.Images.SetKeyName(95, "globe_warning.png");
            this.ilMain.Images.SetKeyName(96, "green_arrow_down.png");
            this.ilMain.Images.SetKeyName(97, "green_arrow_up.png");
            this.ilMain.Images.SetKeyName(98, "green_button.png");
            this.ilMain.Images.SetKeyName(99, "green_energy.png");
            this.ilMain.Images.SetKeyName(100, "green_flag.png");
            this.ilMain.Images.SetKeyName(101, "heart.png");
            this.ilMain.Images.SetKeyName(102, "help.png");
            this.ilMain.Images.SetKeyName(103, "help_balloon.png");
            this.ilMain.Images.SetKeyName(104, "home.png");
            this.ilMain.Images.SetKeyName(105, "home_accept.png");
            this.ilMain.Images.SetKeyName(106, "html_file.png");
            this.ilMain.Images.SetKeyName(107, "ico_file.png");
            this.ilMain.Images.SetKeyName(108, "id_card.png");
            this.ilMain.Images.SetKeyName(109, "image.png");
            this.ilMain.Images.SetKeyName(110, "image_accept.png");
            this.ilMain.Images.SetKeyName(111, "info.png");
            this.ilMain.Images.SetKeyName(112, "insert_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(113, "jpg_file.png");
            this.ilMain.Images.SetKeyName(114, "js_file.png");
            this.ilMain.Images.SetKeyName(115, "json_file.png");
            this.ilMain.Images.SetKeyName(116, "key.png");
            this.ilMain.Images.SetKeyName(117, "light_bulb.png");
            this.ilMain.Images.SetKeyName(118, "link.png");
            this.ilMain.Images.SetKeyName(119, "lock.png");
            this.ilMain.Images.SetKeyName(120, "magnet.png");
            this.ilMain.Images.SetKeyName(121, "mail.png");
            this.ilMain.Images.SetKeyName(122, "mail_lock.png");
            this.ilMain.Images.SetKeyName(123, "mail_receive.png");
            this.ilMain.Images.SetKeyName(124, "mail_search.png");
            this.ilMain.Images.SetKeyName(125, "mail_send.png");
            this.ilMain.Images.SetKeyName(126, "mobile_phone.png");
            this.ilMain.Images.SetKeyName(127, "mouse.png");
            this.ilMain.Images.SetKeyName(128, "music.png");
            this.ilMain.Images.SetKeyName(129, "new.png");
            this.ilMain.Images.SetKeyName(130, "new_page.png");
            this.ilMain.Images.SetKeyName(131, "news.png");
            this.ilMain.Images.SetKeyName(132, "next.png");
            this.ilMain.Images.SetKeyName(133, "note.png");
            this.ilMain.Images.SetKeyName(134, "note_accept.png");
            this.ilMain.Images.SetKeyName(135, "note_book.png");
            this.ilMain.Images.SetKeyName(136, "office_folders.png");
            this.ilMain.Images.SetKeyName(137, "old_clock.png");
            this.ilMain.Images.SetKeyName(138, "open_store.png");
            this.ilMain.Images.SetKeyName(139, "orange_arrow_down.png");
            this.ilMain.Images.SetKeyName(140, "orange_arrow_up.png");
            this.ilMain.Images.SetKeyName(141, "orange_button.png");
            this.ilMain.Images.SetKeyName(142, "package.png");
            this.ilMain.Images.SetKeyName(143, "package_accept.png");
            this.ilMain.Images.SetKeyName(144, "package_add.png");
            this.ilMain.Images.SetKeyName(145, "package_download.png");
            this.ilMain.Images.SetKeyName(146, "package_warning.png");
            this.ilMain.Images.SetKeyName(147, "page_down.png");
            this.ilMain.Images.SetKeyName(148, "page_process.png");
            this.ilMain.Images.SetKeyName(149, "page_up.png");
            this.ilMain.Images.SetKeyName(150, "pages.png");
            this.ilMain.Images.SetKeyName(151, "pages_warning.png");
            this.ilMain.Images.SetKeyName(152, "paint.png");
            this.ilMain.Images.SetKeyName(153, "paint_brush.png");
            this.ilMain.Images.SetKeyName(154, "palette.png");
            this.ilMain.Images.SetKeyName(155, "palette_brush.png");
            this.ilMain.Images.SetKeyName(156, "pastel_colors.png");
            this.ilMain.Images.SetKeyName(157, "pdf_file.png");
            this.ilMain.Images.SetKeyName(158, "phone_book.png");
            this.ilMain.Images.SetKeyName(159, "phone_book_edit.png");
            this.ilMain.Images.SetKeyName(160, "photo_camera.png");
            this.ilMain.Images.SetKeyName(161, "photo_camera_accept.png");
            this.ilMain.Images.SetKeyName(162, "php_file.png");
            this.ilMain.Images.SetKeyName(163, "pin.png");
            this.ilMain.Images.SetKeyName(164, "png_file.png");
            this.ilMain.Images.SetKeyName(165, "ppt_file.png");
            this.ilMain.Images.SetKeyName(166, "printer.png");
            this.ilMain.Images.SetKeyName(167, "printer_accept.png");
            this.ilMain.Images.SetKeyName(168, "printer_warning.png");
            this.ilMain.Images.SetKeyName(169, "prize_winner.png");
            this.ilMain.Images.SetKeyName(170, "process.png");
            this.ilMain.Images.SetKeyName(171, "process_accept.png");
            this.ilMain.Images.SetKeyName(172, "process_info.png");
            this.ilMain.Images.SetKeyName(173, "process_warning.png");
            this.ilMain.Images.SetKeyName(174, "promotion.png");
            this.ilMain.Images.SetKeyName(175, "protection.png");
            this.ilMain.Images.SetKeyName(176, "psd_file.png");
            this.ilMain.Images.SetKeyName(177, "puzzle.png");
            this.ilMain.Images.SetKeyName(178, "recycle.png");
            this.ilMain.Images.SetKeyName(179, "red_button.png");
            this.ilMain.Images.SetKeyName(180, "red_flag.png");
            this.ilMain.Images.SetKeyName(181, "refresh.png");
            this.ilMain.Images.SetKeyName(182, "refresh_page.png");
            this.ilMain.Images.SetKeyName(183, "remote_desktop.png");
            this.ilMain.Images.SetKeyName(184, "remove_from_database.png");
            this.ilMain.Images.SetKeyName(185, "remove_from_shopping_cart.png");
            this.ilMain.Images.SetKeyName(186, "report.png");
            this.ilMain.Images.SetKeyName(187, "rss.png");
            this.ilMain.Images.SetKeyName(188, "ruler.png");
            this.ilMain.Images.SetKeyName(189, "ruler_pencil.png");
            this.ilMain.Images.SetKeyName(190, "sale.png");
            this.ilMain.Images.SetKeyName(191, "save.png");
            this.ilMain.Images.SetKeyName(192, "search.png");
            this.ilMain.Images.SetKeyName(193, "search_computer.png");
            this.ilMain.Images.SetKeyName(194, "search_database.png");
            this.ilMain.Images.SetKeyName(195, "search_globe.png");
            this.ilMain.Images.SetKeyName(196, "search_home.png");
            this.ilMain.Images.SetKeyName(197, "search_image.png");
            this.ilMain.Images.SetKeyName(198, "search_page.png");
            this.ilMain.Images.SetKeyName(199, "search_printer.png");
            this.ilMain.Images.SetKeyName(200, "search_user.png");
            this.ilMain.Images.SetKeyName(201, "security.png");
            this.ilMain.Images.SetKeyName(202, "send_sms.png");
            this.ilMain.Images.SetKeyName(203, "shopping_cart.png");
            this.ilMain.Images.SetKeyName(204, "shopping_cart_accept.png");
            this.ilMain.Images.SetKeyName(205, "sms.png");
            this.ilMain.Images.SetKeyName(206, "sound.png");
            this.ilMain.Images.SetKeyName(207, "sound_muted.png");
            this.ilMain.Images.SetKeyName(208, "star_empty.png");
            this.ilMain.Images.SetKeyName(209, "star_full.png");
            this.ilMain.Images.SetKeyName(210, "star_half_full.png");
            this.ilMain.Images.SetKeyName(211, "sterling_pound_currency_sign.png");
            this.ilMain.Images.SetKeyName(212, "support.png");
            this.ilMain.Images.SetKeyName(213, "svg_file.png");
            this.ilMain.Images.SetKeyName(214, "swf_file.png");
            this.ilMain.Images.SetKeyName(215, "tablet.png");
            this.ilMain.Images.SetKeyName(216, "tag_blue.png");
            this.ilMain.Images.SetKeyName(217, "tag_green.png");
            this.ilMain.Images.SetKeyName(218, "target.png");
            this.ilMain.Images.SetKeyName(219, "television.png");
            this.ilMain.Images.SetKeyName(220, "text_page.png");
            this.ilMain.Images.SetKeyName(221, "tiff_file.png");
            this.ilMain.Images.SetKeyName(222, "tools.png");
            this.ilMain.Images.SetKeyName(223, "trash_can.png");
            this.ilMain.Images.SetKeyName(224, "turquoise_button.png");
            this.ilMain.Images.SetKeyName(225, "twitter.png");
            this.ilMain.Images.SetKeyName(226, "txt_file.png");
            this.ilMain.Images.SetKeyName(227, "unlock.png");
            this.ilMain.Images.SetKeyName(228, "up.png");
            this.ilMain.Images.SetKeyName(229, "user.png");
            this.ilMain.Images.SetKeyName(230, "user_accept.png");
            this.ilMain.Images.SetKeyName(231, "user_comment.png");
            this.ilMain.Images.SetKeyName(232, "users.png");
            this.ilMain.Images.SetKeyName(233, "users_comments.png");
            this.ilMain.Images.SetKeyName(234, "violet_button.png");
            this.ilMain.Images.SetKeyName(235, "warning.png");
            this.ilMain.Images.SetKeyName(236, "white_flag.png");
            this.ilMain.Images.SetKeyName(237, "windows_terminal.png");
            this.ilMain.Images.SetKeyName(238, "xml_file.png");
            this.ilMain.Images.SetKeyName(239, "yen_currency_sign.png");
            this.ilMain.Images.SetKeyName(240, "zip_file.png");
            this.ilMain.Images.SetKeyName(241, "zip_file_accept.png");
            this.ilMain.Images.SetKeyName(242, "zip_file_download.png");
            this.ilMain.Images.SetKeyName(243, "zip_file_info.png");
            this.ilMain.Images.SetKeyName(244, "zip_file_search.png");
            this.ilMain.Images.SetKeyName(245, "zoom_in.png");
            this.ilMain.Images.SetKeyName(246, "zoom_out.png");
            // 
            // tabItems
            // 
            this.tabItems.Controls.Add(this.ugServicios);
            this.tabItems.Controls.Add(this.ubEliminarServicio);
            this.tabItems.Controls.Add(this.ubNuevoServicio);
            this.tabItems.Location = new System.Drawing.Point(1, 23);
            this.tabItems.Name = "tabItems";
            this.tabItems.Size = new System.Drawing.Size(346, 268);
            // 
            // ugServicios
            // 
            this.ugServicios.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            this.ugServicios.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.ugServicios.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
            this.ugServicios.Dock = System.Windows.Forms.DockStyle.Top;
            this.ugServicios.Location = new System.Drawing.Point(0, 0);
            this.ugServicios.Name = "ugServicios";
            this.ugServicios.Size = new System.Drawing.Size(346, 210);
            this.ugServicios.TabIndex = 9;
            this.ugServicios.Text = "ultraGrid1";
            // 
            // ubEliminarServicio
            // 
            this.ubEliminarServicio.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2010Button;
            this.ubEliminarServicio.Location = new System.Drawing.Point(255, 214);
            this.ubEliminarServicio.Name = "ubEliminarServicio";
            this.ubEliminarServicio.Size = new System.Drawing.Size(86, 23);
            this.ubEliminarServicio.TabIndex = 8;
            this.ubEliminarServicio.Text = "&Eliminar";
            // 
            // ubNuevoServicio
            // 
            this.ubNuevoServicio.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2010Button;
            this.ubNuevoServicio.Location = new System.Drawing.Point(167, 214);
            this.ubNuevoServicio.Name = "ubNuevoServicio";
            this.ubNuevoServicio.Size = new System.Drawing.Size(82, 23);
            this.ubNuevoServicio.TabIndex = 7;
            this.ubNuevoServicio.Text = "&Nuevo";
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.ssOperacion);
            this.ultraTabPageControl1.Controls.Add(this.ultraLabel5);
            this.ultraTabPageControl1.Controls.Add(this.txtCantidadItemProduccion);
            this.ultraTabPageControl1.Controls.Add(this.ultraLabel4);
            this.ultraTabPageControl1.Controls.Add(this.txtNombre);
            this.ultraTabPageControl1.Controls.Add(this.lblNombre);
            this.ultraTabPageControl1.Controls.Add(this.GruposTiras);
            this.ultraTabPageControl1.Controls.Add(this.GrupoMedidaCerrada);
            this.ultraTabPageControl1.Controls.Add(this.GrupoMedidaAbierta);
            this.ultraTabPageControl1.Controls.Add(this.txtCantidadItem);
            this.ultraTabPageControl1.Controls.Add(this.lblTipoUnidad);
            this.ultraTabPageControl1.Controls.Add(this.ssMaterial);
            this.ultraTabPageControl1.Controls.Add(this.ssMaquina);
            this.ultraTabPageControl1.Controls.Add(this.lblMaterial);
            this.ultraTabPageControl1.Controls.Add(this.lblMaquina);
            this.ultraTabPageControl1.Controls.Add(this.txtObservacionItem);
            this.ultraTabPageControl1.Controls.Add(this.lblObservacionItem);
            this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(683, 316);
            this.ultraTabPageControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.ultraTabPageControl1_Paint);
            // 
            // ssOperacion
            // 
            this.ssOperacion.BackColor = System.Drawing.Color.Transparent;
            this.ssOperacion.Location = new System.Drawing.Point(68, 231);
            this.ssOperacion.Name = "ssOperacion";
            this.ssOperacion.Size = new System.Drawing.Size(295, 28);
            this.ssOperacion.TabIndex = 88;
            // 
            // ultraLabel5
            // 
            appearance15.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel5.Appearance = appearance15;
            this.ultraLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel5.Location = new System.Drawing.Point(14, 233);
            this.ultraLabel5.Name = "ultraLabel5";
            this.ultraLabel5.Size = new System.Drawing.Size(63, 23);
            this.ultraLabel5.TabIndex = 87;
            this.ultraLabel5.Text = "Operacion";
            // 
            // txtCantidadItemProduccion
            // 
            this.txtCantidadItemProduccion.Location = new System.Drawing.Point(77, 165);
            this.txtCantidadItemProduccion.MaskInput = "nnnnnnnnnn";
            this.txtCantidadItemProduccion.Name = "txtCantidadItemProduccion";
            this.txtCantidadItemProduccion.Size = new System.Drawing.Size(98, 21);
            this.txtCantidadItemProduccion.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtCantidadItemProduccion.TabIndex = 86;
            this.txtCantidadItemProduccion.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtCantidadItemProduccion.ValueChanged += new System.EventHandler(this.txtCantidadItemProduccion_ValueChanged);
            // 
            // ultraLabel4
            // 
            appearance16.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel4.Appearance = appearance16;
            this.ultraLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel4.Location = new System.Drawing.Point(7, 169);
            this.ultraLabel4.Name = "ultraLabel4";
            this.ultraLabel4.Size = new System.Drawing.Size(64, 23);
            this.ultraLabel4.TabIndex = 85;
            this.ultraLabel4.Text = "Produccion";
            // 
            // txtNombre
            // 
            this.txtNombre.Location = new System.Drawing.Point(77, 15);
            this.txtNombre.Name = "txtNombre";
            this.txtNombre.Size = new System.Drawing.Size(231, 21);
            this.txtNombre.TabIndex = 84;
            this.txtNombre.ValueChanged += new System.EventHandler(this.txtNombre_ValueChanged);
            // 
            // lblNombre
            // 
            appearance17.BackColor = System.Drawing.Color.Transparent;
            this.lblNombre.Appearance = appearance17;
            this.lblNombre.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblNombre.Location = new System.Drawing.Point(16, 19);
            this.lblNombre.Name = "lblNombre";
            this.lblNombre.Size = new System.Drawing.Size(55, 23);
            this.lblNombre.TabIndex = 78;
            this.lblNombre.Text = "Nombre";
            // 
            // GruposTiras
            // 
            appearance18.BackColor = System.Drawing.Color.Transparent;
            this.GruposTiras.Appearance = appearance18;
            this.GruposTiras.Controls.Add(this.txtImpresoRetiraColor);
            this.GruposTiras.Controls.Add(this.txtImpresoTiraColor);
            this.GruposTiras.Controls.Add(this.lblImpresoTiraColor);
            this.GruposTiras.Controls.Add(this.lblImpresoRetiraColor);
            this.GruposTiras.Location = new System.Drawing.Point(181, 163);
            this.GruposTiras.Name = "GruposTiras";
            this.GruposTiras.Size = new System.Drawing.Size(131, 57);
            this.GruposTiras.TabIndex = 83;
            // 
            // txtImpresoRetiraColor
            // 
            this.txtImpresoRetiraColor.Location = new System.Drawing.Point(76, 29);
            this.txtImpresoRetiraColor.MaskInput = "nn";
            this.txtImpresoRetiraColor.Name = "txtImpresoRetiraColor";
            this.txtImpresoRetiraColor.Size = new System.Drawing.Size(45, 21);
            this.txtImpresoRetiraColor.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtImpresoRetiraColor.TabIndex = 72;
            this.txtImpresoRetiraColor.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtImpresoRetiraColor.ValueChanged += new System.EventHandler(this.txtImpresoRetiraColor_ValueChanged);
            // 
            // txtImpresoTiraColor
            // 
            this.txtImpresoTiraColor.Location = new System.Drawing.Point(76, 7);
            this.txtImpresoTiraColor.MaskInput = "nn";
            this.txtImpresoTiraColor.MaxValue = 16;
            this.txtImpresoTiraColor.MinValue = 0;
            this.txtImpresoTiraColor.Name = "txtImpresoTiraColor";
            this.txtImpresoTiraColor.Size = new System.Drawing.Size(45, 21);
            this.txtImpresoTiraColor.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtImpresoTiraColor.TabIndex = 70;
            this.txtImpresoTiraColor.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtImpresoTiraColor.ValueChanged += new System.EventHandler(this.txtImpresoTiraColor_ValueChanged);
            // 
            // lblImpresoTiraColor
            // 
            appearance19.BackColor = System.Drawing.Color.Transparent;
            this.lblImpresoTiraColor.Appearance = appearance19;
            this.lblImpresoTiraColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblImpresoTiraColor.Location = new System.Drawing.Point(7, 11);
            this.lblImpresoTiraColor.Name = "lblImpresoTiraColor";
            this.lblImpresoTiraColor.Size = new System.Drawing.Size(63, 23);
            this.lblImpresoTiraColor.TabIndex = 69;
            this.lblImpresoTiraColor.Text = "Tira Color";
            // 
            // lblImpresoRetiraColor
            // 
            appearance20.BackColor = System.Drawing.Color.Transparent;
            this.lblImpresoRetiraColor.Appearance = appearance20;
            this.lblImpresoRetiraColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblImpresoRetiraColor.Location = new System.Drawing.Point(7, 33);
            this.lblImpresoRetiraColor.Name = "lblImpresoRetiraColor";
            this.lblImpresoRetiraColor.Size = new System.Drawing.Size(70, 23);
            this.lblImpresoRetiraColor.TabIndex = 71;
            this.lblImpresoRetiraColor.Text = "Retira Color";
            // 
            // GrupoMedidaCerrada
            // 
            appearance21.BackColor = System.Drawing.Color.Transparent;
            this.GrupoMedidaCerrada.Appearance = appearance21;
            this.GrupoMedidaCerrada.Controls.Add(this.txtMedidaCerradaLargo);
            this.GrupoMedidaCerrada.Controls.Add(this.ultraLabel2);
            this.GrupoMedidaCerrada.Controls.Add(this.ultraLabel3);
            this.GrupoMedidaCerrada.Controls.Add(this.txtMedidaCerradaAlto);
            this.GrupoMedidaCerrada.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.GrupoMedidaCerrada.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOutsideBorder;
            this.GrupoMedidaCerrada.Location = new System.Drawing.Point(272, 46);
            this.GrupoMedidaCerrada.Name = "GrupoMedidaCerrada";
            this.GrupoMedidaCerrada.Size = new System.Drawing.Size(174, 83);
            this.GrupoMedidaCerrada.TabIndex = 82;
            this.GrupoMedidaCerrada.Text = "Medida Cerrada";
            // 
            // txtMedidaCerradaLargo
            // 
            this.txtMedidaCerradaLargo.Location = new System.Drawing.Point(50, 30);
            this.txtMedidaCerradaLargo.MaskInput = "nnnn.nn";
            this.txtMedidaCerradaLargo.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaCerradaLargo.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaCerradaLargo.Name = "txtMedidaCerradaLargo";
            this.txtMedidaCerradaLargo.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaCerradaLargo.Size = new System.Drawing.Size(99, 21);
            this.txtMedidaCerradaLargo.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaCerradaLargo.TabIndex = 65;
            this.txtMedidaCerradaLargo.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaCerradaLargo.ValueChanged += new System.EventHandler(this.txtMedidaCerradaLargo_ValueChanged);
            // 
            // ultraLabel2
            // 
            appearance22.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel2.Appearance = appearance22;
            this.ultraLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel2.Location = new System.Drawing.Point(14, 58);
            this.ultraLabel2.Name = "ultraLabel2";
            this.ultraLabel2.Size = new System.Drawing.Size(30, 23);
            this.ultraLabel2.TabIndex = 80;
            this.ultraLabel2.Text = "Alto";
            // 
            // ultraLabel3
            // 
            appearance23.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel3.Appearance = appearance23;
            this.ultraLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel3.Location = new System.Drawing.Point(14, 34);
            this.ultraLabel3.Name = "ultraLabel3";
            this.ultraLabel3.Size = new System.Drawing.Size(39, 23);
            this.ultraLabel3.TabIndex = 68;
            this.ultraLabel3.Text = "Largo";
            // 
            // txtMedidaCerradaAlto
            // 
            this.txtMedidaCerradaAlto.Location = new System.Drawing.Point(50, 53);
            this.txtMedidaCerradaAlto.MaskInput = "nnnn.nn";
            this.txtMedidaCerradaAlto.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaCerradaAlto.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaCerradaAlto.Name = "txtMedidaCerradaAlto";
            this.txtMedidaCerradaAlto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaCerradaAlto.Size = new System.Drawing.Size(99, 21);
            this.txtMedidaCerradaAlto.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaCerradaAlto.TabIndex = 79;
            this.txtMedidaCerradaAlto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaCerradaAlto.ValueChanged += new System.EventHandler(this.txtMedidaCerradaAlto_ValueChanged);
            // 
            // GrupoMedidaAbierta
            // 
            appearance24.BackColor = System.Drawing.Color.Transparent;
            this.GrupoMedidaAbierta.Appearance = appearance24;
            this.GrupoMedidaAbierta.Controls.Add(this.txtMedidaAnchoCaja);
            this.GrupoMedidaAbierta.Controls.Add(this.labelFondo);
            this.GrupoMedidaAbierta.Controls.Add(this.comboMedida);
            this.GrupoMedidaAbierta.Controls.Add(this.txtMedidaAbiertoLargo);
            this.GrupoMedidaAbierta.Controls.Add(this.ultraLabel1);
            this.GrupoMedidaAbierta.Controls.Add(this.LabelMedidaAbiertaLargo);
            this.GrupoMedidaAbierta.Controls.Add(this.txtMedidaAbiertoAlto);
            this.GrupoMedidaAbierta.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.GrupoMedidaAbierta.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOutsideBorder;
            this.GrupoMedidaAbierta.Location = new System.Drawing.Point(3, 45);
            this.GrupoMedidaAbierta.Name = "GrupoMedidaAbierta";
            this.GrupoMedidaAbierta.Size = new System.Drawing.Size(219, 112);
            this.GrupoMedidaAbierta.TabIndex = 81;
            this.GrupoMedidaAbierta.Text = "Medida Abierta";
            // 
            // txtMedidaAnchoCaja
            // 
            this.txtMedidaAnchoCaja.Location = new System.Drawing.Point(54, 81);
            this.txtMedidaAnchoCaja.MaskInput = "nnnn.nn";
            this.txtMedidaAnchoCaja.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaAnchoCaja.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaAnchoCaja.Name = "txtMedidaAnchoCaja";
            this.txtMedidaAnchoCaja.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaAnchoCaja.Size = new System.Drawing.Size(93, 21);
            this.txtMedidaAnchoCaja.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaAnchoCaja.TabIndex = 89;
            this.txtMedidaAnchoCaja.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaAnchoCaja.ValueChanged += new System.EventHandler(this.txtMedidaAnchoCaja_ValueChanged);
            // 
            // labelFondo
            // 
            appearance25.BackColor = System.Drawing.Color.Transparent;
            this.labelFondo.Appearance = appearance25;
            this.labelFondo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.labelFondo.Location = new System.Drawing.Point(8, 83);
            this.labelFondo.Name = "labelFondo";
            this.labelFondo.Size = new System.Drawing.Size(40, 23);
            this.labelFondo.TabIndex = 121;
            this.labelFondo.Text = "Fondo";
            // 
            // comboMedida
            // 
            valueListItem5.DataValue = "CM.";
            valueListItem5.Tag = 1;
            valueListItem6.DataValue = "MT.";
            valueListItem6.Tag = 100;
            this.comboMedida.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem5,
            valueListItem6});
            this.comboMedida.Location = new System.Drawing.Point(157, 30);
            this.comboMedida.Name = "comboMedida";
            this.comboMedida.Size = new System.Drawing.Size(52, 21);
            this.comboMedida.TabIndex = 120;
            this.comboMedida.ValueChanged += new System.EventHandler(this.comboMedida_ValueChanged);
            // 
            // txtMedidaAbiertoLargo
            // 
            this.txtMedidaAbiertoLargo.Location = new System.Drawing.Point(54, 30);
            this.txtMedidaAbiertoLargo.MaskInput = "nnnn.nn";
            this.txtMedidaAbiertoLargo.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaAbiertoLargo.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaAbiertoLargo.Name = "txtMedidaAbiertoLargo";
            this.txtMedidaAbiertoLargo.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaAbiertoLargo.Size = new System.Drawing.Size(93, 21);
            this.txtMedidaAbiertoLargo.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaAbiertoLargo.TabIndex = 65;
            this.txtMedidaAbiertoLargo.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaAbiertoLargo.ValueChanged += new System.EventHandler(this.txtMedidaAbiertoLargo_ValueChanged);
            // 
            // ultraLabel1
            // 
            appearance26.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel1.Appearance = appearance26;
            this.ultraLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel1.Location = new System.Drawing.Point(12, 58);
            this.ultraLabel1.Name = "ultraLabel1";
            this.ultraLabel1.Size = new System.Drawing.Size(36, 23);
            this.ultraLabel1.TabIndex = 80;
            this.ultraLabel1.Text = "Alto";
            // 
            // LabelMedidaAbiertaLargo
            // 
            appearance27.BackColor = System.Drawing.Color.Transparent;
            this.LabelMedidaAbiertaLargo.Appearance = appearance27;
            this.LabelMedidaAbiertaLargo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.LabelMedidaAbiertaLargo.Location = new System.Drawing.Point(13, 34);
            this.LabelMedidaAbiertaLargo.Name = "LabelMedidaAbiertaLargo";
            this.LabelMedidaAbiertaLargo.Size = new System.Drawing.Size(48, 23);
            this.LabelMedidaAbiertaLargo.TabIndex = 68;
            this.LabelMedidaAbiertaLargo.Text = "Largo";
            // 
            // txtMedidaAbiertoAlto
            // 
            this.txtMedidaAbiertoAlto.Location = new System.Drawing.Point(54, 54);
            this.txtMedidaAbiertoAlto.MaskInput = "nnnn.nn";
            this.txtMedidaAbiertoAlto.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaAbiertoAlto.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaAbiertoAlto.Name = "txtMedidaAbiertoAlto";
            this.txtMedidaAbiertoAlto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaAbiertoAlto.Size = new System.Drawing.Size(93, 21);
            this.txtMedidaAbiertoAlto.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaAbiertoAlto.TabIndex = 79;
            this.txtMedidaAbiertoAlto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaAbiertoAlto.ValueChanged += new System.EventHandler(this.txtMedidaAbiertoAlto_ValueChanged);
            // 
            // txtCantidadItem
            // 
            this.txtCantidadItem.Location = new System.Drawing.Point(77, 192);
            this.txtCantidadItem.MaskInput = "nnnnnn";
            this.txtCantidadItem.Name = "txtCantidadItem";
            this.txtCantidadItem.Size = new System.Drawing.Size(73, 21);
            this.txtCantidadItem.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtCantidadItem.TabIndex = 78;
            this.txtCantidadItem.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtCantidadItem.ValueChanged += new System.EventHandler(this.txtCantidadItem_ValueChanged);
            // 
            // lblTipoUnidad
            // 
            appearance28.BackColor = System.Drawing.Color.Transparent;
            this.lblTipoUnidad.Appearance = appearance28;
            this.lblTipoUnidad.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblTipoUnidad.Location = new System.Drawing.Point(7, 196);
            this.lblTipoUnidad.Name = "lblTipoUnidad";
            this.lblTipoUnidad.Size = new System.Drawing.Size(64, 23);
            this.lblTipoUnidad.TabIndex = 77;
            this.lblTipoUnidad.Text = "{UNIDAD}";
            // 
            // ssMaterial
            // 
            this.ssMaterial.BackColor = System.Drawing.Color.Transparent;
            this.ssMaterial.Location = new System.Drawing.Point(68, 282);
            this.ssMaterial.Name = "ssMaterial";
            this.ssMaterial.Size = new System.Drawing.Size(384, 28);
            this.ssMaterial.TabIndex = 76;
            this.ssMaterial.Search += new System.EventHandler(this.ssMaterial_Search);
            this.ssMaterial.Clear += new System.EventHandler(this.ssMaterial_Clear);
            // 
            // ssMaquina
            // 
            this.ssMaquina.BackColor = System.Drawing.Color.Transparent;
            this.ssMaquina.Location = new System.Drawing.Point(68, 259);
            this.ssMaquina.Name = "ssMaquina";
            this.ssMaquina.Size = new System.Drawing.Size(384, 28);
            this.ssMaquina.TabIndex = 75;
            this.ssMaquina.Search += new System.EventHandler(this.ssMaquina_Search);
            this.ssMaquina.Clear += new System.EventHandler(this.ssMaquina_Clear);
            // 
            // lblMaterial
            // 
            appearance29.BackColor = System.Drawing.Color.Transparent;
            this.lblMaterial.Appearance = appearance29;
            this.lblMaterial.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblMaterial.Location = new System.Drawing.Point(14, 285);
            this.lblMaterial.Name = "lblMaterial";
            this.lblMaterial.Size = new System.Drawing.Size(70, 23);
            this.lblMaterial.TabIndex = 74;
            this.lblMaterial.Text = "Material";
            // 
            // lblMaquina
            // 
            appearance30.BackColor = System.Drawing.Color.Transparent;
            this.lblMaquina.Appearance = appearance30;
            this.lblMaquina.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblMaquina.Location = new System.Drawing.Point(14, 262);
            this.lblMaquina.Name = "lblMaquina";
            this.lblMaquina.Size = new System.Drawing.Size(63, 23);
            this.lblMaquina.TabIndex = 73;
            this.lblMaquina.Text = "Máquina";
            // 
            // txtObservacionItem
            // 
            this.txtObservacionItem.Location = new System.Drawing.Point(467, 61);
            this.txtObservacionItem.Multiline = true;
            this.txtObservacionItem.Name = "txtObservacionItem";
            this.txtObservacionItem.Size = new System.Drawing.Size(183, 228);
            this.txtObservacionItem.TabIndex = 64;
            this.txtObservacionItem.TextChanged += new System.EventHandler(this.txtObservacionItem_TextChanged);
            // 
            // lblObservacionItem
            // 
            appearance31.BackColor = System.Drawing.Color.Transparent;
            this.lblObservacionItem.Appearance = appearance31;
            this.lblObservacionItem.Location = new System.Drawing.Point(466, 38);
            this.lblObservacionItem.Name = "lblObservacionItem";
            this.lblObservacionItem.Size = new System.Drawing.Size(61, 20);
            this.lblObservacionItem.TabIndex = 63;
            this.lblObservacionItem.Text = "Acabados.";
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Controls.Add(this.ugbRestriccione);
            this.ultraTabPageControl2.Controls.Add(this.ssDireccionFactura);
            this.ultraTabPageControl2.Controls.Add(this.lblDireccionFactura);
            this.ultraTabPageControl2.Controls.Add(this.ssDireccionEntrega);
            this.ultraTabPageControl2.Controls.Add(this.lblDireccionEntrega);
            this.ultraTabPageControl2.Controls.Add(this.ssContacto);
            this.ultraTabPageControl2.Controls.Add(this.lblContacto);
            this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            this.ultraTabPageControl2.Size = new System.Drawing.Size(683, 316);
            // 
            // ugbRestriccione
            // 
            appearance32.BackColor = System.Drawing.Color.Transparent;
            this.ugbRestriccione.Appearance = appearance32;
            this.ugbRestriccione.Controls.Add(this.CheckTieneFondo);
            this.ugbRestriccione.Controls.Add(this.chkTieneTipoUnidad);
            this.ugbRestriccione.Controls.Add(this.chkTieneMaquina);
            this.ugbRestriccione.Controls.Add(this.chkTieneMaterial);
            this.ugbRestriccione.Controls.Add(this.chkTieneMedidadCerrada);
            this.ugbRestriccione.Controls.Add(this.chkTieneGraficos);
            this.ugbRestriccione.Controls.Add(this.chkTieneMedidaAbierta);
            this.ugbRestriccione.Controls.Add(this.chkTieneTiraRetira);
            this.ugbRestriccione.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ugbRestriccione.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopOutsideBorder;
            this.ugbRestriccione.Location = new System.Drawing.Point(460, 18);
            this.ugbRestriccione.Name = "ugbRestriccione";
            this.ugbRestriccione.Size = new System.Drawing.Size(156, 212);
            this.ugbRestriccione.TabIndex = 110;
            this.ugbRestriccione.Text = "Restricciones";
            // 
            // chkTieneTipoUnidad
            // 
            this.chkTieneTipoUnidad.Location = new System.Drawing.Point(13, 140);
            this.chkTieneTipoUnidad.Name = "chkTieneTipoUnidad";
            this.chkTieneTipoUnidad.Size = new System.Drawing.Size(136, 20);
            this.chkTieneTipoUnidad.TabIndex = 25;
            this.chkTieneTipoUnidad.Text = "Tiene Tipo Unidad";
            this.chkTieneTipoUnidad.CheckedChanged += new System.EventHandler(this.chkTieneTipoUnidad_CheckedChanged);
            // 
            // chkTieneMaquina
            // 
            this.chkTieneMaquina.Location = new System.Drawing.Point(13, 119);
            this.chkTieneMaquina.Name = "chkTieneMaquina";
            this.chkTieneMaquina.Size = new System.Drawing.Size(136, 20);
            this.chkTieneMaquina.TabIndex = 23;
            this.chkTieneMaquina.Text = "Tiene Máquina";
            this.chkTieneMaquina.CheckedChanged += new System.EventHandler(this.chkTieneMaquina_CheckedChanged);
            // 
            // chkTieneMaterial
            // 
            this.chkTieneMaterial.Location = new System.Drawing.Point(13, 100);
            this.chkTieneMaterial.Name = "chkTieneMaterial";
            this.chkTieneMaterial.Size = new System.Drawing.Size(136, 20);
            this.chkTieneMaterial.TabIndex = 22;
            this.chkTieneMaterial.Text = "Tiene Material";
            this.chkTieneMaterial.CheckedChanged += new System.EventHandler(this.chkTieneMaterial_CheckedChanged);
            // 
            // chkTieneMedidadCerrada
            // 
            this.chkTieneMedidadCerrada.Location = new System.Drawing.Point(13, 44);
            this.chkTieneMedidadCerrada.Name = "chkTieneMedidadCerrada";
            this.chkTieneMedidadCerrada.Size = new System.Drawing.Size(136, 20);
            this.chkTieneMedidadCerrada.TabIndex = 19;
            this.chkTieneMedidadCerrada.Text = "Tiene Medida Cerrada";
            this.chkTieneMedidadCerrada.CheckedChanged += new System.EventHandler(this.chkTieneMedidadCerrada_CheckedChanged);
            // 
            // chkTieneGraficos
            // 
            this.chkTieneGraficos.Location = new System.Drawing.Point(13, 81);
            this.chkTieneGraficos.Name = "chkTieneGraficos";
            this.chkTieneGraficos.Size = new System.Drawing.Size(136, 20);
            this.chkTieneGraficos.TabIndex = 21;
            this.chkTieneGraficos.Text = "Tiene Graficos";
            this.chkTieneGraficos.CheckedChanged += new System.EventHandler(this.chkTieneGraficos_CheckedChanged);
            // 
            // chkTieneMedidaAbierta
            // 
            this.chkTieneMedidaAbierta.Location = new System.Drawing.Point(13, 26);
            this.chkTieneMedidaAbierta.Name = "chkTieneMedidaAbierta";
            this.chkTieneMedidaAbierta.Size = new System.Drawing.Size(136, 20);
            this.chkTieneMedidaAbierta.TabIndex = 18;
            this.chkTieneMedidaAbierta.Text = "Tiene Medida Abierta";
            this.chkTieneMedidaAbierta.CheckedChanged += new System.EventHandler(this.chkTieneMedidaAbierta_CheckedChanged);
            // 
            // chkTieneTiraRetira
            // 
            this.chkTieneTiraRetira.Location = new System.Drawing.Point(13, 63);
            this.chkTieneTiraRetira.Name = "chkTieneTiraRetira";
            this.chkTieneTiraRetira.Size = new System.Drawing.Size(136, 20);
            this.chkTieneTiraRetira.TabIndex = 20;
            this.chkTieneTiraRetira.Text = "Tiene Tira y Retira";
            this.chkTieneTiraRetira.CheckedChanged += new System.EventHandler(this.chkTieneTiraRetira_CheckedChanged);
            // 
            // ssDireccionFactura
            // 
            this.ssDireccionFactura.BackColor = System.Drawing.Color.Transparent;
            this.ssDireccionFactura.Location = new System.Drawing.Point(152, 68);
            this.ssDireccionFactura.Name = "ssDireccionFactura";
            this.ssDireccionFactura.Size = new System.Drawing.Size(250, 28);
            this.ssDireccionFactura.TabIndex = 109;
            this.ssDireccionFactura.Search += new System.EventHandler(this.ssDireccionFactura_Search);
            // 
            // lblDireccionFactura
            // 
            appearance33.BackColor = System.Drawing.Color.Transparent;
            this.lblDireccionFactura.Appearance = appearance33;
            this.lblDireccionFactura.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblDireccionFactura.Location = new System.Drawing.Point(18, 73);
            this.lblDireccionFactura.Name = "lblDireccionFactura";
            this.lblDireccionFactura.Size = new System.Drawing.Size(128, 23);
            this.lblDireccionFactura.TabIndex = 108;
            this.lblDireccionFactura.Text = "Dirección de Factura";
            // 
            // ssDireccionEntrega
            // 
            this.ssDireccionEntrega.BackColor = System.Drawing.Color.Transparent;
            this.ssDireccionEntrega.Location = new System.Drawing.Point(152, 43);
            this.ssDireccionEntrega.Name = "ssDireccionEntrega";
            this.ssDireccionEntrega.Size = new System.Drawing.Size(250, 28);
            this.ssDireccionEntrega.TabIndex = 107;
            this.ssDireccionEntrega.Search += new System.EventHandler(this.ssDireccionEntrega_Search);
            // 
            // lblDireccionEntrega
            // 
            appearance34.BackColor = System.Drawing.Color.Transparent;
            this.lblDireccionEntrega.Appearance = appearance34;
            this.lblDireccionEntrega.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblDireccionEntrega.Location = new System.Drawing.Point(18, 48);
            this.lblDireccionEntrega.Name = "lblDireccionEntrega";
            this.lblDireccionEntrega.Size = new System.Drawing.Size(128, 23);
            this.lblDireccionEntrega.TabIndex = 106;
            this.lblDireccionEntrega.Text = "Dirección de Entrega";
            // 
            // ssContacto
            // 
            this.ssContacto.BackColor = System.Drawing.Color.Transparent;
            this.ssContacto.Location = new System.Drawing.Point(152, 18);
            this.ssContacto.Name = "ssContacto";
            this.ssContacto.Size = new System.Drawing.Size(250, 28);
            this.ssContacto.TabIndex = 105;
            this.ssContacto.Search += new System.EventHandler(this.ssContacto_Search);
            // 
            // lblContacto
            // 
            appearance35.BackColor = System.Drawing.Color.Transparent;
            this.lblContacto.Appearance = appearance35;
            this.lblContacto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblContacto.Location = new System.Drawing.Point(18, 23);
            this.lblContacto.Name = "lblContacto";
            this.lblContacto.Size = new System.Drawing.Size(79, 23);
            this.lblContacto.TabIndex = 104;
            this.lblContacto.Text = "Contacto";
            // 
            // ultraTabPageControl3
            // 
            this.ultraTabPageControl3.Controls.Add(this.utcAcabadosyServicios);
            this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl3.Name = "ultraTabPageControl3";
            this.ultraTabPageControl3.Size = new System.Drawing.Size(683, 316);
            // 
            // utcAcabadosyServicios
            // 
            appearance36.BackColor = System.Drawing.Color.Transparent;
            this.utcAcabadosyServicios.Appearance = appearance36;
            this.utcAcabadosyServicios.Controls.Add(this.ultraTabSharedControlsPage1);
            this.utcAcabadosyServicios.Controls.Add(this.tabItems);
            this.utcAcabadosyServicios.Location = new System.Drawing.Point(18, 19);
            this.utcAcabadosyServicios.Name = "utcAcabadosyServicios";
            this.utcAcabadosyServicios.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.utcAcabadosyServicios.Size = new System.Drawing.Size(350, 294);
            appearance37.BackColor = System.Drawing.Color.Transparent;
            this.utcAcabadosyServicios.TabHeaderAreaAppearance = appearance37;
            this.utcAcabadosyServicios.TabIndex = 61;
            ultraTab1.TabPage = this.tabItems;
            ultraTab1.Text = ":: Acabados y Servicios ::";
            this.utcAcabadosyServicios.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1});
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(346, 268);
            // 
            // txtNumeracion
            // 
            this.txtNumeracion.Location = new System.Drawing.Point(592, 16);
            this.txtNumeracion.Name = "txtNumeracion";
            this.txtNumeracion.Size = new System.Drawing.Size(119, 21);
            this.txtNumeracion.TabIndex = 46;
            this.txtNumeracion.TextChanged += new System.EventHandler(this.txtNumeracion_TextChanged);
            // 
            // lblNumeracion
            // 
            appearance11.BackColor = System.Drawing.Color.Transparent;
            this.lblNumeracion.Appearance = appearance11;
            this.lblNumeracion.Location = new System.Drawing.Point(469, 20);
            this.lblNumeracion.Name = "lblNumeracion";
            this.lblNumeracion.Size = new System.Drawing.Size(80, 23);
            this.lblNumeracion.TabIndex = 50;
            this.lblNumeracion.Text = "Numeración";
            // 
            // ssCliente
            // 
            this.ssCliente.BackColor = System.Drawing.Color.Transparent;
            this.ssCliente.Location = new System.Drawing.Point(154, 42);
            this.ssCliente.Name = "ssCliente";
            this.ssCliente.Size = new System.Drawing.Size(303, 28);
            this.ssCliente.TabIndex = 47;
            this.ssCliente.Search += new System.EventHandler(this.ssCliente_Search);
            // 
            // ssTipoDocumento
            // 
            this.ssTipoDocumento.BackColor = System.Drawing.Color.Transparent;
            this.ssTipoDocumento.Location = new System.Drawing.Point(154, 16);
            this.ssTipoDocumento.Name = "ssTipoDocumento";
            this.ssTipoDocumento.Size = new System.Drawing.Size(303, 28);
            this.ssTipoDocumento.TabIndex = 45;
            this.ssTipoDocumento.Search += new System.EventHandler(this.ssTipoDocumento_Search);
            // 
            // lblCliente
            // 
            appearance12.BackColor = System.Drawing.Color.Transparent;
            this.lblCliente.Appearance = appearance12;
            this.lblCliente.Location = new System.Drawing.Point(18, 44);
            this.lblCliente.Name = "lblCliente";
            this.lblCliente.Size = new System.Drawing.Size(130, 23);
            this.lblCliente.TabIndex = 49;
            this.lblCliente.Text = "Cliente";
            // 
            // lblTipoDocumento
            // 
            appearance13.BackColor = System.Drawing.Color.Transparent;
            this.lblTipoDocumento.Appearance = appearance13;
            this.lblTipoDocumento.Location = new System.Drawing.Point(18, 16);
            this.lblTipoDocumento.Name = "lblTipoDocumento";
            this.lblTipoDocumento.Size = new System.Drawing.Size(130, 23);
            this.lblTipoDocumento.TabIndex = 48;
            this.lblTipoDocumento.Text = "Tipo de Documento";
            // 
            // udtFechaCreacion
            // 
            this.udtFechaCreacion.DateTime = new System.DateTime(2013, 11, 21, 0, 0, 0, 0);
            this.udtFechaCreacion.Location = new System.Drawing.Point(592, 40);
            this.udtFechaCreacion.Name = "udtFechaCreacion";
            this.udtFechaCreacion.Size = new System.Drawing.Size(119, 21);
            this.udtFechaCreacion.TabIndex = 53;
            this.udtFechaCreacion.Value = new System.DateTime(2013, 11, 21, 0, 0, 0, 0);
            this.udtFechaCreacion.ValueChanged += new System.EventHandler(this.udtFechaCreacion_ValueChanged);
            // 
            // lblFechaCreacion
            // 
            appearance10.BackColor = System.Drawing.Color.Transparent;
            this.lblFechaCreacion.Appearance = appearance10;
            this.lblFechaCreacion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblFechaCreacion.Location = new System.Drawing.Point(469, 44);
            this.lblFechaCreacion.Name = "lblFechaCreacion";
            this.lblFechaCreacion.Size = new System.Drawing.Size(117, 23);
            this.lblFechaCreacion.TabIndex = 52;
            this.lblFechaCreacion.Text = "Fecha de Creación";
            // 
            // llbDescripcion
            // 
            appearance9.BackColor = System.Drawing.Color.Transparent;
            this.llbDescripcion.Appearance = appearance9;
            this.llbDescripcion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.llbDescripcion.Location = new System.Drawing.Point(18, 71);
            this.llbDescripcion.Name = "llbDescripcion";
            this.llbDescripcion.Size = new System.Drawing.Size(130, 23);
            this.llbDescripcion.TabIndex = 54;
            this.llbDescripcion.Text = "Descripción";
            // 
            // txtDescripcion
            // 
            this.txtDescripcion.Location = new System.Drawing.Point(154, 67);
            this.txtDescripcion.Name = "txtDescripcion";
            this.txtDescripcion.Size = new System.Drawing.Size(665, 21);
            this.txtDescripcion.TabIndex = 55;
            this.txtDescripcion.TextChanged += new System.EventHandler(this.txtDescripcion_TextChanged);
            // 
            // lblCantidad
            // 
            appearance8.BackColor = System.Drawing.Color.Transparent;
            this.lblCantidad.Appearance = appearance8;
            this.lblCantidad.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblCantidad.Location = new System.Drawing.Point(18, 122);
            this.lblCantidad.Name = "lblCantidad";
            this.lblCantidad.Size = new System.Drawing.Size(130, 23);
            this.lblCantidad.TabIndex = 56;
            this.lblCantidad.Text = "Cantidad / Ejemplares";
            // 
            // uneCantidad
            // 
            this.uneCantidad.Location = new System.Drawing.Point(154, 118);
            this.uneCantidad.MaskInput = "nnnnnnnnnn";
            this.uneCantidad.Name = "uneCantidad";
            this.uneCantidad.Size = new System.Drawing.Size(100, 21);
            this.uneCantidad.TabIndex = 57;
            this.uneCantidad.ValueChanged += new System.EventHandler(this.uneCantidad_ValueChanged);
            this.uneCantidad.AfterEditorButtonCloseUp += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.uneCantidad_AfterEditorButtonCloseUp);
            this.uneCantidad.Enter += new System.EventHandler(this.uneCantidad_Enter);
            this.uneCantidad.KeyDown += new System.Windows.Forms.KeyEventHandler(this.uneCantidad_KeyDown);
            this.uneCantidad.KeyUp += new System.Windows.Forms.KeyEventHandler(this.uneCantidad_KeyUp);
            // 
            // txtObservacion
            // 
            this.txtObservacion.Location = new System.Drawing.Point(145, 495);
            this.txtObservacion.Multiline = true;
            this.txtObservacion.Name = "txtObservacion";
            this.txtObservacion.Size = new System.Drawing.Size(442, 49);
            this.txtObservacion.TabIndex = 61;
            this.txtObservacion.TextChanged += new System.EventHandler(this.txtObservacion_TextChanged);
            // 
            // ultraLabel11
            // 
            appearance7.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel11.Appearance = appearance7;
            this.ultraLabel11.Location = new System.Drawing.Point(45, 498);
            this.ultraLabel11.Name = "ultraLabel11";
            this.ultraLabel11.Size = new System.Drawing.Size(73, 23);
            this.ultraLabel11.TabIndex = 62;
            this.ultraLabel11.Text = "Observación";
            // 
            // ssResponsable
            // 
            this.ssResponsable.BackColor = System.Drawing.Color.Transparent;
            this.ssResponsable.Location = new System.Drawing.Point(154, 92);
            this.ssResponsable.Name = "ssResponsable";
            this.ssResponsable.Size = new System.Drawing.Size(250, 28);
            this.ssResponsable.TabIndex = 63;
            this.ssResponsable.Search += new System.EventHandler(this.ssResponsable_Search);
            // 
            // lblResponsable
            // 
            appearance6.BackColor = System.Drawing.Color.Transparent;
            this.lblResponsable.Appearance = appearance6;
            this.lblResponsable.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblResponsable.Location = new System.Drawing.Point(18, 94);
            this.lblResponsable.Name = "lblResponsable";
            this.lblResponsable.Size = new System.Drawing.Size(130, 23);
            this.lblResponsable.TabIndex = 64;
            this.lblResponsable.Text = "Responsable";
            // 
            // lblFormaPago
            // 
            appearance5.BackColor = System.Drawing.Color.Transparent;
            this.lblFormaPago.Appearance = appearance5;
            this.lblFormaPago.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblFormaPago.Location = new System.Drawing.Point(572, 95);
            this.lblFormaPago.Name = "lblFormaPago";
            this.lblFormaPago.Size = new System.Drawing.Size(79, 23);
            this.lblFormaPago.TabIndex = 68;
            this.lblFormaPago.Text = "Forma Pago";
            // 
            // ssFormaPago
            // 
            this.ssFormaPago.BackColor = System.Drawing.Color.Transparent;
            this.ssFormaPago.Location = new System.Drawing.Point(647, 92);
            this.ssFormaPago.Name = "ssFormaPago";
            this.ssFormaPago.Size = new System.Drawing.Size(171, 28);
            this.ssFormaPago.TabIndex = 69;
            this.ssFormaPago.Search += new System.EventHandler(this.ssFormaPago_Search);
            // 
            // utSolicitudCotizacion
            // 
            this.utSolicitudCotizacion.Location = new System.Drawing.Point(18, 145);
            this.utSolicitudCotizacion.Name = "utSolicitudCotizacion";
            appearance4.FontData.BoldAsString = "True";
            appearance4.FontData.ItalicAsString = "True";
            _override1.ActiveNodeAppearance = appearance4;
            this.utSolicitudCotizacion.Override = _override1;
            this.utSolicitudCotizacion.Size = new System.Drawing.Size(121, 315);
            this.utSolicitudCotizacion.TabIndex = 70;
            this.utSolicitudCotizacion.AfterSelect += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.utSolicitudCotizacion_AfterSelect);
            // 
            // utcItemSolicitid
            // 
            appearance14.BackColor = System.Drawing.Color.Transparent;
            this.utcItemSolicitid.Appearance = appearance14;
            this.utcItemSolicitid.Controls.Add(this.ultraTabSharedControlsPage2);
            this.utcItemSolicitid.Controls.Add(this.ultraTabPageControl1);
            this.utcItemSolicitid.Controls.Add(this.ultraTabPageControl2);
            this.utcItemSolicitid.Controls.Add(this.ultraTabPageControl3);
            this.utcItemSolicitid.Location = new System.Drawing.Point(145, 145);
            this.utcItemSolicitid.Name = "utcItemSolicitid";
            this.utcItemSolicitid.SharedControlsPage = this.ultraTabSharedControlsPage2;
            this.utcItemSolicitid.Size = new System.Drawing.Size(687, 342);
            appearance38.BackColor = System.Drawing.Color.Transparent;
            this.utcItemSolicitid.TabHeaderAreaAppearance = appearance38;
            this.utcItemSolicitid.TabIndex = 71;
            ultraTab2.TabPage = this.ultraTabPageControl1;
            ultraTab2.Text = ":: Default ::";
            ultraTab3.TabPage = this.ultraTabPageControl2;
            ultraTab3.Text = ":: Logística ::";
            ultraTab4.TabPage = this.ultraTabPageControl3;
            ultraTab4.Text = ":: No usado ::";
            ultraTab4.Visible = false;
            this.utcItemSolicitid.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab2,
            ultraTab3,
            ultraTab4});
            // 
            // ultraTabSharedControlsPage2
            // 
            this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
            this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(683, 316);
            // 
            // ssMoneda
            // 
            this.ssMoneda.BackColor = System.Drawing.Color.Transparent;
            this.ssMoneda.Location = new System.Drawing.Point(461, 92);
            this.ssMoneda.Name = "ssMoneda";
            this.ssMoneda.Size = new System.Drawing.Size(106, 28);
            this.ssMoneda.TabIndex = 73;
            this.ssMoneda.Search += new System.EventHandler(this.ssMoneda_Search);
            // 
            // lblMoneda
            // 
            appearance3.BackColor = System.Drawing.Color.Transparent;
            this.lblMoneda.Appearance = appearance3;
            this.lblMoneda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblMoneda.Location = new System.Drawing.Point(410, 94);
            this.lblMoneda.Name = "lblMoneda";
            this.lblMoneda.Size = new System.Drawing.Size(130, 23);
            this.lblMoneda.TabIndex = 72;
            this.lblMoneda.Text = "Moneda";
            // 
            // btnEliminarElemento
            // 
            this.btnEliminarElemento.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2010Button;
            this.btnEliminarElemento.Location = new System.Drawing.Point(78, 462);
            this.btnEliminarElemento.Name = "btnEliminarElemento";
            this.btnEliminarElemento.Size = new System.Drawing.Size(62, 23);
            this.btnEliminarElemento.TabIndex = 74;
            this.btnEliminarElemento.Text = "&Eliminar";
            this.btnEliminarElemento.Click += new System.EventHandler(this.btnEliminarElemento_Click);
            // 
            // lblGrupo
            // 
            appearance2.BackColor = System.Drawing.Color.Transparent;
            this.lblGrupo.Appearance = appearance2;
            this.lblGrupo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblGrupo.Location = new System.Drawing.Point(719, 20);
            this.lblGrupo.Name = "lblGrupo";
            this.lblGrupo.Size = new System.Drawing.Size(43, 23);
            this.lblGrupo.TabIndex = 75;
            this.lblGrupo.Text = "Grupo";
            // 
            // txtCodigoGrupo
            // 
            this.txtCodigoGrupo.Enabled = false;
            this.txtCodigoGrupo.Location = new System.Drawing.Point(763, 16);
            this.txtCodigoGrupo.Name = "txtCodigoGrupo";
            this.txtCodigoGrupo.Size = new System.Drawing.Size(54, 21);
            this.txtCodigoGrupo.TabIndex = 76;
            // 
            // btnCopiarElemento
            // 
            this.btnCopiarElemento.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2010Button;
            this.btnCopiarElemento.Location = new System.Drawing.Point(17, 462);
            this.btnCopiarElemento.Name = "btnCopiarElemento";
            this.btnCopiarElemento.Size = new System.Drawing.Size(61, 23);
            this.btnCopiarElemento.TabIndex = 77;
            this.btnCopiarElemento.Text = "&Copiar";
            this.btnCopiarElemento.Click += new System.EventHandler(this.btnCopiarElemento_Click);
            // 
            // ultraLabel6
            // 
            appearance1.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel6.Appearance = appearance1;
            this.ultraLabel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel6.Location = new System.Drawing.Point(521, 120);
            this.ultraLabel6.Name = "ultraLabel6";
            this.ultraLabel6.Size = new System.Drawing.Size(130, 23);
            this.ultraLabel6.TabIndex = 78;
            this.ultraLabel6.Text = "Linea de Producción";
            // 
            // busLineaProduccion
            // 
            this.busLineaProduccion.BackColor = System.Drawing.Color.Transparent;
            this.busLineaProduccion.Location = new System.Drawing.Point(648, 116);
            this.busLineaProduccion.Name = "busLineaProduccion";
            this.busLineaProduccion.Size = new System.Drawing.Size(171, 28);
            this.busLineaProduccion.TabIndex = 79;
            this.busLineaProduccion.Search += new System.EventHandler(this.busLineaProduccion_Search);
            // 
            // CheckTieneFondo
            // 
            this.CheckTieneFondo.Location = new System.Drawing.Point(13, 166);
            this.CheckTieneFondo.Name = "CheckTieneFondo";
            this.CheckTieneFondo.Size = new System.Drawing.Size(136, 20);
            this.CheckTieneFondo.TabIndex = 26;
            this.CheckTieneFondo.Text = "Tiene Fondo";
            this.CheckTieneFondo.CheckedChanged += new System.EventHandler(this.CheckTieneFondo_CheckedChanged);
            // 
            // FrmSolicitudCotizacion
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(856, 594);
            this.Name = "FrmSolicitudCotizacion";
            this.Text = "Solicitud de Cotización";
            ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).EndInit();
            this.ugbParent.ResumeLayout(false);
            this.ugbParent.PerformLayout();
            this.tabItems.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ugServicios)).EndInit();
            this.ultraTabPageControl1.ResumeLayout(false);
            this.ultraTabPageControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtCantidadItemProduccion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNombre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GruposTiras)).EndInit();
            this.GruposTiras.ResumeLayout(false);
            this.GruposTiras.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresoRetiraColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresoTiraColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoMedidaCerrada)).EndInit();
            this.GrupoMedidaCerrada.ResumeLayout(false);
            this.GrupoMedidaCerrada.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaCerradaLargo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaCerradaAlto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoMedidaAbierta)).EndInit();
            this.GrupoMedidaAbierta.ResumeLayout(false);
            this.GrupoMedidaAbierta.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAnchoCaja)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboMedida)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAbiertoLargo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAbiertoAlto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCantidadItem)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacionItem)).EndInit();
            this.ultraTabPageControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ugbRestriccione)).EndInit();
            this.ugbRestriccione.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneTipoUnidad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneMaquina)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneMaterial)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneMedidadCerrada)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneGraficos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneMedidaAbierta)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chkTieneTiraRetira)).EndInit();
            this.ultraTabPageControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.utcAcabadosyServicios)).EndInit();
            this.utcAcabadosyServicios.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txtNumeracion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udtFechaCreacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utSolicitudCotizacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utcItemSolicitid)).EndInit();
            this.utcItemSolicitid.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txtCodigoGrupo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.CheckTieneFondo)).EndInit();
            this.ResumeLayout(false);

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

        }
示例#27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance                      appearance1    = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.Override           _override1     = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
     this.networkTree                          = new Infragistics.Win.UltraWinTree.UltraTree();
     this.networkMenuStrip                     = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.findAssetToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.newAssetToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteComputersToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.assetToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.relocateByIPMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     this.remoteDesktopMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.statusToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.stockMenuItem                        = new System.Windows.Forms.ToolStripMenuItem();
     this.inUseMenuItem                        = new System.Windows.Forms.ToolStripMenuItem();
     this.pendingDisposalMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.disposedMenuItem                     = new System.Windows.Forms.ToolStripMenuItem();
     this.auditAgentToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.deployToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.updateConfigurationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.startToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.stopToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.removeToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.checkStatusToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.viewLogFileToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.clearLogFileToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.auditNowToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.reAuditDeviceToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.networkTree)).BeginInit();
     this.networkMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // networkTree
     //
     this.networkTree.AllowDrop        = true;
     appearance1.BackColor             = System.Drawing.Color.Transparent;
     this.networkTree.Appearance       = appearance1;
     this.networkTree.ContextMenuStrip = this.networkMenuStrip;
     this.networkTree.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.networkTree.Font             = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.networkTree.HideSelection    = false;
     this.networkTree.Location         = new System.Drawing.Point(0, 0);
     this.networkTree.Name             = "networkTree";
     _override1.SelectionType          = Infragistics.Win.UltraWinTree.SelectType.Extended;
     _override1.Sort                      = Infragistics.Win.UltraWinTree.SortType.None;
     this.networkTree.Override            = _override1;
     scrollBarLook1.ViewStyle             = Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle.Outlook2007;
     this.networkTree.ScrollBarLook       = scrollBarLook1;
     this.networkTree.ScrollBounds        = Infragistics.Win.UltraWinTree.ScrollBounds.ScrollToFill;
     this.networkTree.Size                = new System.Drawing.Size(217, 441);
     this.networkTree.TabIndex            = 2;
     this.networkTree.AfterSelect        += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.networkTree_AfterSelect);
     this.networkTree.BeforeExpand       += new Infragistics.Win.UltraWinTree.BeforeNodeChangedEventHandler(this.networkTree_BeforeExpand);
     this.networkTree.SelectionDragStart += new System.EventHandler(this.networkTree_SelectionDragStart);
     this.networkTree.DragDrop           += new System.Windows.Forms.DragEventHandler(this.networkTree_DragDrop);
     this.networkTree.DragOver           += new System.Windows.Forms.DragEventHandler(this.networkTree_DragOver);
     this.networkTree.DragLeave          += new System.EventHandler(this.networkTree_DragLeave);
     this.networkTree.QueryContinueDrag  += new System.Windows.Forms.QueryContinueDragEventHandler(this.applicationsTree_QueryContinueDrag);
     this.networkTree.KeyDown            += new System.Windows.Forms.KeyEventHandler(this.networkTree_KeyDown);
     this.networkTree.KeyPress           += new System.Windows.Forms.KeyPressEventHandler(this.networkTree_KeyPress);
     this.networkTree.MouseDown          += new System.Windows.Forms.MouseEventHandler(this.networkTree_MouseDown);
     //
     // networkMenuStrip
     //
     this.networkMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.findAssetToolStripMenuItem,
         this.newAssetToolStripMenuItem,
         this.deleteComputersToolStripMenuItem,
         this.assetToolStripMenuItem,
         this.statusToolStripMenuItem,
         this.auditAgentToolStripMenuItem,
         this.reAuditDeviceToolStripMenuItem
     });
     this.networkMenuStrip.Name     = "networkMenuStrip";
     this.networkMenuStrip.Size     = new System.Drawing.Size(175, 158);
     this.networkMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.networkMenuStrip_Opening);
     //
     // findAssetToolStripMenuItem
     //
     this.findAssetToolStripMenuItem.Image  = global::Layton.AuditWizard.Network.Properties.Resources.Find_16;
     this.findAssetToolStripMenuItem.Name   = "findAssetToolStripMenuItem";
     this.findAssetToolStripMenuItem.Size   = new System.Drawing.Size(174, 22);
     this.findAssetToolStripMenuItem.Text   = "&Find Asset";
     this.findAssetToolStripMenuItem.Click += new System.EventHandler(this.findAssetToolStripMenuItem_Click);
     //
     // newAssetToolStripMenuItem
     //
     this.newAssetToolStripMenuItem.Image  = global::Layton.AuditWizard.Network.Properties.Resources.computer_add_16;
     this.newAssetToolStripMenuItem.Name   = "newAssetToolStripMenuItem";
     this.newAssetToolStripMenuItem.Size   = new System.Drawing.Size(174, 22);
     this.newAssetToolStripMenuItem.Text   = "&New Asset";
     this.newAssetToolStripMenuItem.Click += new System.EventHandler(this.newAssetToolStripMenuItem_Click);
     //
     // deleteComputersToolStripMenuItem
     //
     this.deleteComputersToolStripMenuItem.Image  = global::Layton.AuditWizard.Network.Properties.Resources.computer_delete16;
     this.deleteComputersToolStripMenuItem.Name   = "deleteComputersToolStripMenuItem";
     this.deleteComputersToolStripMenuItem.Size   = new System.Drawing.Size(174, 22);
     this.deleteComputersToolStripMenuItem.Text   = "&Delete Asset(s)";
     this.deleteComputersToolStripMenuItem.Click += new System.EventHandler(this.deleteComputersToolStripMenuItem_Click);
     //
     // assetToolStripMenuItem
     //
     this.assetToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.relocateByIPMenuItem,
         this.remoteDesktopMenuItem
     });
     this.assetToolStripMenuItem.Image = global::Layton.AuditWizard.Network.Properties.Resources.computer16;
     this.assetToolStripMenuItem.Name  = "assetToolStripMenuItem";
     this.assetToolStripMenuItem.Size  = new System.Drawing.Size(174, 22);
     this.assetToolStripMenuItem.Text  = "Asset";
     //
     // relocateByIPMenuItem
     //
     this.relocateByIPMenuItem.Name   = "relocateByIPMenuItem";
     this.relocateByIPMenuItem.Size   = new System.Drawing.Size(198, 22);
     this.relocateByIPMenuItem.Text   = "Re-locate by IP Address";
     this.relocateByIPMenuItem.Click += new System.EventHandler(this.relocateByIPMenuItem_Click);
     //
     // remoteDesktopMenuItem
     //
     this.remoteDesktopMenuItem.Name   = "remoteDesktopMenuItem";
     this.remoteDesktopMenuItem.Size   = new System.Drawing.Size(198, 22);
     this.remoteDesktopMenuItem.Text   = "Remote &Desktop";
     this.remoteDesktopMenuItem.Click += new System.EventHandler(this.remoteDesktopMenuItem_Click);
     //
     // statusToolStripMenuItem
     //
     this.statusToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.stockMenuItem,
         this.inUseMenuItem,
         this.pendingDisposalMenuItem,
         this.disposedMenuItem
     });
     this.statusToolStripMenuItem.Name = "statusToolStripMenuItem";
     this.statusToolStripMenuItem.Size = new System.Drawing.Size(174, 22);
     this.statusToolStripMenuItem.Text = "Status";
     //
     // stockMenuItem
     //
     this.stockMenuItem.Image  = global::Layton.AuditWizard.Network.Properties.Resources.computer_stock_16;
     this.stockMenuItem.Name   = "stockMenuItem";
     this.stockMenuItem.Size   = new System.Drawing.Size(215, 22);
     this.stockMenuItem.Text   = "Mark as \'Stock\'";
     this.stockMenuItem.Click += new System.EventHandler(this.stockMenuItem_Click);
     //
     // inUseMenuItem
     //
     this.inUseMenuItem.Image  = global::Layton.AuditWizard.Network.Properties.Resources.computer16;
     this.inUseMenuItem.Name   = "inUseMenuItem";
     this.inUseMenuItem.Size   = new System.Drawing.Size(215, 22);
     this.inUseMenuItem.Text   = "Mark as \'In Use\'";
     this.inUseMenuItem.Click += new System.EventHandler(this.inUseMenuItem_Click);
     //
     // pendingDisposalMenuItem
     //
     this.pendingDisposalMenuItem.Image  = global::Layton.AuditWizard.Network.Properties.Resources.computer_pending_16;
     this.pendingDisposalMenuItem.Name   = "pendingDisposalMenuItem";
     this.pendingDisposalMenuItem.Size   = new System.Drawing.Size(215, 22);
     this.pendingDisposalMenuItem.Text   = "Mark as \'Pending Disposal\'";
     this.pendingDisposalMenuItem.Click += new System.EventHandler(this.pendingDisposalMenuItem_Click);
     //
     // disposedMenuItem
     //
     this.disposedMenuItem.Image  = global::Layton.AuditWizard.Network.Properties.Resources.computer_disposed_16;
     this.disposedMenuItem.Name   = "disposedMenuItem";
     this.disposedMenuItem.Size   = new System.Drawing.Size(215, 22);
     this.disposedMenuItem.Text   = "Mark as \'Disposed\'";
     this.disposedMenuItem.Click += new System.EventHandler(this.disposedMenuItem_Click);
     //
     // auditAgentToolStripMenuItem
     //
     this.auditAgentToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.deployToolStripMenuItem,
         this.updateConfigurationToolStripMenuItem,
         this.startToolStripMenuItem,
         this.stopToolStripMenuItem,
         this.removeToolStripMenuItem,
         this.checkStatusToolStripMenuItem,
         this.viewLogFileToolStripMenuItem,
         this.clearLogFileToolStripMenuItem,
         this.auditNowToolStripMenuItem
     });
     this.auditAgentToolStripMenuItem.Image = global::Layton.AuditWizard.Network.Properties.Resources.scanner_16;
     this.auditAgentToolStripMenuItem.Name  = "auditAgentToolStripMenuItem";
     this.auditAgentToolStripMenuItem.Size  = new System.Drawing.Size(174, 22);
     this.auditAgentToolStripMenuItem.Text  = "AuditWizard Agent";
     //
     // deployToolStripMenuItem
     //
     this.deployToolStripMenuItem.Image       = global::Layton.AuditWizard.Network.Properties.Resources.deploy16;
     this.deployToolStripMenuItem.Name        = "deployToolStripMenuItem";
     this.deployToolStripMenuItem.Size        = new System.Drawing.Size(189, 22);
     this.deployToolStripMenuItem.Text        = "&Deploy";
     this.deployToolStripMenuItem.ToolTipText = "Deploy the AuditAgent to the selected PC(s)";
     //
     // updateConfigurationToolStripMenuItem
     //
     this.updateConfigurationToolStripMenuItem.Image       = global::Layton.AuditWizard.Network.Properties.Resources.agent_refresh16;
     this.updateConfigurationToolStripMenuItem.Name        = "updateConfigurationToolStripMenuItem";
     this.updateConfigurationToolStripMenuItem.Size        = new System.Drawing.Size(189, 22);
     this.updateConfigurationToolStripMenuItem.Text        = "Update Configuration";
     this.updateConfigurationToolStripMenuItem.ToolTipText = "Update the scanner configuration for the selected AuditAgent(s)";
     this.updateConfigurationToolStripMenuItem.Click      += new System.EventHandler(this.updateConfigurationToolStripMenuItem_Click);
     //
     // startToolStripMenuItem
     //
     this.startToolStripMenuItem.Image       = global::Layton.AuditWizard.Network.Properties.Resources.start16;
     this.startToolStripMenuItem.Name        = "startToolStripMenuItem";
     this.startToolStripMenuItem.Size        = new System.Drawing.Size(189, 22);
     this.startToolStripMenuItem.Text        = "&Start";
     this.startToolStripMenuItem.ToolTipText = "Start the AuditAgent on the selected PC(s)";
     this.startToolStripMenuItem.Click      += new System.EventHandler(this.startToolStripMenuItem_Click);
     //
     // stopToolStripMenuItem
     //
     this.stopToolStripMenuItem.Image       = global::Layton.AuditWizard.Network.Properties.Resources.stop16;
     this.stopToolStripMenuItem.Name        = "stopToolStripMenuItem";
     this.stopToolStripMenuItem.Size        = new System.Drawing.Size(189, 22);
     this.stopToolStripMenuItem.Text        = "&Stop";
     this.stopToolStripMenuItem.ToolTipText = "Stop the AuditAgent Service on the selected PC(s)";
     this.stopToolStripMenuItem.Click      += new System.EventHandler(this.stopToolStripMenuItem_Click);
     //
     // removeToolStripMenuItem
     //
     this.removeToolStripMenuItem.Image       = global::Layton.AuditWizard.Network.Properties.Resources.remove16;
     this.removeToolStripMenuItem.Name        = "removeToolStripMenuItem";
     this.removeToolStripMenuItem.Size        = new System.Drawing.Size(189, 22);
     this.removeToolStripMenuItem.Text        = "&Remove";
     this.removeToolStripMenuItem.ToolTipText = "Remove the AuditAgent Service from the selected PC(s)";
     this.removeToolStripMenuItem.Click      += new System.EventHandler(this.removeToolStripMenuItem_Click);
     //
     // checkStatusToolStripMenuItem
     //
     this.checkStatusToolStripMenuItem.Image       = global::Layton.AuditWizard.Network.Properties.Resources.checkstatus16;
     this.checkStatusToolStripMenuItem.Name        = "checkStatusToolStripMenuItem";
     this.checkStatusToolStripMenuItem.Size        = new System.Drawing.Size(189, 22);
     this.checkStatusToolStripMenuItem.Text        = "Check &Status";
     this.checkStatusToolStripMenuItem.ToolTipText = "Check the Status of the AuditAgent Service on the selected PC(s)";
     this.checkStatusToolStripMenuItem.Click      += new System.EventHandler(this.checkStatusToolStripMenuItem_Click);
     //
     // viewLogFileToolStripMenuItem
     //
     this.viewLogFileToolStripMenuItem.Image       = global::Layton.AuditWizard.Network.Properties.Resources.viewlog16;
     this.viewLogFileToolStripMenuItem.Name        = "viewLogFileToolStripMenuItem";
     this.viewLogFileToolStripMenuItem.Size        = new System.Drawing.Size(189, 22);
     this.viewLogFileToolStripMenuItem.Text        = "&View Log File";
     this.viewLogFileToolStripMenuItem.ToolTipText = "View the AuditAgent Service log file for the selected PC(s)";
     this.viewLogFileToolStripMenuItem.Click      += new System.EventHandler(this.viewLogFileToolStripMenuItem_Click);
     //
     // clearLogFileToolStripMenuItem
     //
     this.clearLogFileToolStripMenuItem.Image       = global::Layton.AuditWizard.Network.Properties.Resources.clearlog16;
     this.clearLogFileToolStripMenuItem.Name        = "clearLogFileToolStripMenuItem";
     this.clearLogFileToolStripMenuItem.Size        = new System.Drawing.Size(189, 22);
     this.clearLogFileToolStripMenuItem.Text        = "&Clear Log File";
     this.clearLogFileToolStripMenuItem.ToolTipText = "Clear the AuditAgent Service log file on the selected PC(s)";
     this.clearLogFileToolStripMenuItem.Click      += new System.EventHandler(this.clearLogFileToolStripMenuItem_Click);
     //
     // auditNowToolStripMenuItem
     //
     this.auditNowToolStripMenuItem.Image       = global::Layton.AuditWizard.Network.Properties.Resources.request_reaudit_16;
     this.auditNowToolStripMenuItem.Name        = "auditNowToolStripMenuItem";
     this.auditNowToolStripMenuItem.Size        = new System.Drawing.Size(189, 22);
     this.auditNowToolStripMenuItem.Text        = "&Audit Now";
     this.auditNowToolStripMenuItem.ToolTipText = "Request the AuditAgent Service to perfom an audit of the selected PC(s)";
     this.auditNowToolStripMenuItem.Click      += new System.EventHandler(this.auditNowToolStripMenuItem_Click);
     //
     // reAuditDeviceToolStripMenuItem
     //
     this.reAuditDeviceToolStripMenuItem.Image  = global::Layton.AuditWizard.Network.Properties.Resources.request_reaudit_16;
     this.reAuditDeviceToolStripMenuItem.Name   = "reAuditDeviceToolStripMenuItem";
     this.reAuditDeviceToolStripMenuItem.Size   = new System.Drawing.Size(174, 22);
     this.reAuditDeviceToolStripMenuItem.Text   = "&Reaudit Asset";
     this.reAuditDeviceToolStripMenuItem.Click += new System.EventHandler(this.reAuditAssetToolStripMenuItem_Click);
     //
     // NetworkExplorerView
     //
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.networkTree);
     this.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "NetworkExplorerView";
     this.Size = new System.Drawing.Size(217, 441);
     ((System.ComponentModel.ISupportInitialize)(this.networkTree)).EndInit();
     this.networkMenuStrip.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()
 {
     Infragistics.Win.UltraWinTree.UltraTreeColumnSet ultraTreeColumnSet1 = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn1 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn2 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.UltraTreeColumnSet  ultraTreeColumnSet2  = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn3 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.UltraTreeColumnSet  ultraTreeColumnSet3  = new Infragistics.Win.UltraWinTree.UltraTreeColumnSet();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn4 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.UltraTreeNodeColumn ultraTreeNodeColumn5 = new Infragistics.Win.UltraWinTree.UltraTreeNodeColumn();
     Infragistics.Win.UltraWinTree.Override            _override1           = new Infragistics.Win.UltraWinTree.Override();
     this.InputTree        = new Infragistics.Win.UltraWinTree.UltraTree();
     this.ds               = new System.Data.DataSet();
     this.dtDataSet        = new System.Data.DataTable();
     this.cKey             = new System.Data.DataColumn();
     this.cDes             = new System.Data.DataColumn();
     this.InputParameters  = new System.Data.DataTable();
     this.cInputDataSetKey = new System.Data.DataColumn();
     this.cInputKey        = new System.Data.DataColumn();
     this.cInputName       = new System.Data.DataColumn();
     this.ExpectedResult   = new System.Data.DataTable();
     this.cExpectedDataSet = new System.Data.DataColumn();
     this.cExpectedKey     = new System.Data.DataColumn();
     this.cExpectedName    = new System.Data.DataColumn();
     this.Step             = new System.Data.DataTable();
     this.cInputSetKey     = new System.Data.DataColumn();
     this.cStepKey         = new System.Data.DataColumn();
     this.cStepName        = new System.Data.DataColumn();
     this.Parameter        = new System.Data.DataTable();
     this.cParaStepKey     = new System.Data.DataColumn();
     this.cParaKey         = new System.Data.DataColumn();
     this.cParaValue       = new System.Data.DataColumn();
     this.btnImport        = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.InputTree)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ds)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.InputParameters)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ExpectedResult)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Step)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Parameter)).BeginInit();
     this.SuspendLayout();
     //
     // InputTree
     //
     this.InputTree.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.InputTree.ColumnSettings.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeColumnSet1.AllowCellEdit           = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeColumnSet1.AllowCellSizing         = Infragistics.Win.UltraWinTree.LayoutSizing.Vertical;
     appearance1.ImageHAlign                    = Infragistics.Win.HAlign.Left;
     appearance1.ImageVAlign                    = Infragistics.Win.VAlign.Middle;
     ultraTreeColumnSet1.CellAppearance         = appearance1;
     ultraTreeColumnSet1.ColumnAutoSizeMode     = Infragistics.Win.UltraWinTree.ColumnAutoSizeMode.AllNodesWithDescendants;
     appearance2.ImageVAlign                    = Infragistics.Win.VAlign.Middle;
     ultraTreeColumnSet1.ColumnHeaderAppearance = appearance2;
     ultraTreeNodeColumn1.AllowCellEdit         = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeNodeColumn1.Key                   = "cDataSetKey";
     ultraTreeNodeColumn1.Text                  = "DataSet Key";
     ultraTreeNodeColumn2.AllowCellEdit         = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeNodeColumn2.Key                   = "cDataSetDescription";
     ultraTreeNodeColumn2.Text                  = "Description";
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn1);
     ultraTreeColumnSet1.Columns.Add(ultraTreeNodeColumn2);
     ultraTreeColumnSet1.HeaderStyle    = Infragistics.Win.HeaderStyle.Standard;
     ultraTreeColumnSet1.Key            = "DataSet";
     ultraTreeColumnSet1.TipStyleCell   = Infragistics.Win.UltraWinTree.TipStyleCell.Show;
     ultraTreeColumnSet2.AllowCellEdit  = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeNodeColumn3.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeNodeColumn3.Key           = "cStep";
     ultraTreeNodeColumn3.Text          = "Step Name";
     ultraTreeColumnSet2.Columns.Add(ultraTreeNodeColumn3);
     ultraTreeColumnSet2.HeaderStyle    = Infragistics.Win.HeaderStyle.XPThemed;
     ultraTreeColumnSet2.Key            = "Step";
     ultraTreeColumnSet2.LabelPosition  = Infragistics.Win.UltraWinTree.NodeLayoutLabelPosition.Left;
     ultraTreeColumnSet2.LabelStyle     = Infragistics.Win.UltraWinTree.NodeLayoutLabelStyle.WithCellData;
     ultraTreeColumnSet3.AllowCellEdit  = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeColumnSet3.CellWrapText   = Infragistics.Win.DefaultableBoolean.True;
     ultraTreeNodeColumn4.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeNodeColumn4.Key           = "cKey";
     ultraTreeNodeColumn4.Text          = "Key";
     ultraTreeNodeColumn5.AllowCellEdit = Infragistics.Win.UltraWinTree.AllowCellEdit.Full;
     ultraTreeNodeColumn5.Key           = "cValue";
     ultraTreeNodeColumn5.Text          = "Value";
     ultraTreeColumnSet3.Columns.Add(ultraTreeNodeColumn4);
     ultraTreeColumnSet3.Columns.Add(ultraTreeNodeColumn5);
     ultraTreeColumnSet3.Key           = "Parameter";
     ultraTreeColumnSet3.LabelPosition = Infragistics.Win.UltraWinTree.NodeLayoutLabelPosition.None;
     ultraTreeColumnSet3.LabelStyle    = Infragistics.Win.UltraWinTree.NodeLayoutLabelStyle.WithCellData;
     this.InputTree.ColumnSettings.ColumnSets.Add(ultraTreeColumnSet1);
     this.InputTree.ColumnSettings.ColumnSets.Add(ultraTreeColumnSet2);
     this.InputTree.ColumnSettings.ColumnSets.Add(ultraTreeColumnSet3);
     this.InputTree.Location    = new System.Drawing.Point(-1, 0);
     this.InputTree.Name        = "InputTree";
     _override1.CellClickAction = Infragistics.Win.UltraWinTree.CellClickAction.EditCell;
     this.InputTree.Override    = _override1;
     this.InputTree.Size        = new System.Drawing.Size(339, 310);
     this.InputTree.TabIndex    = 0;
     //
     // ds
     //
     this.ds.DataSetName = "NewDataSet";
     this.ds.Relations.AddRange(new System.Data.DataRelation[] {
         new System.Data.DataRelation("DataSetToExpected", "DataSet", "ExpectedResult", new string[] {
             "Key"
         }, new string[] {
             "DataSetKey"
         }, false),
         new System.Data.DataRelation("StepToPara", "Step", "Parameter", new string[] {
             "StepKey"
         }, new string[] {
             "StepKey"
         }, false),
         new System.Data.DataRelation("DataSetToInput", "DataSet", "InputParameters", new string[] {
             "Key"
         }, new string[] {
             "DataSetKey"
         }, false),
         new System.Data.DataRelation("ExpectedToStep", "ExpectedResult", "Step", new string[] {
             "ExpectedKey"
         }, new string[] {
             "InputSetKey"
         }, false),
         new System.Data.DataRelation("InputToStep", "InputParameters", "Step", new string[] {
             "InputKey"
         }, new string[] {
             "InputSetKey"
         }, false)
     });
     this.ds.Tables.AddRange(new System.Data.DataTable[] {
         this.dtDataSet,
         this.InputParameters,
         this.ExpectedResult,
         this.Step,
         this.Parameter
     });
     //
     // dtDataSet
     //
     this.dtDataSet.Columns.AddRange(new System.Data.DataColumn[] {
         this.cKey,
         this.cDes
     });
     this.dtDataSet.Constraints.AddRange(new System.Data.Constraint[] {
         new System.Data.UniqueConstraint("Constraint1", new string[] {
             "Key"
         }, false)
     });
     this.dtDataSet.TableName = "DataSet";
     //
     // cKey
     //
     this.cKey.ColumnName = "Key";
     //
     // cDes
     //
     this.cDes.ColumnName = "Description";
     //
     // InputParameters
     //
     this.InputParameters.Columns.AddRange(new System.Data.DataColumn[] {
         this.cInputDataSetKey,
         this.cInputKey,
         this.cInputName
     });
     this.InputParameters.Constraints.AddRange(new System.Data.Constraint[] {
         new System.Data.ForeignKeyConstraint("DataSetToInput", "DataSet", new string[] {
             "Key"
         }, new string[] {
             "DataSetKey"
         }, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade),
         new System.Data.UniqueConstraint("Constraint1", new string[] {
             "InputKey"
         }, false)
     });
     this.InputParameters.TableName = "InputParameters";
     //
     // cInputDataSetKey
     //
     this.cInputDataSetKey.ColumnName = "DataSetKey";
     //
     // cInputKey
     //
     this.cInputKey.ColumnName = "InputKey";
     //
     // cInputName
     //
     this.cInputName.ColumnName = "InputName";
     //
     // ExpectedResult
     //
     this.ExpectedResult.Columns.AddRange(new System.Data.DataColumn[] {
         this.cExpectedDataSet,
         this.cExpectedKey,
         this.cExpectedName
     });
     this.ExpectedResult.Constraints.AddRange(new System.Data.Constraint[] {
         new System.Data.ForeignKeyConstraint("DataSetToExpected", "DataSet", new string[] {
             "Key"
         }, new string[] {
             "DataSetKey"
         }, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade),
         new System.Data.UniqueConstraint("Constraint1", new string[] {
             "ExpectedKey"
         }, false)
     });
     this.ExpectedResult.TableName = "ExpectedResult";
     //
     // cExpectedDataSet
     //
     this.cExpectedDataSet.ColumnName = "DataSetKey";
     //
     // cExpectedKey
     //
     this.cExpectedKey.ColumnName = "ExpectedKey";
     //
     // cExpectedName
     //
     this.cExpectedName.ColumnName = "ExpectedName";
     //
     // Step
     //
     this.Step.Columns.AddRange(new System.Data.DataColumn[] {
         this.cInputSetKey,
         this.cStepKey,
         this.cStepName
     });
     this.Step.Constraints.AddRange(new System.Data.Constraint[] {
         new System.Data.ForeignKeyConstraint("InputToStep", "InputParameters", new string[] {
             "InputKey"
         }, new string[] {
             "InputSetKey"
         }, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade),
         new System.Data.ForeignKeyConstraint("ExpectedToStep", "ExpectedResult", new string[] {
             "ExpectedKey"
         }, new string[] {
             "InputSetKey"
         }, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade),
         new System.Data.UniqueConstraint("Constraint1", new string[] {
             "StepKey"
         }, false)
     });
     this.Step.TableName = "Step";
     //
     // cInputSetKey
     //
     this.cInputSetKey.ColumnName = "InputSetKey";
     //
     // cStepKey
     //
     this.cStepKey.ColumnName = "StepKey";
     //
     // cStepName
     //
     this.cStepName.ColumnName = "StepName";
     //
     // Parameter
     //
     this.Parameter.Columns.AddRange(new System.Data.DataColumn[] {
         this.cParaStepKey,
         this.cParaKey,
         this.cParaValue
     });
     this.Parameter.Constraints.AddRange(new System.Data.Constraint[] {
         new System.Data.ForeignKeyConstraint("StepToPara", "Step", new string[] {
             "StepKey"
         }, new string[] {
             "StepKey"
         }, System.Data.AcceptRejectRule.None, System.Data.Rule.Cascade, System.Data.Rule.Cascade)
     });
     this.Parameter.TableName = "Parameter";
     //
     // cParaStepKey
     //
     this.cParaStepKey.ColumnName = "StepKey";
     //
     // cParaKey
     //
     this.cParaKey.ColumnName = "ParaKey";
     //
     // cParaValue
     //
     this.cParaValue.ColumnName = "ParaValue";
     //
     // btnImport
     //
     this.btnImport.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnImport.Location = new System.Drawing.Point(364, 243);
     this.btnImport.Name     = "btnImport";
     this.btnImport.Size     = new System.Drawing.Size(75, 23);
     this.btnImport.TabIndex = 1;
     this.btnImport.Text     = "Import";
     this.btnImport.UseVisualStyleBackColor = true;
     this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
     //
     // Mainframe
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(451, 308);
     this.Controls.Add(this.btnImport);
     this.Controls.Add(this.InputTree);
     this.Name = "Mainframe";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.InputTree)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ds)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.InputParameters)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ExpectedResult)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Step)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Parameter)).EndInit();
     this.ResumeLayout(false);
 }
示例#29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinTree.Override           _override1        = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.Appearance                      appearance2       = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                      appearance18      = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand      ultraGridBand1    = new Infragistics.Win.UltraWinGrid.UltraGridBand("SysPost", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn1  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PostId");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn2  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PostCode");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn3  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PostName");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn4  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PostType");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn5  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PostLevel");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn6  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PostOrgId");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn7  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PostOrgName");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn8  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Remark");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn9  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RoleId");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RoleName");
     Infragistics.Win.Appearance                      appearance19      = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                      appearance20      = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                      appearance21      = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                      appearance22      = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                      appearance23      = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                      appearance24      = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                      appearance25      = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1    = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
     Infragistics.Win.Appearance                      appearance3       = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand      ultraGridBand2    = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EMPLOYEE_CODE");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EMPLOYEE_NAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("USER_ACCOUNT");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ORGANIZATION_NAME");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
     Infragistics.Win.UltraWinGrid.UltraGridColumn    ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EMPLOYEE_ID");
     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.UltraWinScrollBar.ScrollBarLook scrollBarLook2    = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
     Infragistics.Win.Appearance                      appearance28      = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.UltraToolbar   ultraToolbar1     = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
     Infragistics.Win.UltraWinToolbars.ButtonTool     buttonTool1       = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
     Infragistics.Win.UltraWinToolbars.ButtonTool     buttonTool2       = new Infragistics.Win.UltraWinToolbars.ButtonTool("Remove");
     Infragistics.Win.UltraWinToolbars.ButtonTool     buttonTool3       = new Infragistics.Win.UltraWinToolbars.ButtonTool("Add");
     Infragistics.Win.Appearance                      appearance30      = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinToolbars.ButtonTool     buttonTool4       = new Infragistics.Win.UltraWinToolbars.ButtonTool("Remove");
     Infragistics.Win.Appearance                      appearance29      = new Infragistics.Win.Appearance();
     this.ultraGroupBox1       = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraTree1           = new Infragistics.Win.UltraWinTree.UltraTree();
     this.ultraGroupBox2       = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1           = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.sysPostBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dataSet1             = new System.Data.DataSet();
     this.dataTable1           = new System.Data.DataTable();
     this.dataColumn1          = new System.Data.DataColumn();
     this.dataColumn2          = new System.Data.DataColumn();
     this.dataColumn3          = new System.Data.DataColumn();
     this.dataColumn4          = new System.Data.DataColumn();
     this.dataColumn5          = new System.Data.DataColumn();
     this.dataColumn6          = new System.Data.DataColumn();
     this.ultraGroupBox3       = new Infragistics.Win.Misc.UltraGroupBox();
     this.panel1     = new System.Windows.Forms.Panel();
     this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this._panel1_Toolbars_Dock_Area_Left   = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this.ultraToolbarsManager1             = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
     this._panel1_Toolbars_Dock_Area_Right  = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel1_Toolbars_Dock_Area_Top    = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sysPostBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraTree1);
     this.ultraGroupBox1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(236, 537);
     this.ultraGroupBox1.TabIndex = 1;
     this.ultraGroupBox1.Text     = "组织结构";
     //
     // ultraTree1
     //
     this.ultraTree1.BorderStyle             = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraTree1.DisplayStyle            = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
     this.ultraTree1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.ultraTree1.HideExpansionIndicators = Infragistics.Win.UltraWinTree.HideExpansionIndicators.Never;
     this.ultraTree1.ImageTransparentColor   = System.Drawing.Color.Transparent;
     this.ultraTree1.Location                = new System.Drawing.Point(3, 18);
     this.ultraTree1.Name                    = "ultraTree1";
     this.ultraTree1.NodeConnectorColor      = System.Drawing.SystemColors.ControlDark;
     appearance2.BackColor                   = System.Drawing.Color.LightCyan;
     _override1.ActiveNodeAppearance         = appearance2;
     this.ultraTree1.Override                = _override1;
     this.ultraTree1.Size                    = new System.Drawing.Size(230, 516);
     this.ultraTree1.TabIndex                = 0;
     this.ultraTree1.AfterActivate          += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterActivate);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ultraGroupBox2.Location = new System.Drawing.Point(236, 0);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(701, 328);
     this.ultraGroupBox2.TabIndex = 2;
     this.ultraGroupBox2.Text     = "岗位信息";
     //
     // ultraGrid1
     //
     this.ultraGrid1.DataSource               = this.sysPostBindingSource;
     appearance18.BackColor                   = System.Drawing.Color.White;
     appearance18.BorderColor                 = System.Drawing.SystemColors.InactiveCaption;
     appearance18.TextVAlignAsString          = "Middle";
     this.ultraGrid1.DisplayLayout.Appearance = appearance18;
     ultraGridColumn1.Header.VisiblePosition  = 0;
     ultraGridColumn1.Hidden                  = true;
     ultraGridColumn2.CellActivation          = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn2.Header.Caption          = "岗位编码";
     ultraGridColumn2.Header.VisiblePosition  = 1;
     ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(97, 0);
     ultraGridColumn3.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn3.Header.Caption         = "岗位名称";
     ultraGridColumn3.Header.VisiblePosition = 2;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(109, 0);
     ultraGridColumn4.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn4.Header.Caption         = "岗位类型";
     ultraGridColumn4.Header.VisiblePosition = 3;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(107, 0);
     ultraGridColumn5.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn5.Header.Caption         = "岗位级别";
     ultraGridColumn5.Header.VisiblePosition = 4;
     ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(101, 0);
     ultraGridColumn6.Header.VisiblePosition = 5;
     ultraGridColumn6.Hidden                  = true;
     ultraGridColumn7.CellActivation          = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn7.Header.Caption          = "所属组织";
     ultraGridColumn7.Header.VisiblePosition  = 6;
     ultraGridColumn8.CellActivation          = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn8.Header.Caption          = "备注";
     ultraGridColumn8.Header.VisiblePosition  = 9;
     ultraGridColumn9.Header.VisiblePosition  = 7;
     ultraGridColumn9.Hidden                  = true;
     ultraGridColumn10.CellActivation         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn10.Header.Caption         = "角色";
     ultraGridColumn10.Header.VisiblePosition = 8;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4,
         ultraGridColumn5,
         ultraGridColumn6,
         ultraGridColumn7,
         ultraGridColumn8,
         ultraGridColumn9,
         ultraGridColumn10
     });
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.BorderStyle         = Infragistics.Win.UIElementBorderStyle.WindowsVista;
     this.ultraGrid1.DisplayLayout.CaptionVisible      = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.GroupByBox.Hidden   = true;
     this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
     this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
     appearance19.BackColor = System.Drawing.SystemColors.Window;
     appearance19.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance19;
     this.ultraGrid1.DisplayLayout.Override.AllowRowFiltering    = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.Override.FilterUIType         = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance20.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     appearance20.BackColor2         = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     appearance20.BackGradientStyle  = Infragistics.Win.GradientStyle.Vertical;
     appearance20.ForeColor          = System.Drawing.SystemColors.ControlText;
     appearance20.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance  = appearance20;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsVista;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight      = 21;
     appearance21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229)))));
     this.ultraGrid1.DisplayLayout.Override.RowAlternateAppearance = appearance21;
     appearance22.BorderColor        = System.Drawing.Color.DarkGray;
     appearance22.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance22;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance23.BackColor         = System.Drawing.Color.LightSkyBlue;
     appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance23.ForeColor         = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance23;
     appearance24.BackColor = System.Drawing.Color.PaleTurquoise;
     this.ultraGrid1.DisplayLayout.Override.SpecialRowSeparatorAppearance = appearance24;
     appearance25.BackColor = System.Drawing.Color.LightYellow;
     appearance25.ForeColor = System.Drawing.Color.Blue;
     this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance25;
     this.ultraGrid1.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     scrollBarLook1.ViewStyle = Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle.Office2007;
     this.ultraGrid1.DisplayLayout.ScrollBarLook = scrollBarLook1;
     this.ultraGrid1.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font              = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location          = new System.Drawing.Point(3, 18);
     this.ultraGrid1.Name              = "ultraGrid1";
     this.ultraGrid1.Size              = new System.Drawing.Size(695, 307);
     this.ultraGrid1.TabIndex          = 0;
     this.ultraGrid1.DoubleClickRow   += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid1_DoubleClickRow);
     this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
     //
     // sysPostBindingSource
     //
     this.sysPostBindingSource.DataSource = typeof(com.ccf.bip.biz.system.authorization.mapper.SysPost);
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
         this.dataTable1
     });
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
         this.dataColumn1,
         this.dataColumn2,
         this.dataColumn3,
         this.dataColumn4,
         this.dataColumn5,
         this.dataColumn6
     });
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption    = "员工编号";
     this.dataColumn1.ColumnName = "EMPLOYEE_CODE";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption    = "员工姓名";
     this.dataColumn2.ColumnName = "EMPLOYEE_NAME";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption    = "系统帐号";
     this.dataColumn3.ColumnName = "USER_ACCOUNT";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption    = "所在组织";
     this.dataColumn4.ColumnName = "ORGANIZATION_NAME";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption    = "选择";
     this.dataColumn5.ColumnName = "CHK";
     //
     // dataColumn6
     //
     this.dataColumn6.ColumnName = "EMPLOYEE_ID";
     //
     // ultraGroupBox3
     //
     this.ultraGroupBox3.Controls.Add(this.panel1);
     this.ultraGroupBox3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox3.Location = new System.Drawing.Point(236, 328);
     this.ultraGroupBox3.Name     = "ultraGroupBox3";
     this.ultraGroupBox3.Size     = new System.Drawing.Size(701, 209);
     this.ultraGroupBox3.TabIndex = 13;
     this.ultraGroupBox3.Text     = "员工信息";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ultraGrid2);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
     this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 18);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(695, 188);
     this.panel1.TabIndex = 0;
     //
     // ultraGrid2
     //
     this.ultraGrid2.DataMember                              = "Table1";
     this.ultraGrid2.DataSource                              = this.dataSet1;
     appearance3.BackColor                                   = System.Drawing.Color.White;
     appearance3.BorderColor                                 = System.Drawing.SystemColors.InactiveCaption;
     appearance3.TextVAlignAsString                          = "Middle";
     this.ultraGrid2.DisplayLayout.Appearance                = appearance3;
     ultraGridColumn11.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn11.Header.VisiblePosition                = 0;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX           = 2;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn11.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn12.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn12.Header.VisiblePosition                = 1;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX           = 4;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(163, 0);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn13.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn13.Header.VisiblePosition                = 2;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX           = 6;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn13.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(125, 0);
     ultraGridColumn13.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn14.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn14.Header.VisiblePosition                = 3;
     ultraGridColumn14.RowLayoutColumnInfo.OriginX           = 8;
     ultraGridColumn14.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn14.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(200, 0);
     ultraGridColumn14.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn14.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn15.Header.VisiblePosition                = 4;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX           = 0;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn15.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(44, 0);
     ultraGridColumn15.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn15.Style                                 = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
     ultraGridColumn16.Header.VisiblePosition                = 5;
     ultraGridColumn16.Hidden                                = true;
     ultraGridBand2.Columns.AddRange(new object[] {
         ultraGridColumn11,
         ultraGridColumn12,
         ultraGridColumn13,
         ultraGridColumn14,
         ultraGridColumn15,
         ultraGridColumn16
     });
     ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
     this.ultraGrid2.DisplayLayout.BorderStyle         = Infragistics.Win.UIElementBorderStyle.WindowsVista;
     this.ultraGrid2.DisplayLayout.CaptionVisible      = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid2.DisplayLayout.GroupByBox.Hidden   = true;
     this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
     this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
     appearance4.BackColor = System.Drawing.SystemColors.Window;
     appearance4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance4;
     this.ultraGrid2.DisplayLayout.Override.AllowRowFiltering    = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid2.DisplayLayout.Override.FilterUIType         = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance5.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     appearance5.BackColor2         = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     appearance5.BackGradientStyle  = Infragistics.Win.GradientStyle.Vertical;
     appearance5.ForeColor          = System.Drawing.SystemColors.ControlText;
     appearance5.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid2.DisplayLayout.Override.HeaderAppearance  = appearance5;
     this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid2.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsVista;
     this.ultraGrid2.DisplayLayout.Override.MinRowHeight      = 21;
     appearance6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229)))));
     this.ultraGrid2.DisplayLayout.Override.RowAlternateAppearance = appearance6;
     appearance7.BorderColor        = System.Drawing.Color.DarkGray;
     appearance7.TextVAlignAsString = "Middle";
     this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance7;
     this.ultraGrid2.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance8.BackColor         = System.Drawing.Color.LightSkyBlue;
     appearance8.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance8.ForeColor         = System.Drawing.Color.Black;
     this.ultraGrid2.DisplayLayout.Override.SelectedRowAppearance = appearance8;
     appearance9.BackColor = System.Drawing.Color.PaleTurquoise;
     this.ultraGrid2.DisplayLayout.Override.SpecialRowSeparatorAppearance = appearance9;
     appearance10.BackColor = System.Drawing.Color.LightYellow;
     appearance10.ForeColor = System.Drawing.Color.Blue;
     this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance10;
     this.ultraGrid2.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     scrollBarLook2.ViewStyle = Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle.Office2007;
     this.ultraGrid2.DisplayLayout.ScrollBarLook = scrollBarLook2;
     this.ultraGrid2.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid2.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid2.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid2.Location = new System.Drawing.Point(0, 25);
     this.ultraGrid2.Name     = "ultraGrid2";
     this.ultraGrid2.Size     = new System.Drawing.Size(695, 163);
     this.ultraGrid2.TabIndex = 1;
     //
     // _panel1_Toolbars_Dock_Area_Left
     //
     this._panel1_Toolbars_Dock_Area_Left.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Left.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this._panel1_Toolbars_Dock_Area_Left.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
     this._panel1_Toolbars_Dock_Area_Left.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Left.Location        = new System.Drawing.Point(0, 25);
     this._panel1_Toolbars_Dock_Area_Left.Name            = "_panel1_Toolbars_Dock_Area_Left";
     this._panel1_Toolbars_Dock_Area_Left.Size            = new System.Drawing.Size(0, 163);
     this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // ultraToolbarsManager1
     //
     appearance28.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ultraToolbarsManager1.Appearance               = appearance28;
     this.ultraToolbarsManager1.DesignerFlags            = 1;
     this.ultraToolbarsManager1.DockWithinContainer      = this.panel1;
     this.ultraToolbarsManager1.LockToolbars             = true;
     this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
     ultraToolbar1.DockedColumn = 0;
     ultraToolbar1.DockedRow    = 0;
     ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool1,
         buttonTool2
     });
     ultraToolbar1.Text = "UltraToolbar1";
     this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
         ultraToolbar1
     });
     appearance30.Image = global::com.ccf.bip.biz.ResourceImg.addSub;
     buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance30;
     buttonTool3.SharedPropsInternal.Caption      = "添加";
     buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     appearance29.Image = global::com.ccf.bip.biz.ResourceImg.delete;
     buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance29;
     buttonTool4.SharedPropsInternal.Caption      = "移除";
     buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
     this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
         buttonTool3,
         buttonTool4
     });
     this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
     //
     // _panel1_Toolbars_Dock_Area_Right
     //
     this._panel1_Toolbars_Dock_Area_Right.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Right.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this._panel1_Toolbars_Dock_Area_Right.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
     this._panel1_Toolbars_Dock_Area_Right.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Right.Location        = new System.Drawing.Point(695, 25);
     this._panel1_Toolbars_Dock_Area_Right.Name            = "_panel1_Toolbars_Dock_Area_Right";
     this._panel1_Toolbars_Dock_Area_Right.Size            = new System.Drawing.Size(0, 163);
     this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _panel1_Toolbars_Dock_Area_Top
     //
     this._panel1_Toolbars_Dock_Area_Top.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Top.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this._panel1_Toolbars_Dock_Area_Top.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
     this._panel1_Toolbars_Dock_Area_Top.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Top.Location        = new System.Drawing.Point(0, 0);
     this._panel1_Toolbars_Dock_Area_Top.Name            = "_panel1_Toolbars_Dock_Area_Top";
     this._panel1_Toolbars_Dock_Area_Top.Size            = new System.Drawing.Size(695, 25);
     this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // _panel1_Toolbars_Dock_Area_Bottom
     //
     this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole  = System.Windows.Forms.AccessibleRole.Grouping;
     this._panel1_Toolbars_Dock_Area_Bottom.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition  = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
     this._panel1_Toolbars_Dock_Area_Bottom.ForeColor       = System.Drawing.SystemColors.ControlText;
     this._panel1_Toolbars_Dock_Area_Bottom.Location        = new System.Drawing.Point(0, 188);
     this._panel1_Toolbars_Dock_Area_Bottom.Name            = "_panel1_Toolbars_Dock_Area_Bottom";
     this._panel1_Toolbars_Dock_Area_Bottom.Size            = new System.Drawing.Size(695, 0);
     this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
     //
     // FormPost
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(937, 537);
     this.Controls.Add(this.ultraGroupBox3);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "FormPost";
     this.Text  = "FormPost";
     this.Load += new System.EventHandler(this.FormPost_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sysPostBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
     this.ResumeLayout(false);
 }
示例#30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinGrid.UltraGridBand   ultraGridBand1    = new Infragistics.Win.UltraWinGrid.UltraGridBand("SysEmployee", -1);
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IsChecked");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EmployeeId");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EmployeeCode");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EmployeeName");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrganizationId");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OrganizationName");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Sex");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Age");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9  = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Email");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Ip");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Phone");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Address");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Remark");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Photo");
     Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Posts");
     Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();
     Infragistics.Win.UltraWinTree.Override           _override1     = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     this.panel1                   = new System.Windows.Forms.Panel();
     this.ultraGroupBox2           = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGrid1               = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.contextMenuStrip2        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItem1       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2      = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem2       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3       = new System.Windows.Forms.ToolStripMenuItem();
     this.sysEmployeeBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.ultraGroupBox1           = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraTree1               = new Infragistics.Win.UltraWinTree.UltraTree();
     this.contextMenuStrip1        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItemAddRoot = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1      = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItemAddSub  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemUpdate  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemDelete  = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     this.contextMenuStrip2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sysEmployeeBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ultraGroupBox2);
     this.panel1.Controls.Add(this.ultraGroupBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1026, 427);
     this.panel1.TabIndex = 0;
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Location = new System.Drawing.Point(236, 0);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(790, 427);
     this.ultraGroupBox2.TabIndex = 1;
     this.ultraGroupBox2.Text     = "员工信息";
     //
     // ultraGrid1
     //
     this.ultraGrid1.ContextMenuStrip                        = this.contextMenuStrip2;
     this.ultraGrid1.DataSource                              = this.sysEmployeeBindingSource;
     appearance1.BackColor                                   = System.Drawing.Color.White;
     appearance1.BorderColor                                 = System.Drawing.SystemColors.InactiveCaption;
     appearance1.TextVAlignAsString                          = "Middle";
     this.ultraGrid1.DisplayLayout.Appearance                = appearance1;
     ultraGridColumn1.Header.Caption                         = "选择";
     ultraGridColumn1.Header.VisiblePosition                 = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginX            = 0;
     ultraGridColumn1.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize  = new System.Drawing.Size(41, 0);
     ultraGridColumn1.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn1.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn2.Header.VisiblePosition                 = 1;
     ultraGridColumn2.Hidden                                 = true;
     ultraGridColumn3.CellActivation                         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn3.Header.Caption                         = "员工编号";
     ultraGridColumn3.Header.VisiblePosition                 = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginX            = 2;
     ultraGridColumn3.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize  = new System.Drawing.Size(92, 0);
     ultraGridColumn3.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn3.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn4.CellActivation                         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn4.Header.Caption                         = "员工姓名";
     ultraGridColumn4.Header.VisiblePosition                 = 3;
     ultraGridColumn4.RowLayoutColumnInfo.OriginX            = 4;
     ultraGridColumn4.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize  = new System.Drawing.Size(82, 0);
     ultraGridColumn4.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn4.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn5.Header.VisiblePosition                 = 4;
     ultraGridColumn5.Hidden                                 = true;
     ultraGridColumn6.CellActivation                         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn6.Header.Caption                         = "所属组织";
     ultraGridColumn6.Header.VisiblePosition                 = 5;
     ultraGridColumn6.RowLayoutColumnInfo.OriginX            = 6;
     ultraGridColumn6.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn6.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn6.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn7.CellActivation                         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn7.Header.Caption                         = "性别";
     ultraGridColumn7.Header.VisiblePosition                 = 6;
     ultraGridColumn7.RowLayoutColumnInfo.OriginX            = 10;
     ultraGridColumn7.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize  = new System.Drawing.Size(53, 0);
     ultraGridColumn7.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn7.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn8.CellActivation                         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn8.Header.Caption                         = "年龄";
     ultraGridColumn8.Header.VisiblePosition                 = 7;
     ultraGridColumn8.RowLayoutColumnInfo.OriginX            = 12;
     ultraGridColumn8.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn8.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn8.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn9.CellActivation                         = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn9.Header.Caption                         = "邮箱";
     ultraGridColumn9.Header.VisiblePosition                 = 8;
     ultraGridColumn9.RowLayoutColumnInfo.OriginX            = 14;
     ultraGridColumn9.RowLayoutColumnInfo.OriginY            = 0;
     ultraGridColumn9.RowLayoutColumnInfo.SpanX              = 2;
     ultraGridColumn9.RowLayoutColumnInfo.SpanY              = 2;
     ultraGridColumn10.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn10.Header.Caption                        = "IP地址";
     ultraGridColumn10.Header.VisiblePosition                = 9;
     ultraGridColumn10.RowLayoutColumnInfo.OriginX           = 16;
     ultraGridColumn10.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(108, 0);
     ultraGridColumn10.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn10.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn11.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn11.Header.Caption                        = "联系电话";
     ultraGridColumn11.Header.VisiblePosition                = 10;
     ultraGridColumn11.RowLayoutColumnInfo.OriginX           = 18;
     ultraGridColumn11.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn11.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn11.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn12.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn12.Header.Caption                        = "联系地址";
     ultraGridColumn12.Header.VisiblePosition                = 11;
     ultraGridColumn12.RowLayoutColumnInfo.OriginX           = 20;
     ultraGridColumn12.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn12.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(149, 0);
     ultraGridColumn12.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn12.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn13.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn13.Header.Caption                        = "备注";
     ultraGridColumn13.Header.VisiblePosition                = 12;
     ultraGridColumn13.RowLayoutColumnInfo.OriginX           = 22;
     ultraGridColumn13.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn13.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn13.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridColumn14.Header.VisiblePosition                = 13;
     ultraGridColumn14.Hidden                                = true;
     ultraGridColumn15.CellActivation                        = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
     ultraGridColumn15.Header.Caption                        = "岗位";
     ultraGridColumn15.Header.VisiblePosition                = 14;
     ultraGridColumn15.RowLayoutColumnInfo.OriginX           = 8;
     ultraGridColumn15.RowLayoutColumnInfo.OriginY           = 0;
     ultraGridColumn15.RowLayoutColumnInfo.SpanX             = 2;
     ultraGridColumn15.RowLayoutColumnInfo.SpanY             = 2;
     ultraGridBand1.Columns.AddRange(new object[] {
         ultraGridColumn1,
         ultraGridColumn2,
         ultraGridColumn3,
         ultraGridColumn4,
         ultraGridColumn5,
         ultraGridColumn6,
         ultraGridColumn7,
         ultraGridColumn8,
         ultraGridColumn9,
         ultraGridColumn10,
         ultraGridColumn11,
         ultraGridColumn12,
         ultraGridColumn13,
         ultraGridColumn14,
         ultraGridColumn15
     });
     ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
     this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
     this.ultraGrid1.DisplayLayout.BorderStyle         = Infragistics.Win.UIElementBorderStyle.WindowsVista;
     this.ultraGrid1.DisplayLayout.CaptionVisible      = Infragistics.Win.DefaultableBoolean.False;
     this.ultraGrid1.DisplayLayout.GroupByBox.Hidden   = true;
     this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
     this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
     appearance11.BackColor = System.Drawing.SystemColors.Window;
     appearance11.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance11;
     this.ultraGrid1.DisplayLayout.Override.AllowRowFiltering    = Infragistics.Win.DefaultableBoolean.True;
     this.ultraGrid1.DisplayLayout.Override.FilterUIType         = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
     appearance12.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     appearance12.BackColor2         = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     appearance12.BackGradientStyle  = Infragistics.Win.GradientStyle.Vertical;
     appearance12.ForeColor          = System.Drawing.SystemColors.ControlText;
     appearance12.ThemedElementAlpha = Infragistics.Win.Alpha.Transparent;
     this.ultraGrid1.DisplayLayout.Override.HeaderAppearance  = appearance12;
     this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
     this.ultraGrid1.DisplayLayout.Override.HeaderStyle       = Infragistics.Win.HeaderStyle.WindowsVista;
     this.ultraGrid1.DisplayLayout.Override.MinRowHeight      = 21;
     appearance13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229)))));
     this.ultraGrid1.DisplayLayout.Override.RowAlternateAppearance = appearance13;
     appearance14.BorderColor        = System.Drawing.Color.DarkGray;
     appearance14.TextVAlignAsString = "Middle";
     this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance14;
     this.ultraGrid1.DisplayLayout.Override.RowSelectors  = Infragistics.Win.DefaultableBoolean.False;
     appearance15.BackColor         = System.Drawing.Color.LightSkyBlue;
     appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
     appearance15.ForeColor         = System.Drawing.Color.Black;
     this.ultraGrid1.DisplayLayout.Override.SelectedRowAppearance = appearance15;
     appearance16.BackColor = System.Drawing.Color.PaleTurquoise;
     this.ultraGrid1.DisplayLayout.Override.SpecialRowSeparatorAppearance = appearance16;
     appearance17.BackColor = System.Drawing.Color.LightYellow;
     appearance17.ForeColor = System.Drawing.Color.Blue;
     this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance17;
     this.ultraGrid1.DisplayLayout.RowConnectorColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(217)))), ((int)(((byte)(240)))));
     scrollBarLook1.ViewStyle = Infragistics.Win.UltraWinScrollBar.ScrollBarViewStyle.Office2007;
     this.ultraGrid1.DisplayLayout.ScrollBarLook = scrollBarLook1;
     this.ultraGrid1.DisplayLayout.ScrollBounds  = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
     this.ultraGrid1.DisplayLayout.ScrollStyle   = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
     this.ultraGrid1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.ultraGrid1.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraGrid1.Location        = new System.Drawing.Point(3, 18);
     this.ultraGrid1.Name            = "ultraGrid1";
     this.ultraGrid1.Size            = new System.Drawing.Size(784, 406);
     this.ultraGrid1.TabIndex        = 0;
     this.ultraGrid1.DoubleClickRow += new Infragistics.Win.UltraWinGrid.DoubleClickRowEventHandler(this.ultraGrid1_DoubleClickRow);
     //
     // contextMenuStrip2
     //
     this.contextMenuStrip2.BackColor = System.Drawing.Color.LightBlue;
     this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.toolStripSeparator2,
         this.toolStripMenuItem2,
         this.toolStripMenuItem3
     });
     this.contextMenuStrip2.Name       = "contextMenuStrip1";
     this.contextMenuStrip2.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.contextMenuStrip2.Size       = new System.Drawing.Size(101, 76);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Image  = global::com.ccf.bip.biz.ResourceImg.addRoot;
     this.toolStripMenuItem1.Name   = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size   = new System.Drawing.Size(100, 22);
     this.toolStripMenuItem1.Text   = "添加";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(97, 6);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Image  = global::com.ccf.bip.biz.ResourceImg.addSub;
     this.toolStripMenuItem2.Name   = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size   = new System.Drawing.Size(100, 22);
     this.toolStripMenuItem2.Text   = "编辑";
     this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Image  = global::com.ccf.bip.biz.ResourceImg.edit;
     this.toolStripMenuItem3.Name   = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size   = new System.Drawing.Size(100, 22);
     this.toolStripMenuItem3.Text   = "删除";
     this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
     //
     // sysEmployeeBindingSource
     //
     this.sysEmployeeBindingSource.DataSource = typeof(com.ccf.bip.biz.metadata.employee.mapper.SysEmployee);
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraTree1);
     this.ultraGroupBox1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(236, 427);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Text     = "组织结构";
     //
     // ultraTree1
     //
     this.ultraTree1.BorderStyle             = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraTree1.ContextMenuStrip        = this.contextMenuStrip1;
     this.ultraTree1.DisplayStyle            = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
     this.ultraTree1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.ultraTree1.HideExpansionIndicators = Infragistics.Win.UltraWinTree.HideExpansionIndicators.Never;
     this.ultraTree1.ImageTransparentColor   = System.Drawing.Color.Transparent;
     this.ultraTree1.Location                = new System.Drawing.Point(3, 18);
     this.ultraTree1.Name                    = "ultraTree1";
     this.ultraTree1.NodeConnectorColor      = System.Drawing.SystemColors.ControlDark;
     appearance2.BackColor                   = System.Drawing.Color.LightCyan;
     _override1.ActiveNodeAppearance         = appearance2;
     this.ultraTree1.Override                = _override1;
     this.ultraTree1.Size                    = new System.Drawing.Size(230, 406);
     this.ultraTree1.TabIndex                = 0;
     this.ultraTree1.AfterSelect            += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.ultraTree1_AfterSelect);
     this.ultraTree1.MouseDown              += new System.Windows.Forms.MouseEventHandler(this.ultraTree1_MouseDown);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.BackColor = System.Drawing.Color.LightBlue;
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItemAddRoot,
         this.toolStripSeparator1,
         this.toolStripMenuItemAddSub,
         this.toolStripMenuItemUpdate,
         this.toolStripMenuItemDelete
     });
     this.contextMenuStrip1.Name       = "contextMenuStrip1";
     this.contextMenuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.contextMenuStrip1.Size       = new System.Drawing.Size(149, 98);
     //
     // toolStripMenuItemAddRoot
     //
     this.toolStripMenuItemAddRoot.Image  = global::com.ccf.bip.biz.ResourceImg.addRoot;
     this.toolStripMenuItemAddRoot.Name   = "toolStripMenuItemAddRoot";
     this.toolStripMenuItemAddRoot.Size   = new System.Drawing.Size(148, 22);
     this.toolStripMenuItemAddRoot.Text   = "新增最高组织";
     this.toolStripMenuItemAddRoot.Click += new System.EventHandler(this.toolStripMenuItemAddRoot_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(145, 6);
     //
     // toolStripMenuItemAddSub
     //
     this.toolStripMenuItemAddSub.Image  = global::com.ccf.bip.biz.ResourceImg.addSub;
     this.toolStripMenuItemAddSub.Name   = "toolStripMenuItemAddSub";
     this.toolStripMenuItemAddSub.Size   = new System.Drawing.Size(148, 22);
     this.toolStripMenuItemAddSub.Text   = "新增下级组织";
     this.toolStripMenuItemAddSub.Click += new System.EventHandler(this.toolStripMenuItemAddSub_Click);
     //
     // toolStripMenuItemUpdate
     //
     this.toolStripMenuItemUpdate.Image  = global::com.ccf.bip.biz.ResourceImg.edit;
     this.toolStripMenuItemUpdate.Name   = "toolStripMenuItemUpdate";
     this.toolStripMenuItemUpdate.Size   = new System.Drawing.Size(148, 22);
     this.toolStripMenuItemUpdate.Text   = "修改";
     this.toolStripMenuItemUpdate.Click += new System.EventHandler(this.toolStripMenuItemUpdate_Click);
     //
     // toolStripMenuItemDelete
     //
     this.toolStripMenuItemDelete.Image  = global::com.ccf.bip.biz.ResourceImg.delete;
     this.toolStripMenuItemDelete.Name   = "toolStripMenuItemDelete";
     this.toolStripMenuItemDelete.Size   = new System.Drawing.Size(148, 22);
     this.toolStripMenuItemDelete.Text   = "删除";
     this.toolStripMenuItemDelete.Click += new System.EventHandler(this.toolStripMenuItemDelete_Click);
     //
     // FormOrganization
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1026, 427);
     this.Controls.Add(this.panel1);
     this.Name  = "FormOrganization";
     this.Text  = "FormOrganization";
     this.Load += new System.EventHandler(this.FormOrganization_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     this.contextMenuStrip2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.sysEmployeeBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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.UltraWinTree.UltraTreeNode ultraTreeNode1 = new Infragistics.Win.UltraWinTree.UltraTreeNode();
     Infragistics.Win.UltraWinTree.Override      _override1     = new Infragistics.Win.UltraWinTree.Override();
     this.ultraTree1   = new Infragistics.Win.UltraWinTree.UltraTree();
     this.buttonCancel = new System.Windows.Forms.Button();
     this.buttonOK     = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).BeginInit();
     this.SuspendLayout();
     //
     // ultraTree1
     //
     this.ultraTree1.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.ultraTree1.HideSelection = false;
     this.ultraTree1.Location      = new System.Drawing.Point(10, 9);
     this.ultraTree1.Name          = "ultraTree1";
     ultraTreeNode1.Key            = "RAIZ";
     ultraTreeNode1.Text           = "Agrupamientos";
     this.ultraTree1.Nodes.AddRange(new Infragistics.Win.UltraWinTree.UltraTreeNode[] {
         ultraTreeNode1
     });
     _override1.SelectionType       = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.ultraTree1.Override       = _override1;
     this.ultraTree1.Size           = new System.Drawing.Size(564, 354);
     this.ultraTree1.TabIndex       = 17;
     this.ultraTree1.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterActivate);
     this.ultraTree1.AfterExpand   += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTree1_AfterExpand);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.buttonCancel.Location     = new System.Drawing.Point(440, 372);
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.Size         = new System.Drawing.Size(134, 28);
     this.buttonCancel.TabIndex     = 19;
     this.buttonCancel.Text         = "&Cancelar";
     //
     // buttonOK
     //
     this.buttonOK.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.buttonOK.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.buttonOK.Location     = new System.Drawing.Point(296, 372);
     this.buttonOK.Name         = "buttonOK";
     this.buttonOK.Size         = new System.Drawing.Size(134, 28);
     this.buttonOK.TabIndex     = 18;
     this.buttonOK.Text         = "&Aceptar";
     this.buttonOK.Click       += new System.EventHandler(this.buttonOK_Click);
     //
     // frmSeleccionJerarquia
     //
     this.AcceptButton      = this.buttonOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.CancelButton      = this.buttonCancel;
     this.ClientSize        = new System.Drawing.Size(584, 406);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.ultraTree1);
     this.Name = "frmSeleccionJerarquia";
     this.Text = "frmSeleccionJerarquia";
     ((System.ComponentModel.ISupportInitialize)(this.ultraTree1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmCotizacion));
            Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
            Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
            Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab3 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTabControl.UltraTab ultraTab4 = new Infragistics.Win.UltraWinTabControl.UltraTab();
            Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
            Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance78 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance79 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance77 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance73 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance67 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance68 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance76 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
            Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
            this.tabItems = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.txtCostoServicio = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.btnModificar = new Infragistics.Win.Misc.UltraButton();
            this.ugServicios = new Infragistics.Win.UltraWinGrid.UltraGrid();
            this.ubEliminarServicio = new Infragistics.Win.Misc.UltraButton();
            this.ubNuevoServicio = new Infragistics.Win.Misc.UltraButton();
            this.ultraLabel17 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraLabel28 = new Infragistics.Win.Misc.UltraLabel();
            this.uneCostoMaquina = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.GruposTiras = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtImpresoRetiraColor = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblImpresoRetiraColor = new Infragistics.Win.Misc.UltraLabel();
            this.txtImpresoTiraColor = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblImpresoTiraColor = new Infragistics.Win.Misc.UltraLabel();
            this.uneCostoMaterial = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraGroupBox6 = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtCantidadItem = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtCantidadProduccion = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblTipoUnidad = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel18 = new Infragistics.Win.Misc.UltraLabel();
            this.uneCosto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtNombre = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.GrupoMedidaCerrada = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtMedidaCerradaLargo = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtMedidaCerradaAlto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
            this.GrupoMedidaAbierta = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtMedidaAnchoCaja = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.labelFondoCaja = new Infragistics.Win.Misc.UltraLabel();
            this.comboMedida = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
            this.txtMedidaAbiertoLargo = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
            this.txtMedidaAbiertoAlto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.LabelMedidaAbiertaLargo = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel26 = new Infragistics.Win.Misc.UltraLabel();
            this.ssMaterial = new Soft.Controls.SoftSearch();
            this.ssMaquina = new Soft.Controls.SoftSearch();
            this.lblMaterial = new Infragistics.Win.Misc.UltraLabel();
            this.lblMaquina = new Infragistics.Win.Misc.UltraLabel();
            this.txtObservacionItem = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblObservacionItem = new Infragistics.Win.Misc.UltraLabel();
            this.utcAcabadosyServicios = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ugbImpresion = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraLabel27 = new Infragistics.Win.Misc.UltraLabel();
            this.LabelProduccion = new Infragistics.Win.Misc.UltraLabel();
            this.ubMostrarGraficoImpresion = new Infragistics.Win.Misc.UltraButton();
            this.labelSobranPaginas = new Infragistics.Win.Misc.UltraLabel();
            this.ubGirarGraficoImpresion = new Infragistics.Win.Misc.UltraButton();
            this.txtImpresionAlto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtNumeroCambios = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtNroPiezasImpresion = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblCantidadPiezas = new Infragistics.Win.Misc.UltraLabel();
            this.ubImprimirGraficoImpresion = new Infragistics.Win.Misc.UltraButton();
            this.txtPliegos = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtImpresionLargo = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.labelPliegos = new Infragistics.Win.Misc.UltraLabel();
            this.txtTiraje = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.uneSeparacionY = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel21 = new Infragistics.Win.Misc.UltraLabel();
            this.txtPases = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.uneSeparacionX = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.upbImpresion = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
            this.ultraLabel25 = new Infragistics.Win.Misc.UltraLabel();
            this.lblSeparacionY = new Infragistics.Win.Misc.UltraLabel();
            this.checkGraficoImpresionManual = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraLabel20 = new Infragistics.Win.Misc.UltraLabel();
            this.lblSeparacionX = new Infragistics.Win.Misc.UltraLabel();
            this.lblMetodo = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
            this.busMetodoImpresion = new Soft.Controls.SoftSearch();
            this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
            this.ugbPrecorte = new Infragistics.Win.Misc.UltraGroupBox();
            this.txtNroPiezasPrecorte = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel16 = new Infragistics.Win.Misc.UltraLabel();
            this.txtFormatoImpresionLargo = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.txtFormatoImpresionAlto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel15 = new Infragistics.Win.Misc.UltraLabel();
            this.txtDemasia = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
            this.LabelMateriaPrima = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
            this.txtHojasMaquina = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.upbPrecorte = new Infragistics.Win.UltraWinEditors.UltraPictureBox();
            this.ultraLabel19 = new Infragistics.Win.Misc.UltraLabel();
            this.ubMostrarGraficoPrecorte = new Infragistics.Win.Misc.UltraButton();
            this.ubImprimirGraficoPrecorte = new Infragistics.Win.Misc.UltraButton();
            this.ubGirarGraficoPrecorte = new Infragistics.Win.Misc.UltraButton();
            this.LabelMaterialAlmancen = new Infragistics.Win.Misc.UltraLabel();
            this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
            this.ultraGroupBox9 = new Infragistics.Win.Misc.UltraGroupBox();
            this.uceIncluirEnPresupuesto = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.checkMuestraPrecioEnPresupuesto = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraGroupBox8 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ssDireccionFactura = new Soft.Controls.SoftSearch();
            this.lblDireccionFactura = new Infragistics.Win.Misc.UltraLabel();
            this.lblDireccionEntrega = new Infragistics.Win.Misc.UltraLabel();
            this.ssDireccionEntrega = new Soft.Controls.SoftSearch();
            this.ssContacto = new Soft.Controls.SoftSearch();
            this.lblContacto = new Infragistics.Win.Misc.UltraLabel();
            this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
            this.busListaPreciosTransporte = new Soft.Controls.SoftSearch();
            this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
            this.busListaCostoMaquina = new Soft.Controls.SoftSearch();
            this.busListaPrecioMaterial = new Soft.Controls.SoftSearch();
            this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
            this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
            this.utcItemCotizacion = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
            this.ultraTabSharedControlsPage2 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
            this.utCotizacion = new Infragistics.Win.UltraWinTree.UltraTree();
            this.ssFormaPago = new Soft.Controls.SoftSearch();
            this.lblFormaPago = new Infragistics.Win.Misc.UltraLabel();
            this.ssResponsable = new Soft.Controls.SoftSearch();
            this.lblCotizador = new Infragistics.Win.Misc.UltraLabel();
            this.txtObservacion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
            this.uneCantidad = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblCantidad = new Infragistics.Win.Misc.UltraLabel();
            this.txtDescripcion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.llbDescripcion = new Infragistics.Win.Misc.UltraLabel();
            this.udtFechaCreacion = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
            this.lblFechaCreacion = new Infragistics.Win.Misc.UltraLabel();
            this.txtNumeracion = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
            this.lblNumeracion = new Infragistics.Win.Misc.UltraLabel();
            this.ssCliente = new Soft.Controls.SoftSearch();
            this.ssTipoDocumento = new Soft.Controls.SoftSearch();
            this.lblCliente = new Infragistics.Win.Misc.UltraLabel();
            this.lblTipoDocumento = new Infragistics.Win.Misc.UltraLabel();
            this.ssVendedor = new Soft.Controls.SoftSearch();
            this.lblVendedor = new Infragistics.Win.Misc.UltraLabel();
            this.unePorcentajeUtilidad = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblPorcentajeUtilidad = new Infragistics.Win.Misc.UltraLabel();
            this.uneTotal = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.uneImpuesto = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.uneSubTotal = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblTotal = new Infragistics.Win.Misc.UltraLabel();
            this.lblImpuesto = new Infragistics.Win.Misc.UltraLabel();
            this.lblSubTotal = new Infragistics.Win.Misc.UltraLabel();
            this.ubRecalcular = new Infragistics.Win.Misc.UltraButton();
            this.ssMoneda = new Soft.Controls.SoftSearch();
            this.lblMoneda = new Infragistics.Win.Misc.UltraLabel();
            this.uneCostoMillar = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblCostoMillar = new Infragistics.Win.Misc.UltraLabel();
            this.uneCostoUnidad = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
            this.lblCostoUnidad = new Infragistics.Win.Misc.UltraLabel();
            this.busLineaProduccion = new Soft.Controls.SoftSearch();
            this.ultraLabel24 = new Infragistics.Win.Misc.UltraLabel();
            this.btnBORRAR = new Infragistics.Win.Misc.UltraButton();
            this.checkPrecioItems = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.chekOcultaPreciosTotal = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
            this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
            this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
            this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
            ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).BeginInit();
            this.ugbParent.SuspendLayout();
            this.tabItems.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtCostoServicio)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugServicios)).BeginInit();
            this.ultraTabPageControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoMaquina)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GruposTiras)).BeginInit();
            this.GruposTiras.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresoRetiraColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresoTiraColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoMaterial)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).BeginInit();
            this.ultraGroupBox6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtCantidadItem)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCantidadProduccion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCosto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNombre)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoMedidaCerrada)).BeginInit();
            this.GrupoMedidaCerrada.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaCerradaLargo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaCerradaAlto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoMedidaAbierta)).BeginInit();
            this.GrupoMedidaAbierta.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAnchoCaja)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboMedida)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAbiertoLargo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAbiertoAlto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacionItem)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.utcAcabadosyServicios)).BeginInit();
            this.utcAcabadosyServicios.SuspendLayout();
            this.ultraTabPageControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ugbImpresion)).BeginInit();
            this.ugbImpresion.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresionAlto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumeroCambios)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNroPiezasImpresion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPliegos)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresionLargo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTiraje)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneSeparacionY)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPases)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneSeparacionX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkGraficoImpresionManual)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbPrecorte)).BeginInit();
            this.ugbPrecorte.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtNroPiezasPrecorte)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFormatoImpresionLargo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFormatoImpresionAlto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDemasia)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtHojasMaquina)).BeginInit();
            this.ultraTabPageControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox9)).BeginInit();
            this.ultraGroupBox9.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uceIncluirEnPresupuesto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkMuestraPrecioEnPresupuesto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox8)).BeginInit();
            this.ultraGroupBox8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
            this.ultraGroupBox5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.utcItemCotizacion)).BeginInit();
            this.utcItemCotizacion.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.utCotizacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.udtFechaCreacion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumeracion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.unePorcentajeUtilidad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneImpuesto)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneSubTotal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoMillar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoUnidad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkPrecioItems)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chekOcultaPreciosTotal)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
            this.ultraGroupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
            this.ultraGroupBox4.SuspendLayout();
            this.SuspendLayout();
            // 
            // ugbParent
            // 
            this.ugbParent.Controls.Add(this.ultraGroupBox4);
            this.ugbParent.Controls.Add(this.ultraGroupBox2);
            this.ugbParent.Controls.Add(this.busLineaProduccion);
            this.ugbParent.Controls.Add(this.ultraLabel24);
            this.ugbParent.Controls.Add(this.uneCostoUnidad);
            this.ugbParent.Controls.Add(this.lblCostoUnidad);
            this.ugbParent.Controls.Add(this.uneCostoMillar);
            this.ugbParent.Controls.Add(this.lblCostoMillar);
            this.ugbParent.Controls.Add(this.uneTotal);
            this.ugbParent.Controls.Add(this.ubRecalcular);
            this.ugbParent.Controls.Add(this.uneImpuesto);
            this.ugbParent.Controls.Add(this.uneSubTotal);
            this.ugbParent.Controls.Add(this.lblTotal);
            this.ugbParent.Controls.Add(this.unePorcentajeUtilidad);
            this.ugbParent.Controls.Add(this.lblImpuesto);
            this.ugbParent.Controls.Add(this.lblSubTotal);
            this.ugbParent.Controls.Add(this.txtObservacion);
            this.ugbParent.Controls.Add(this.ultraLabel11);
            this.ugbParent.Controls.Add(this.uneCantidad);
            this.ugbParent.Controls.Add(this.lblCantidad);
            this.ugbParent.Controls.Add(this.txtDescripcion);
            this.ugbParent.Controls.Add(this.udtFechaCreacion);
            this.ugbParent.Controls.Add(this.ssCliente);
            this.ugbParent.Controls.Add(this.ssTipoDocumento);
            this.ugbParent.Controls.Add(this.lblCliente);
            this.ugbParent.Controls.Add(this.lblTipoDocumento);
            this.ugbParent.Controls.Add(this.ssFormaPago);
            this.ugbParent.Controls.Add(this.lblFormaPago);
            this.ugbParent.Controls.Add(this.txtNumeracion);
            this.ugbParent.Controls.Add(this.lblNumeracion);
            this.ugbParent.Controls.Add(this.lblMoneda);
            this.ugbParent.Controls.Add(this.ssMoneda);
            this.ugbParent.Controls.Add(this.lblFechaCreacion);
            this.ugbParent.Controls.Add(this.ssVendedor);
            this.ugbParent.Controls.Add(this.ssResponsable);
            this.ugbParent.Controls.Add(this.lblCotizador);
            this.ugbParent.Controls.Add(this.llbDescripcion);
            this.ugbParent.Controls.Add(this.lblVendedor);
            this.ugbParent.Controls.Add(this.lblPorcentajeUtilidad);
            this.ugbParent.Size = new System.Drawing.Size(1083, 584);
            this.ugbParent.Controls.SetChildIndex(this.lblPorcentajeUtilidad, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblVendedor, 0);
            this.ugbParent.Controls.SetChildIndex(this.llbDescripcion, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblCotizador, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssResponsable, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssVendedor, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblFechaCreacion, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssMoneda, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblMoneda, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblNumeracion, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtNumeracion, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblFormaPago, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssFormaPago, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblTipoDocumento, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblCliente, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssTipoDocumento, 0);
            this.ugbParent.Controls.SetChildIndex(this.ssCliente, 0);
            this.ugbParent.Controls.SetChildIndex(this.udtFechaCreacion, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtDescripcion, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblCantidad, 0);
            this.ugbParent.Controls.SetChildIndex(this.uneCantidad, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel11, 0);
            this.ugbParent.Controls.SetChildIndex(this.txtObservacion, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblSubTotal, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblImpuesto, 0);
            this.ugbParent.Controls.SetChildIndex(this.unePorcentajeUtilidad, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblTotal, 0);
            this.ugbParent.Controls.SetChildIndex(this.uneSubTotal, 0);
            this.ugbParent.Controls.SetChildIndex(this.uneImpuesto, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubRecalcular, 0);
            this.ugbParent.Controls.SetChildIndex(this.uneTotal, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblCostoMillar, 0);
            this.ugbParent.Controls.SetChildIndex(this.uneCostoMillar, 0);
            this.ugbParent.Controls.SetChildIndex(this.lblCostoUnidad, 0);
            this.ugbParent.Controls.SetChildIndex(this.uneCostoUnidad, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraLabel24, 0);
            this.ugbParent.Controls.SetChildIndex(this.busLineaProduccion, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraGroupBox2, 0);
            this.ugbParent.Controls.SetChildIndex(this.ultraGroupBox4, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubCancelar, 0);
            this.ugbParent.Controls.SetChildIndex(this.ubAceptar, 0);
            // 
            // ubCancelar
            // 
            this.ubCancelar.Location = new System.Drawing.Point(983, 552);
            this.ubCancelar.Size = new System.Drawing.Size(85, 23);
            // 
            // ubAceptar
            // 
            this.ubAceptar.Location = new System.Drawing.Point(894, 552);
            this.ubAceptar.Size = new System.Drawing.Size(83, 23);
            // 
            // ilMain
            // 
            this.ilMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilMain.ImageStream")));
            this.ilMain.Images.SetKeyName(0, "accept.png");
            this.ilMain.Images.SetKeyName(1, "accept_database.png");
            this.ilMain.Images.SetKeyName(2, "accept_page.png");
            this.ilMain.Images.SetKeyName(3, "add.png");
            this.ilMain.Images.SetKeyName(4, "add_comment.png");
            this.ilMain.Images.SetKeyName(5, "add_home.png");
            this.ilMain.Images.SetKeyName(6, "add_image.png");
            this.ilMain.Images.SetKeyName(7, "add_page.png");
            this.ilMain.Images.SetKeyName(8, "add_pages.png");
            this.ilMain.Images.SetKeyName(9, "add_printer.png");
            this.ilMain.Images.SetKeyName(10, "add_to_database.png");
            this.ilMain.Images.SetKeyName(11, "add_to_favorites.png");
            this.ilMain.Images.SetKeyName(12, "add_to_folder.png");
            this.ilMain.Images.SetKeyName(13, "add_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(14, "add_user.png");
            this.ilMain.Images.SetKeyName(15, "artwork.png");
            this.ilMain.Images.SetKeyName(16, "attach_image.png");
            this.ilMain.Images.SetKeyName(17, "attachment.png");
            this.ilMain.Images.SetKeyName(18, "back.png");
            this.ilMain.Images.SetKeyName(19, "block.png");
            this.ilMain.Images.SetKeyName(20, "blue_arrow_down.png");
            this.ilMain.Images.SetKeyName(21, "blue_arrow_up.png");
            this.ilMain.Images.SetKeyName(22, "blue_energy.png");
            this.ilMain.Images.SetKeyName(23, "bmp_file.png");
            this.ilMain.Images.SetKeyName(24, "book.png");
            this.ilMain.Images.SetKeyName(25, "book_accept.png");
            this.ilMain.Images.SetKeyName(26, "book_download.png");
            this.ilMain.Images.SetKeyName(27, "book_search.png");
            this.ilMain.Images.SetKeyName(28, "book_warning.png");
            this.ilMain.Images.SetKeyName(29, "calculator.png");
            this.ilMain.Images.SetKeyName(30, "calendar.png");
            this.ilMain.Images.SetKeyName(31, "calendar_empty.png");
            this.ilMain.Images.SetKeyName(32, "canvas_holder.png");
            this.ilMain.Images.SetKeyName(33, "card.png");
            this.ilMain.Images.SetKeyName(34, "cd.png");
            this.ilMain.Images.SetKeyName(35, "chalk_board.png");
            this.ilMain.Images.SetKeyName(36, "chart.png");
            this.ilMain.Images.SetKeyName(37, "chart_down.png");
            this.ilMain.Images.SetKeyName(38, "chart_pie.png");
            this.ilMain.Images.SetKeyName(39, "chart_up.png");
            this.ilMain.Images.SetKeyName(40, "clock.png");
            this.ilMain.Images.SetKeyName(41, "cloud_comment.png");
            this.ilMain.Images.SetKeyName(42, "coffee_cup.png");
            this.ilMain.Images.SetKeyName(43, "comment.png");
            this.ilMain.Images.SetKeyName(44, "comments.png");
            this.ilMain.Images.SetKeyName(45, "computer.png");
            this.ilMain.Images.SetKeyName(46, "computer_accept.png");
            this.ilMain.Images.SetKeyName(47, "computer_add.png");
            this.ilMain.Images.SetKeyName(48, "computer_help.png");
            this.ilMain.Images.SetKeyName(49, "computer_info.png");
            this.ilMain.Images.SetKeyName(50, "computer_process.png");
            this.ilMain.Images.SetKeyName(51, "computer_warning.png");
            this.ilMain.Images.SetKeyName(52, "copy_paste.png");
            this.ilMain.Images.SetKeyName(53, "credit_cart.png");
            this.ilMain.Images.SetKeyName(54, "credit_cart_cancelled.png");
            this.ilMain.Images.SetKeyName(55, "css_file.png");
            this.ilMain.Images.SetKeyName(56, "csv_file.png");
            this.ilMain.Images.SetKeyName(57, "cut.png");
            this.ilMain.Images.SetKeyName(58, "cut_from_page.png");
            this.ilMain.Images.SetKeyName(59, "database.png");
            this.ilMain.Images.SetKeyName(60, "delete.png");
            this.ilMain.Images.SetKeyName(61, "delete_comment.png");
            this.ilMain.Images.SetKeyName(62, "delete_computer.png");
            this.ilMain.Images.SetKeyName(63, "delete_folder.png");
            this.ilMain.Images.SetKeyName(64, "delete_home.png");
            this.ilMain.Images.SetKeyName(65, "delete_image.png");
            this.ilMain.Images.SetKeyName(66, "delete_page.png");
            this.ilMain.Images.SetKeyName(67, "delete_user.png");
            this.ilMain.Images.SetKeyName(68, "dollar_currency_sign.png");
            this.ilMain.Images.SetKeyName(69, "download.png");
            this.ilMain.Images.SetKeyName(70, "download_database.png");
            this.ilMain.Images.SetKeyName(71, "download_image.png");
            this.ilMain.Images.SetKeyName(72, "download_to_computer.png");
            this.ilMain.Images.SetKeyName(73, "dvd.png");
            this.ilMain.Images.SetKeyName(74, "edit.png");
            this.ilMain.Images.SetKeyName(75, "edit_page.png");
            this.ilMain.Images.SetKeyName(76, "edit_profile.png");
            this.ilMain.Images.SetKeyName(77, "eps_file.png");
            this.ilMain.Images.SetKeyName(78, "equalizer.png");
            this.ilMain.Images.SetKeyName(79, "euro_currency_sign.png");
            this.ilMain.Images.SetKeyName(80, "favorite.png");
            this.ilMain.Images.SetKeyName(81, "favorite_film.png");
            this.ilMain.Images.SetKeyName(82, "film.png");
            this.ilMain.Images.SetKeyName(83, "firewall.png");
            this.ilMain.Images.SetKeyName(84, "folder.png");
            this.ilMain.Images.SetKeyName(85, "folder_accept.png");
            this.ilMain.Images.SetKeyName(86, "folder_conflicted.png");
            this.ilMain.Images.SetKeyName(87, "folder_full.png");
            this.ilMain.Images.SetKeyName(88, "folder_modified.png");
            this.ilMain.Images.SetKeyName(89, "full_page.png");
            this.ilMain.Images.SetKeyName(90, "games.png");
            this.ilMain.Images.SetKeyName(91, "gif_file.png");
            this.ilMain.Images.SetKeyName(92, "globe.png");
            this.ilMain.Images.SetKeyName(93, "globe_download.png");
            this.ilMain.Images.SetKeyName(94, "globe_process.png");
            this.ilMain.Images.SetKeyName(95, "globe_warning.png");
            this.ilMain.Images.SetKeyName(96, "green_arrow_down.png");
            this.ilMain.Images.SetKeyName(97, "green_arrow_up.png");
            this.ilMain.Images.SetKeyName(98, "green_button.png");
            this.ilMain.Images.SetKeyName(99, "green_energy.png");
            this.ilMain.Images.SetKeyName(100, "green_flag.png");
            this.ilMain.Images.SetKeyName(101, "heart.png");
            this.ilMain.Images.SetKeyName(102, "help.png");
            this.ilMain.Images.SetKeyName(103, "help_balloon.png");
            this.ilMain.Images.SetKeyName(104, "home.png");
            this.ilMain.Images.SetKeyName(105, "home_accept.png");
            this.ilMain.Images.SetKeyName(106, "html_file.png");
            this.ilMain.Images.SetKeyName(107, "ico_file.png");
            this.ilMain.Images.SetKeyName(108, "id_card.png");
            this.ilMain.Images.SetKeyName(109, "image.png");
            this.ilMain.Images.SetKeyName(110, "image_accept.png");
            this.ilMain.Images.SetKeyName(111, "info.png");
            this.ilMain.Images.SetKeyName(112, "insert_to_shopping_cart.png");
            this.ilMain.Images.SetKeyName(113, "jpg_file.png");
            this.ilMain.Images.SetKeyName(114, "js_file.png");
            this.ilMain.Images.SetKeyName(115, "json_file.png");
            this.ilMain.Images.SetKeyName(116, "key.png");
            this.ilMain.Images.SetKeyName(117, "light_bulb.png");
            this.ilMain.Images.SetKeyName(118, "link.png");
            this.ilMain.Images.SetKeyName(119, "lock.png");
            this.ilMain.Images.SetKeyName(120, "magnet.png");
            this.ilMain.Images.SetKeyName(121, "mail.png");
            this.ilMain.Images.SetKeyName(122, "mail_lock.png");
            this.ilMain.Images.SetKeyName(123, "mail_receive.png");
            this.ilMain.Images.SetKeyName(124, "mail_search.png");
            this.ilMain.Images.SetKeyName(125, "mail_send.png");
            this.ilMain.Images.SetKeyName(126, "mobile_phone.png");
            this.ilMain.Images.SetKeyName(127, "mouse.png");
            this.ilMain.Images.SetKeyName(128, "music.png");
            this.ilMain.Images.SetKeyName(129, "new.png");
            this.ilMain.Images.SetKeyName(130, "new_page.png");
            this.ilMain.Images.SetKeyName(131, "news.png");
            this.ilMain.Images.SetKeyName(132, "next.png");
            this.ilMain.Images.SetKeyName(133, "note.png");
            this.ilMain.Images.SetKeyName(134, "note_accept.png");
            this.ilMain.Images.SetKeyName(135, "note_book.png");
            this.ilMain.Images.SetKeyName(136, "office_folders.png");
            this.ilMain.Images.SetKeyName(137, "old_clock.png");
            this.ilMain.Images.SetKeyName(138, "open_store.png");
            this.ilMain.Images.SetKeyName(139, "orange_arrow_down.png");
            this.ilMain.Images.SetKeyName(140, "orange_arrow_up.png");
            this.ilMain.Images.SetKeyName(141, "orange_button.png");
            this.ilMain.Images.SetKeyName(142, "package.png");
            this.ilMain.Images.SetKeyName(143, "package_accept.png");
            this.ilMain.Images.SetKeyName(144, "package_add.png");
            this.ilMain.Images.SetKeyName(145, "package_download.png");
            this.ilMain.Images.SetKeyName(146, "package_warning.png");
            this.ilMain.Images.SetKeyName(147, "page_down.png");
            this.ilMain.Images.SetKeyName(148, "page_process.png");
            this.ilMain.Images.SetKeyName(149, "page_up.png");
            this.ilMain.Images.SetKeyName(150, "pages.png");
            this.ilMain.Images.SetKeyName(151, "pages_warning.png");
            this.ilMain.Images.SetKeyName(152, "paint.png");
            this.ilMain.Images.SetKeyName(153, "paint_brush.png");
            this.ilMain.Images.SetKeyName(154, "palette.png");
            this.ilMain.Images.SetKeyName(155, "palette_brush.png");
            this.ilMain.Images.SetKeyName(156, "pastel_colors.png");
            this.ilMain.Images.SetKeyName(157, "pdf_file.png");
            this.ilMain.Images.SetKeyName(158, "phone_book.png");
            this.ilMain.Images.SetKeyName(159, "phone_book_edit.png");
            this.ilMain.Images.SetKeyName(160, "photo_camera.png");
            this.ilMain.Images.SetKeyName(161, "photo_camera_accept.png");
            this.ilMain.Images.SetKeyName(162, "php_file.png");
            this.ilMain.Images.SetKeyName(163, "pin.png");
            this.ilMain.Images.SetKeyName(164, "png_file.png");
            this.ilMain.Images.SetKeyName(165, "ppt_file.png");
            this.ilMain.Images.SetKeyName(166, "printer.png");
            this.ilMain.Images.SetKeyName(167, "printer_accept.png");
            this.ilMain.Images.SetKeyName(168, "printer_warning.png");
            this.ilMain.Images.SetKeyName(169, "prize_winner.png");
            this.ilMain.Images.SetKeyName(170, "process.png");
            this.ilMain.Images.SetKeyName(171, "process_accept.png");
            this.ilMain.Images.SetKeyName(172, "process_info.png");
            this.ilMain.Images.SetKeyName(173, "process_warning.png");
            this.ilMain.Images.SetKeyName(174, "promotion.png");
            this.ilMain.Images.SetKeyName(175, "protection.png");
            this.ilMain.Images.SetKeyName(176, "psd_file.png");
            this.ilMain.Images.SetKeyName(177, "puzzle.png");
            this.ilMain.Images.SetKeyName(178, "recycle.png");
            this.ilMain.Images.SetKeyName(179, "red_button.png");
            this.ilMain.Images.SetKeyName(180, "red_flag.png");
            this.ilMain.Images.SetKeyName(181, "refresh.png");
            this.ilMain.Images.SetKeyName(182, "refresh_page.png");
            this.ilMain.Images.SetKeyName(183, "remote_desktop.png");
            this.ilMain.Images.SetKeyName(184, "remove_from_database.png");
            this.ilMain.Images.SetKeyName(185, "remove_from_shopping_cart.png");
            this.ilMain.Images.SetKeyName(186, "report.png");
            this.ilMain.Images.SetKeyName(187, "rss.png");
            this.ilMain.Images.SetKeyName(188, "ruler.png");
            this.ilMain.Images.SetKeyName(189, "ruler_pencil.png");
            this.ilMain.Images.SetKeyName(190, "sale.png");
            this.ilMain.Images.SetKeyName(191, "save.png");
            this.ilMain.Images.SetKeyName(192, "search.png");
            this.ilMain.Images.SetKeyName(193, "search_computer.png");
            this.ilMain.Images.SetKeyName(194, "search_database.png");
            this.ilMain.Images.SetKeyName(195, "search_globe.png");
            this.ilMain.Images.SetKeyName(196, "search_home.png");
            this.ilMain.Images.SetKeyName(197, "search_image.png");
            this.ilMain.Images.SetKeyName(198, "search_page.png");
            this.ilMain.Images.SetKeyName(199, "search_printer.png");
            this.ilMain.Images.SetKeyName(200, "search_user.png");
            this.ilMain.Images.SetKeyName(201, "security.png");
            this.ilMain.Images.SetKeyName(202, "send_sms.png");
            this.ilMain.Images.SetKeyName(203, "shopping_cart.png");
            this.ilMain.Images.SetKeyName(204, "shopping_cart_accept.png");
            this.ilMain.Images.SetKeyName(205, "sms.png");
            this.ilMain.Images.SetKeyName(206, "sound.png");
            this.ilMain.Images.SetKeyName(207, "sound_muted.png");
            this.ilMain.Images.SetKeyName(208, "star_empty.png");
            this.ilMain.Images.SetKeyName(209, "star_full.png");
            this.ilMain.Images.SetKeyName(210, "star_half_full.png");
            this.ilMain.Images.SetKeyName(211, "sterling_pound_currency_sign.png");
            this.ilMain.Images.SetKeyName(212, "support.png");
            this.ilMain.Images.SetKeyName(213, "svg_file.png");
            this.ilMain.Images.SetKeyName(214, "swf_file.png");
            this.ilMain.Images.SetKeyName(215, "tablet.png");
            this.ilMain.Images.SetKeyName(216, "tag_blue.png");
            this.ilMain.Images.SetKeyName(217, "tag_green.png");
            this.ilMain.Images.SetKeyName(218, "target.png");
            this.ilMain.Images.SetKeyName(219, "television.png");
            this.ilMain.Images.SetKeyName(220, "text_page.png");
            this.ilMain.Images.SetKeyName(221, "tiff_file.png");
            this.ilMain.Images.SetKeyName(222, "tools.png");
            this.ilMain.Images.SetKeyName(223, "trash_can.png");
            this.ilMain.Images.SetKeyName(224, "turquoise_button.png");
            this.ilMain.Images.SetKeyName(225, "twitter.png");
            this.ilMain.Images.SetKeyName(226, "txt_file.png");
            this.ilMain.Images.SetKeyName(227, "unlock.png");
            this.ilMain.Images.SetKeyName(228, "up.png");
            this.ilMain.Images.SetKeyName(229, "user.png");
            this.ilMain.Images.SetKeyName(230, "user_accept.png");
            this.ilMain.Images.SetKeyName(231, "user_comment.png");
            this.ilMain.Images.SetKeyName(232, "users.png");
            this.ilMain.Images.SetKeyName(233, "users_comments.png");
            this.ilMain.Images.SetKeyName(234, "violet_button.png");
            this.ilMain.Images.SetKeyName(235, "warning.png");
            this.ilMain.Images.SetKeyName(236, "white_flag.png");
            this.ilMain.Images.SetKeyName(237, "windows_terminal.png");
            this.ilMain.Images.SetKeyName(238, "xml_file.png");
            this.ilMain.Images.SetKeyName(239, "yen_currency_sign.png");
            this.ilMain.Images.SetKeyName(240, "zip_file.png");
            this.ilMain.Images.SetKeyName(241, "zip_file_accept.png");
            this.ilMain.Images.SetKeyName(242, "zip_file_download.png");
            this.ilMain.Images.SetKeyName(243, "zip_file_info.png");
            this.ilMain.Images.SetKeyName(244, "zip_file_search.png");
            this.ilMain.Images.SetKeyName(245, "zoom_in.png");
            this.ilMain.Images.SetKeyName(246, "zoom_out.png");
            // 
            // tabItems
            // 
            this.tabItems.Controls.Add(this.txtCostoServicio);
            this.tabItems.Controls.Add(this.btnModificar);
            this.tabItems.Controls.Add(this.ugServicios);
            this.tabItems.Controls.Add(this.ubEliminarServicio);
            this.tabItems.Controls.Add(this.ubNuevoServicio);
            this.tabItems.Controls.Add(this.ultraLabel17);
            this.tabItems.Location = new System.Drawing.Point(1, 23);
            this.tabItems.Name = "tabItems";
            this.tabItems.Size = new System.Drawing.Size(301, 235);
            // 
            // txtCostoServicio
            // 
            this.txtCostoServicio.Location = new System.Drawing.Point(191, 209);
            this.txtCostoServicio.MaskInput = "nnnnnnnn.nn";
            this.txtCostoServicio.MaxValue = new decimal(new int[] {
            2050327040,
            10,
            0,
            0});
            this.txtCostoServicio.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtCostoServicio.Name = "txtCostoServicio";
            this.txtCostoServicio.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtCostoServicio.ReadOnly = true;
            this.txtCostoServicio.Size = new System.Drawing.Size(106, 21);
            this.txtCostoServicio.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtCostoServicio.TabIndex = 85;
            this.txtCostoServicio.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // btnModificar
            // 
            appearance25.Image = global::Soft.Ventas.Win.Properties.Resources.edit_page;
            appearance25.ImageHAlign = Infragistics.Win.HAlign.Center;
            this.btnModificar.Appearance = appearance25;
            this.btnModificar.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2010Button;
            this.btnModificar.Location = new System.Drawing.Point(44, 207);
            this.btnModificar.Name = "btnModificar";
            this.btnModificar.Size = new System.Drawing.Size(35, 23);
            this.btnModificar.TabIndex = 10;
            this.btnModificar.Click += new System.EventHandler(this.btnModificar_Click);
            // 
            // ugServicios
            // 
            this.ugServicios.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
            this.ugServicios.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
            this.ugServicios.DisplayLayout.TabNavigation = Infragistics.Win.UltraWinGrid.TabNavigation.NextControl;
            this.ugServicios.Dock = System.Windows.Forms.DockStyle.Top;
            this.ugServicios.Location = new System.Drawing.Point(0, 0);
            this.ugServicios.Name = "ugServicios";
            this.ugServicios.Size = new System.Drawing.Size(301, 201);
            this.ugServicios.TabIndex = 9;
            this.ugServicios.Text = "ultraGrid1";
            this.ugServicios.DoubleClickCell += new Infragistics.Win.UltraWinGrid.DoubleClickCellEventHandler(this.ugServicios_DoubleClickCell);
            // 
            // ubEliminarServicio
            // 
            appearance26.Image = global::Soft.Ventas.Win.Properties.Resources.delete_page;
            appearance26.ImageHAlign = Infragistics.Win.HAlign.Center;
            this.ubEliminarServicio.Appearance = appearance26;
            this.ubEliminarServicio.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2010Button;
            this.ubEliminarServicio.Location = new System.Drawing.Point(85, 207);
            this.ubEliminarServicio.Name = "ubEliminarServicio";
            this.ubEliminarServicio.Size = new System.Drawing.Size(35, 23);
            this.ubEliminarServicio.TabIndex = 8;
            this.ubEliminarServicio.Click += new System.EventHandler(this.ubEliminarServicio_Click);
            // 
            // ubNuevoServicio
            // 
            appearance27.Image = global::Soft.Ventas.Win.Properties.Resources.add_page;
            appearance27.ImageHAlign = Infragistics.Win.HAlign.Center;
            this.ubNuevoServicio.Appearance = appearance27;
            this.ubNuevoServicio.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2010Button;
            this.ubNuevoServicio.Location = new System.Drawing.Point(3, 207);
            this.ubNuevoServicio.Name = "ubNuevoServicio";
            this.ubNuevoServicio.Size = new System.Drawing.Size(35, 23);
            this.ubNuevoServicio.TabIndex = 7;
            this.ubNuevoServicio.Click += new System.EventHandler(this.ubNuevoServicio_Click);
            // 
            // ultraLabel17
            // 
            appearance28.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel17.Appearance = appearance28;
            this.ultraLabel17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel17.Location = new System.Drawing.Point(125, 213);
            this.ultraLabel17.Name = "ultraLabel17";
            this.ultraLabel17.Size = new System.Drawing.Size(75, 20);
            this.ultraLabel17.TabIndex = 86;
            this.ultraLabel17.Text = "TOTAL (S/.)";
            // 
            // ultraTabPageControl1
            // 
            this.ultraTabPageControl1.Controls.Add(this.ultraLabel28);
            this.ultraTabPageControl1.Controls.Add(this.uneCostoMaquina);
            this.ultraTabPageControl1.Controls.Add(this.GruposTiras);
            this.ultraTabPageControl1.Controls.Add(this.uneCostoMaterial);
            this.ultraTabPageControl1.Controls.Add(this.ultraGroupBox6);
            this.ultraTabPageControl1.Controls.Add(this.uneCosto);
            this.ultraTabPageControl1.Controls.Add(this.txtNombre);
            this.ultraTabPageControl1.Controls.Add(this.GrupoMedidaCerrada);
            this.ultraTabPageControl1.Controls.Add(this.GrupoMedidaAbierta);
            this.ultraTabPageControl1.Controls.Add(this.ssMaterial);
            this.ultraTabPageControl1.Controls.Add(this.ssMaquina);
            this.ultraTabPageControl1.Controls.Add(this.lblMaterial);
            this.ultraTabPageControl1.Controls.Add(this.lblMaquina);
            this.ultraTabPageControl1.Controls.Add(this.txtObservacionItem);
            this.ultraTabPageControl1.Controls.Add(this.lblObservacionItem);
            this.ultraTabPageControl1.Controls.Add(this.utcAcabadosyServicios);
            this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 23);
            this.ultraTabPageControl1.Name = "ultraTabPageControl1";
            this.ultraTabPageControl1.Size = new System.Drawing.Size(919, 271);
            // 
            // ultraLabel28
            // 
            appearance6.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel28.Appearance = appearance6;
            this.ultraLabel28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel28.Location = new System.Drawing.Point(218, 190);
            this.ultraLabel28.Name = "ultraLabel28";
            this.ultraLabel28.Size = new System.Drawing.Size(86, 17);
            this.ultraLabel28.TabIndex = 99;
            this.ultraLabel28.Text = "TOTAL (S/.)";
            // 
            // uneCostoMaquina
            // 
            this.uneCostoMaquina.Location = new System.Drawing.Point(310, 120);
            this.uneCostoMaquina.MaskInput = "nnnnnnnn.nn";
            this.uneCostoMaquina.MaxValue = new decimal(new int[] {
            2050327040,
            10,
            0,
            0});
            this.uneCostoMaquina.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.uneCostoMaquina.Name = "uneCostoMaquina";
            this.uneCostoMaquina.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.uneCostoMaquina.ReadOnly = true;
            this.uneCostoMaquina.Size = new System.Drawing.Size(124, 21);
            this.uneCostoMaquina.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.uneCostoMaquina.TabIndex = 89;
            this.uneCostoMaquina.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // GruposTiras
            // 
            appearance7.BackColor = System.Drawing.Color.Transparent;
            this.GruposTiras.Appearance = appearance7;
            this.GruposTiras.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.GruposTiras.Controls.Add(this.txtImpresoRetiraColor);
            this.GruposTiras.Controls.Add(this.lblImpresoRetiraColor);
            this.GruposTiras.Controls.Add(this.txtImpresoTiraColor);
            this.GruposTiras.Controls.Add(this.lblImpresoTiraColor);
            this.GruposTiras.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.GruposTiras.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.GruposTiras.Location = new System.Drawing.Point(444, 30);
            this.GruposTiras.Name = "GruposTiras";
            this.GruposTiras.Size = new System.Drawing.Size(159, 82);
            this.GruposTiras.TabIndex = 83;
            this.GruposTiras.Text = "MÉTODOS";
            // 
            // txtImpresoRetiraColor
            // 
            this.txtImpresoRetiraColor.Location = new System.Drawing.Point(73, 51);
            this.txtImpresoRetiraColor.MaskInput = "nn";
            this.txtImpresoRetiraColor.Name = "txtImpresoRetiraColor";
            this.txtImpresoRetiraColor.Size = new System.Drawing.Size(80, 21);
            this.txtImpresoRetiraColor.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtImpresoRetiraColor.TabIndex = 72;
            this.txtImpresoRetiraColor.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtImpresoRetiraColor.ValueChanged += new System.EventHandler(this.txtImpresoRetiraColor_ValueChanged);
            // 
            // lblImpresoRetiraColor
            // 
            appearance8.BackColor = System.Drawing.Color.Transparent;
            this.lblImpresoRetiraColor.Appearance = appearance8;
            this.lblImpresoRetiraColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblImpresoRetiraColor.Location = new System.Drawing.Point(8, 55);
            this.lblImpresoRetiraColor.Name = "lblImpresoRetiraColor";
            this.lblImpresoRetiraColor.Size = new System.Drawing.Size(72, 23);
            this.lblImpresoRetiraColor.TabIndex = 71;
            this.lblImpresoRetiraColor.Text = "R. COLOR";
            // 
            // txtImpresoTiraColor
            // 
            this.txtImpresoTiraColor.Location = new System.Drawing.Point(73, 28);
            this.txtImpresoTiraColor.MaskInput = "nn";
            this.txtImpresoTiraColor.MaxValue = 16;
            this.txtImpresoTiraColor.MinValue = 0;
            this.txtImpresoTiraColor.Name = "txtImpresoTiraColor";
            this.txtImpresoTiraColor.Size = new System.Drawing.Size(80, 21);
            this.txtImpresoTiraColor.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtImpresoTiraColor.TabIndex = 70;
            this.txtImpresoTiraColor.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtImpresoTiraColor.ValueChanged += new System.EventHandler(this.txtImpresoTiraColor_ValueChanged);
            // 
            // lblImpresoTiraColor
            // 
            appearance9.BackColor = System.Drawing.Color.Transparent;
            this.lblImpresoTiraColor.Appearance = appearance9;
            this.lblImpresoTiraColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblImpresoTiraColor.Location = new System.Drawing.Point(8, 32);
            this.lblImpresoTiraColor.Name = "lblImpresoTiraColor";
            this.lblImpresoTiraColor.Size = new System.Drawing.Size(61, 23);
            this.lblImpresoTiraColor.TabIndex = 69;
            this.lblImpresoTiraColor.Text = "T. COLOR";
            // 
            // uneCostoMaterial
            // 
            this.uneCostoMaterial.Location = new System.Drawing.Point(310, 142);
            this.uneCostoMaterial.MaskInput = "nnnnnnn.nn";
            this.uneCostoMaterial.MaxValue = new decimal(new int[] {
            2050327040,
            10,
            0,
            0});
            this.uneCostoMaterial.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.uneCostoMaterial.Name = "uneCostoMaterial";
            this.uneCostoMaterial.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.uneCostoMaterial.ReadOnly = true;
            this.uneCostoMaterial.Size = new System.Drawing.Size(124, 21);
            this.uneCostoMaterial.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.uneCostoMaterial.TabIndex = 90;
            this.uneCostoMaterial.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // ultraGroupBox6
            // 
            appearance10.BackColor = System.Drawing.Color.Transparent;
            this.ultraGroupBox6.Appearance = appearance10;
            this.ultraGroupBox6.Controls.Add(this.txtCantidadItem);
            this.ultraGroupBox6.Controls.Add(this.txtCantidadProduccion);
            this.ultraGroupBox6.Controls.Add(this.lblTipoUnidad);
            this.ultraGroupBox6.Controls.Add(this.ultraLabel18);
            this.ultraGroupBox6.Location = new System.Drawing.Point(444, 113);
            this.ultraGroupBox6.Name = "ultraGroupBox6";
            this.ultraGroupBox6.Size = new System.Drawing.Size(159, 56);
            this.ultraGroupBox6.TabIndex = 98;
            // 
            // txtCantidadItem
            // 
            this.txtCantidadItem.Location = new System.Drawing.Point(73, 5);
            this.txtCantidadItem.MaskInput = "nnnn";
            this.txtCantidadItem.MaxValue = 2000;
            this.txtCantidadItem.MinValue = 0;
            this.txtCantidadItem.Name = "txtCantidadItem";
            this.txtCantidadItem.Size = new System.Drawing.Size(80, 21);
            this.txtCantidadItem.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtCantidadItem.SpinIncrement = 4;
            this.txtCantidadItem.TabIndex = 78;
            this.txtCantidadItem.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtCantidadItem.ValueChanged += new System.EventHandler(this.txtCantidadItem_ValueChanged);
            // 
            // txtCantidadProduccion
            // 
            this.txtCantidadProduccion.Location = new System.Drawing.Point(73, 28);
            this.txtCantidadProduccion.MaskInput = "nnnnnnnn";
            this.txtCantidadProduccion.Name = "txtCantidadProduccion";
            this.txtCantidadProduccion.Size = new System.Drawing.Size(80, 21);
            this.txtCantidadProduccion.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtCantidadProduccion.TabIndex = 93;
            this.txtCantidadProduccion.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtCantidadProduccion.ValueChanged += new System.EventHandler(this.txtCantidadProduccion_ValueChanged);
            // 
            // lblTipoUnidad
            // 
            appearance11.BackColor = System.Drawing.Color.Transparent;
            this.lblTipoUnidad.Appearance = appearance11;
            this.lblTipoUnidad.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblTipoUnidad.Location = new System.Drawing.Point(5, 10);
            this.lblTipoUnidad.Name = "lblTipoUnidad";
            this.lblTipoUnidad.Size = new System.Drawing.Size(82, 17);
            this.lblTipoUnidad.TabIndex = 77;
            this.lblTipoUnidad.Text = "[UNIDAD]";
            // 
            // ultraLabel18
            // 
            appearance12.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel18.Appearance = appearance12;
            this.ultraLabel18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel18.Location = new System.Drawing.Point(5, 31);
            this.ultraLabel18.Name = "ultraLabel18";
            this.ultraLabel18.Size = new System.Drawing.Size(64, 23);
            this.ultraLabel18.TabIndex = 92;
            this.ultraLabel18.Text = "C. PRODU";
            // 
            // uneCosto
            // 
            this.uneCosto.Location = new System.Drawing.Point(310, 186);
            this.uneCosto.MaskInput = "nnnnnnn.nn";
            this.uneCosto.MaxValue = new decimal(new int[] {
            2050327040,
            10,
            0,
            0});
            this.uneCosto.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.uneCosto.Name = "uneCosto";
            this.uneCosto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.uneCosto.ReadOnly = true;
            this.uneCosto.Size = new System.Drawing.Size(124, 21);
            this.uneCosto.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.uneCosto.TabIndex = 83;
            this.uneCosto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.uneCosto.ValueChanged += new System.EventHandler(this.uneCosto_ValueChanged);
            // 
            // txtNombre
            // 
            this.txtNombre.Location = new System.Drawing.Point(7, 7);
            this.txtNombre.Multiline = true;
            this.txtNombre.Name = "txtNombre";
            this.txtNombre.Size = new System.Drawing.Size(276, 21);
            this.txtNombre.TabIndex = 95;
            this.txtNombre.ValueChanged += new System.EventHandler(this.txtNombre_ValueChanged);
            // 
            // GrupoMedidaCerrada
            // 
            appearance13.BackColor = System.Drawing.Color.Transparent;
            this.GrupoMedidaCerrada.Appearance = appearance13;
            this.GrupoMedidaCerrada.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.GrupoMedidaCerrada.Controls.Add(this.txtMedidaCerradaLargo);
            this.GrupoMedidaCerrada.Controls.Add(this.txtMedidaCerradaAlto);
            this.GrupoMedidaCerrada.Controls.Add(this.ultraLabel3);
            this.GrupoMedidaCerrada.Controls.Add(this.ultraLabel2);
            this.GrupoMedidaCerrada.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.GrupoMedidaCerrada.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.GrupoMedidaCerrada.Location = new System.Drawing.Point(286, 30);
            this.GrupoMedidaCerrada.Name = "GrupoMedidaCerrada";
            this.GrupoMedidaCerrada.Size = new System.Drawing.Size(154, 82);
            this.GrupoMedidaCerrada.TabIndex = 82;
            this.GrupoMedidaCerrada.Text = "CERRADA";
            // 
            // txtMedidaCerradaLargo
            // 
            this.txtMedidaCerradaLargo.Location = new System.Drawing.Point(53, 28);
            this.txtMedidaCerradaLargo.MaskInput = "nnnn.nn";
            this.txtMedidaCerradaLargo.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaCerradaLargo.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaCerradaLargo.Name = "txtMedidaCerradaLargo";
            this.txtMedidaCerradaLargo.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaCerradaLargo.Size = new System.Drawing.Size(95, 21);
            this.txtMedidaCerradaLargo.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaCerradaLargo.TabIndex = 65;
            this.txtMedidaCerradaLargo.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaCerradaLargo.ValueChanged += new System.EventHandler(this.txtMedidaCerradaLargo_ValueChanged);
            // 
            // txtMedidaCerradaAlto
            // 
            this.txtMedidaCerradaAlto.Location = new System.Drawing.Point(53, 51);
            this.txtMedidaCerradaAlto.MaskInput = "nnnn.nn";
            this.txtMedidaCerradaAlto.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaCerradaAlto.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaCerradaAlto.Name = "txtMedidaCerradaAlto";
            this.txtMedidaCerradaAlto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaCerradaAlto.Size = new System.Drawing.Size(95, 21);
            this.txtMedidaCerradaAlto.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaCerradaAlto.TabIndex = 79;
            this.txtMedidaCerradaAlto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaCerradaAlto.ValueChanged += new System.EventHandler(this.txtMedidaCerradaAlto_ValueChanged);
            // 
            // ultraLabel3
            // 
            appearance14.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel3.Appearance = appearance14;
            this.ultraLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel3.Location = new System.Drawing.Point(7, 32);
            this.ultraLabel3.Name = "ultraLabel3";
            this.ultraLabel3.Size = new System.Drawing.Size(50, 23);
            this.ultraLabel3.TabIndex = 68;
            this.ultraLabel3.Text = "LARGO";
            // 
            // ultraLabel2
            // 
            appearance15.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel2.Appearance = appearance15;
            this.ultraLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel2.Location = new System.Drawing.Point(7, 55);
            this.ultraLabel2.Name = "ultraLabel2";
            this.ultraLabel2.Size = new System.Drawing.Size(50, 23);
            this.ultraLabel2.TabIndex = 80;
            this.ultraLabel2.Text = "ALTO";
            // 
            // GrupoMedidaAbierta
            // 
            appearance16.BackColor = System.Drawing.Color.Transparent;
            this.GrupoMedidaAbierta.Appearance = appearance16;
            this.GrupoMedidaAbierta.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.GrupoMedidaAbierta.Controls.Add(this.txtMedidaAnchoCaja);
            this.GrupoMedidaAbierta.Controls.Add(this.labelFondoCaja);
            this.GrupoMedidaAbierta.Controls.Add(this.comboMedida);
            this.GrupoMedidaAbierta.Controls.Add(this.txtMedidaAbiertoLargo);
            this.GrupoMedidaAbierta.Controls.Add(this.ultraLabel1);
            this.GrupoMedidaAbierta.Controls.Add(this.txtMedidaAbiertoAlto);
            this.GrupoMedidaAbierta.Controls.Add(this.LabelMedidaAbiertaLargo);
            this.GrupoMedidaAbierta.Controls.Add(this.ultraLabel26);
            this.GrupoMedidaAbierta.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.GrupoMedidaAbierta.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.GrupoMedidaAbierta.Location = new System.Drawing.Point(7, 30);
            this.GrupoMedidaAbierta.Name = "GrupoMedidaAbierta";
            this.GrupoMedidaAbierta.Size = new System.Drawing.Size(276, 82);
            this.GrupoMedidaAbierta.TabIndex = 81;
            this.GrupoMedidaAbierta.Text = "ABIERTA";
            // 
            // txtMedidaAnchoCaja
            // 
            this.txtMedidaAnchoCaja.Location = new System.Drawing.Point(191, 53);
            this.txtMedidaAnchoCaja.MaskInput = "nnnn.nn";
            this.txtMedidaAnchoCaja.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaAnchoCaja.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaAnchoCaja.Name = "txtMedidaAnchoCaja";
            this.txtMedidaAnchoCaja.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaAnchoCaja.Size = new System.Drawing.Size(74, 21);
            this.txtMedidaAnchoCaja.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaAnchoCaja.TabIndex = 122;
            this.txtMedidaAnchoCaja.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaAnchoCaja.ValueChanged += new System.EventHandler(this.txtMedidaAnchoCaja_ValueChanged);
            // 
            // labelFondoCaja
            // 
            appearance17.BackColor = System.Drawing.Color.Transparent;
            this.labelFondoCaja.Appearance = appearance17;
            this.labelFondoCaja.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.labelFondoCaja.Location = new System.Drawing.Point(140, 56);
            this.labelFondoCaja.Name = "labelFondoCaja";
            this.labelFondoCaja.Size = new System.Drawing.Size(47, 17);
            this.labelFondoCaja.TabIndex = 123;
            this.labelFondoCaja.Text = "FONDO";
            // 
            // comboMedida
            // 
            this.comboMedida.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.Office2007;
            valueListItem1.DataValue = "CM.";
            valueListItem1.Tag = 1;
            valueListItem2.DataValue = "MT.";
            valueListItem2.Tag = 100;
            this.comboMedida.Items.AddRange(new Infragistics.Win.ValueListItem[] {
            valueListItem1,
            valueListItem2});
            this.comboMedida.Location = new System.Drawing.Point(191, 30);
            this.comboMedida.Name = "comboMedida";
            this.comboMedida.Size = new System.Drawing.Size(74, 21);
            this.comboMedida.TabIndex = 121;
            this.comboMedida.ValueChanged += new System.EventHandler(this.comboMedida_ValueChanged);
            // 
            // txtMedidaAbiertoLargo
            // 
            this.txtMedidaAbiertoLargo.Location = new System.Drawing.Point(61, 30);
            this.txtMedidaAbiertoLargo.MaskInput = "nnnn.nn";
            this.txtMedidaAbiertoLargo.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaAbiertoLargo.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaAbiertoLargo.Name = "txtMedidaAbiertoLargo";
            this.txtMedidaAbiertoLargo.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaAbiertoLargo.Size = new System.Drawing.Size(73, 21);
            this.txtMedidaAbiertoLargo.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaAbiertoLargo.TabIndex = 65;
            this.txtMedidaAbiertoLargo.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaAbiertoLargo.ValueChanged += new System.EventHandler(this.txtMedidaAbiertoLargo_ValueChanged);
            // 
            // ultraLabel1
            // 
            appearance18.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel1.Appearance = appearance18;
            this.ultraLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel1.Location = new System.Drawing.Point(10, 56);
            this.ultraLabel1.Name = "ultraLabel1";
            this.ultraLabel1.Size = new System.Drawing.Size(51, 23);
            this.ultraLabel1.TabIndex = 80;
            this.ultraLabel1.Text = "ALTO";
            // 
            // txtMedidaAbiertoAlto
            // 
            this.txtMedidaAbiertoAlto.Location = new System.Drawing.Point(61, 52);
            this.txtMedidaAbiertoAlto.MaskInput = "nnnn.nn";
            this.txtMedidaAbiertoAlto.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtMedidaAbiertoAlto.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtMedidaAbiertoAlto.Name = "txtMedidaAbiertoAlto";
            this.txtMedidaAbiertoAlto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtMedidaAbiertoAlto.Size = new System.Drawing.Size(73, 21);
            this.txtMedidaAbiertoAlto.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtMedidaAbiertoAlto.TabIndex = 79;
            this.txtMedidaAbiertoAlto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtMedidaAbiertoAlto.ValueChanged += new System.EventHandler(this.txtMedidaAbiertoAlto_ValueChanged);
            // 
            // LabelMedidaAbiertaLargo
            // 
            appearance19.BackColor = System.Drawing.Color.Transparent;
            this.LabelMedidaAbiertaLargo.Appearance = appearance19;
            this.LabelMedidaAbiertaLargo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.LabelMedidaAbiertaLargo.Location = new System.Drawing.Point(9, 34);
            this.LabelMedidaAbiertaLargo.Name = "LabelMedidaAbiertaLargo";
            this.LabelMedidaAbiertaLargo.Size = new System.Drawing.Size(48, 23);
            this.LabelMedidaAbiertaLargo.TabIndex = 68;
            this.LabelMedidaAbiertaLargo.Text = "LARGO";
            // 
            // ultraLabel26
            // 
            appearance20.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel26.Appearance = appearance20;
            this.ultraLabel26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel26.Location = new System.Drawing.Point(140, 34);
            this.ultraLabel26.Name = "ultraLabel26";
            this.ultraLabel26.Size = new System.Drawing.Size(82, 17);
            this.ultraLabel26.TabIndex = 98;
            this.ultraLabel26.Text = "UND";
            // 
            // ssMaterial
            // 
            this.ssMaterial.BackColor = System.Drawing.Color.Transparent;
            this.ssMaterial.Location = new System.Drawing.Point(80, 142);
            this.ssMaterial.Name = "ssMaterial";
            this.ssMaterial.Size = new System.Drawing.Size(204, 28);
            this.ssMaterial.TabIndex = 76;
            this.ssMaterial.Search += new System.EventHandler(this.ssMaterial_Search);
            this.ssMaterial.Clear += new System.EventHandler(this.ssMaterial_Clear);
            // 
            // ssMaquina
            // 
            this.ssMaquina.BackColor = System.Drawing.Color.Transparent;
            this.ssMaquina.Location = new System.Drawing.Point(80, 120);
            this.ssMaquina.Name = "ssMaquina";
            this.ssMaquina.Size = new System.Drawing.Size(204, 28);
            this.ssMaquina.TabIndex = 75;
            this.ssMaquina.Search += new System.EventHandler(this.ssMaquina_Search);
            this.ssMaquina.Clear += new System.EventHandler(this.ssMaquina_Clear);
            // 
            // lblMaterial
            // 
            appearance21.BackColor = System.Drawing.Color.Transparent;
            this.lblMaterial.Appearance = appearance21;
            this.lblMaterial.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblMaterial.Location = new System.Drawing.Point(7, 146);
            this.lblMaterial.Name = "lblMaterial";
            this.lblMaterial.Size = new System.Drawing.Size(70, 24);
            this.lblMaterial.TabIndex = 74;
            this.lblMaterial.Text = "MATERIAL";
            // 
            // lblMaquina
            // 
            appearance22.BackColor = System.Drawing.Color.Transparent;
            this.lblMaquina.Appearance = appearance22;
            this.lblMaquina.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblMaquina.Location = new System.Drawing.Point(7, 124);
            this.lblMaquina.Name = "lblMaquina";
            this.lblMaquina.Size = new System.Drawing.Size(74, 12);
            this.lblMaquina.TabIndex = 73;
            this.lblMaquina.Text = "MÁQUINA";
            // 
            // txtObservacionItem
            // 
            this.txtObservacionItem.Location = new System.Drawing.Point(108, 212);
            this.txtObservacionItem.Multiline = true;
            this.txtObservacionItem.Name = "txtObservacionItem";
            this.txtObservacionItem.Size = new System.Drawing.Size(495, 56);
            this.txtObservacionItem.TabIndex = 64;
            this.txtObservacionItem.TextChanged += new System.EventHandler(this.txtObservacionItem_TextChanged);
            // 
            // lblObservacionItem
            // 
            appearance23.BackColor = System.Drawing.Color.Transparent;
            this.lblObservacionItem.Appearance = appearance23;
            this.lblObservacionItem.Location = new System.Drawing.Point(7, 213);
            this.lblObservacionItem.Name = "lblObservacionItem";
            this.lblObservacionItem.Size = new System.Drawing.Size(96, 23);
            this.lblObservacionItem.TabIndex = 63;
            this.lblObservacionItem.Text = "OBSERVACIÓN";
            // 
            // utcAcabadosyServicios
            // 
            appearance24.BackColor = System.Drawing.Color.Transparent;
            this.utcAcabadosyServicios.Appearance = appearance24;
            this.utcAcabadosyServicios.Controls.Add(this.ultraTabSharedControlsPage1);
            this.utcAcabadosyServicios.Controls.Add(this.tabItems);
            this.utcAcabadosyServicios.Location = new System.Drawing.Point(608, 7);
            this.utcAcabadosyServicios.Name = "utcAcabadosyServicios";
            this.utcAcabadosyServicios.SharedControlsPage = this.ultraTabSharedControlsPage1;
            this.utcAcabadosyServicios.Size = new System.Drawing.Size(305, 261);
            appearance29.BackColor = System.Drawing.Color.Transparent;
            this.utcAcabadosyServicios.TabHeaderAreaAppearance = appearance29;
            this.utcAcabadosyServicios.TabIndex = 60;
            ultraTab1.TabPage = this.tabItems;
            ultraTab1.Text = ":: ACA / MAQ / MAT ::";
            this.utcAcabadosyServicios.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab1});
            // 
            // ultraTabSharedControlsPage1
            // 
            this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
            this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(301, 235);
            // 
            // ultraTabPageControl2
            // 
            this.ultraTabPageControl2.Controls.Add(this.ugbImpresion);
            this.ultraTabPageControl2.Controls.Add(this.ugbPrecorte);
            this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl2.Name = "ultraTabPageControl2";
            this.ultraTabPageControl2.Size = new System.Drawing.Size(919, 271);
            // 
            // ugbImpresion
            // 
            appearance30.BackColor = System.Drawing.Color.Transparent;
            this.ugbImpresion.Appearance = appearance30;
            this.ugbImpresion.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ugbImpresion.Controls.Add(this.ultraLabel27);
            this.ugbImpresion.Controls.Add(this.LabelProduccion);
            this.ugbImpresion.Controls.Add(this.ubMostrarGraficoImpresion);
            this.ugbImpresion.Controls.Add(this.labelSobranPaginas);
            this.ugbImpresion.Controls.Add(this.ubGirarGraficoImpresion);
            this.ugbImpresion.Controls.Add(this.txtImpresionAlto);
            this.ugbImpresion.Controls.Add(this.txtNumeroCambios);
            this.ugbImpresion.Controls.Add(this.txtNroPiezasImpresion);
            this.ugbImpresion.Controls.Add(this.lblCantidadPiezas);
            this.ugbImpresion.Controls.Add(this.ubImprimirGraficoImpresion);
            this.ugbImpresion.Controls.Add(this.txtPliegos);
            this.ugbImpresion.Controls.Add(this.txtImpresionLargo);
            this.ugbImpresion.Controls.Add(this.labelPliegos);
            this.ugbImpresion.Controls.Add(this.txtTiraje);
            this.ugbImpresion.Controls.Add(this.uneSeparacionY);
            this.ugbImpresion.Controls.Add(this.ultraLabel21);
            this.ugbImpresion.Controls.Add(this.txtPases);
            this.ugbImpresion.Controls.Add(this.uneSeparacionX);
            this.ugbImpresion.Controls.Add(this.upbImpresion);
            this.ugbImpresion.Controls.Add(this.ultraLabel25);
            this.ugbImpresion.Controls.Add(this.lblSeparacionY);
            this.ugbImpresion.Controls.Add(this.checkGraficoImpresionManual);
            this.ugbImpresion.Controls.Add(this.ultraLabel20);
            this.ugbImpresion.Controls.Add(this.lblSeparacionX);
            this.ugbImpresion.Controls.Add(this.lblMetodo);
            this.ugbImpresion.Controls.Add(this.ultraLabel13);
            this.ugbImpresion.Controls.Add(this.busMetodoImpresion);
            this.ugbImpresion.Controls.Add(this.ultraLabel14);
            this.ugbImpresion.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ugbImpresion.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.ugbImpresion.Location = new System.Drawing.Point(422, 6);
            this.ugbImpresion.Name = "ugbImpresion";
            this.ugbImpresion.Size = new System.Drawing.Size(427, 259);
            this.ugbImpresion.TabIndex = 101;
            this.ugbImpresion.Text = "IMPRESIÓN";
            // 
            // ultraLabel27
            // 
            appearance31.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel27.Appearance = appearance31;
            this.ultraLabel27.Location = new System.Drawing.Point(11, 238);
            this.ultraLabel27.Name = "ultraLabel27";
            this.ultraLabel27.Size = new System.Drawing.Size(84, 23);
            this.ultraLabel27.TabIndex = 132;
            this.ultraLabel27.Text = "PRODUCCIÓN";
            // 
            // LabelProduccion
            // 
            appearance32.BackColor = System.Drawing.Color.Transparent;
            this.LabelProduccion.Appearance = appearance32;
            this.LabelProduccion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.LabelProduccion.Location = new System.Drawing.Point(113, 236);
            this.LabelProduccion.Name = "LabelProduccion";
            this.LabelProduccion.Size = new System.Drawing.Size(306, 17);
            this.LabelProduccion.TabIndex = 68;
            // 
            // ubMostrarGraficoImpresion
            // 
            this.ubMostrarGraficoImpresion.Location = new System.Drawing.Point(338, 28);
            this.ubMostrarGraficoImpresion.Name = "ubMostrarGraficoImpresion";
            this.ubMostrarGraficoImpresion.Size = new System.Drawing.Size(83, 23);
            this.ubMostrarGraficoImpresion.TabIndex = 108;
            this.ubMostrarGraficoImpresion.Text = "<< VER";
            this.ubMostrarGraficoImpresion.Click += new System.EventHandler(this.ubMostrarGraficoImpresion_Click);
            // 
            // labelSobranPaginas
            // 
            appearance33.BackColor = System.Drawing.Color.MistyRose;
            appearance33.BackColor2 = System.Drawing.Color.Transparent;
            appearance33.BackColorDisabled = System.Drawing.Color.White;
            appearance33.BackColorDisabled2 = System.Drawing.Color.White;
            appearance33.FontData.UnderlineAsString = "False";
            appearance33.ForeColor = System.Drawing.Color.Red;
            this.labelSobranPaginas.Appearance = appearance33;
            this.labelSobranPaginas.BorderStyleInner = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.labelSobranPaginas.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
            this.labelSobranPaginas.ImageTransparentColor = System.Drawing.Color.Firebrick;
            this.labelSobranPaginas.Location = new System.Drawing.Point(12, 165);
            this.labelSobranPaginas.Name = "labelSobranPaginas";
            this.labelSobranPaginas.Size = new System.Drawing.Size(124, 17);
            this.labelSobranPaginas.TabIndex = 131;
            this.labelSobranPaginas.DoubleClick += new System.EventHandler(this.labelSobranPaginas_DoubleClick);
            // 
            // ubGirarGraficoImpresion
            // 
            this.ubGirarGraficoImpresion.Location = new System.Drawing.Point(338, 52);
            this.ubGirarGraficoImpresion.Name = "ubGirarGraficoImpresion";
            this.ubGirarGraficoImpresion.Size = new System.Drawing.Size(83, 23);
            this.ubGirarGraficoImpresion.TabIndex = 106;
            this.ubGirarGraficoImpresion.Text = "<< GIRAR";
            this.ubGirarGraficoImpresion.Click += new System.EventHandler(this.ubGirarGraficoImpresion_Click);
            // 
            // txtImpresionAlto
            // 
            this.txtImpresionAlto.Location = new System.Drawing.Point(202, 186);
            this.txtImpresionAlto.MaskInput = "nnnn.nn";
            this.txtImpresionAlto.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtImpresionAlto.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtImpresionAlto.Name = "txtImpresionAlto";
            this.txtImpresionAlto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtImpresionAlto.ReadOnly = true;
            this.txtImpresionAlto.Size = new System.Drawing.Size(61, 21);
            this.txtImpresionAlto.TabIndex = 114;
            this.txtImpresionAlto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // txtNumeroCambios
            // 
            this.txtNumeroCambios.Location = new System.Drawing.Point(338, 118);
            this.txtNumeroCambios.MaskInput = "nn";
            this.txtNumeroCambios.Name = "txtNumeroCambios";
            this.txtNumeroCambios.ReadOnly = true;
            this.txtNumeroCambios.Size = new System.Drawing.Size(83, 21);
            this.txtNumeroCambios.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtNumeroCambios.TabIndex = 129;
            this.txtNumeroCambios.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // txtNroPiezasImpresion
            // 
            this.txtNroPiezasImpresion.Location = new System.Drawing.Point(338, 210);
            this.txtNroPiezasImpresion.Name = "txtNroPiezasImpresion";
            this.txtNroPiezasImpresion.Size = new System.Drawing.Size(83, 21);
            this.txtNroPiezasImpresion.TabIndex = 98;
            this.txtNroPiezasImpresion.ValueChanged += new System.EventHandler(this.txtNroPiezasImpresion_ValueChanged);
            // 
            // lblCantidadPiezas
            // 
            appearance34.BackColor = System.Drawing.Color.Transparent;
            this.lblCantidadPiezas.Appearance = appearance34;
            this.lblCantidadPiezas.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblCantidadPiezas.Location = new System.Drawing.Point(272, 216);
            this.lblCantidadPiezas.Name = "lblCantidadPiezas";
            this.lblCantidadPiezas.Size = new System.Drawing.Size(68, 23);
            this.lblCantidadPiezas.TabIndex = 109;
            this.lblCantidadPiezas.Text = "Nº PIEZAS";
            // 
            // ubImprimirGraficoImpresion
            // 
            this.ubImprimirGraficoImpresion.Location = new System.Drawing.Point(338, 77);
            this.ubImprimirGraficoImpresion.Name = "ubImprimirGraficoImpresion";
            this.ubImprimirGraficoImpresion.Size = new System.Drawing.Size(83, 23);
            this.ubImprimirGraficoImpresion.TabIndex = 107;
            this.ubImprimirGraficoImpresion.Text = "<< IMPRIMIR";
            this.ubImprimirGraficoImpresion.Click += new System.EventHandler(this.ubImprimirGraficoImpresion_Click);
            // 
            // txtPliegos
            // 
            this.txtPliegos.Location = new System.Drawing.Point(276, 51);
            this.txtPliegos.MaskInput = "nnn";
            this.txtPliegos.Name = "txtPliegos";
            this.txtPliegos.ReadOnly = true;
            this.txtPliegos.Size = new System.Drawing.Size(51, 21);
            this.txtPliegos.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtPliegos.TabIndex = 124;
            this.txtPliegos.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // txtImpresionLargo
            // 
            this.txtImpresionLargo.Location = new System.Drawing.Point(69, 188);
            this.txtImpresionLargo.MaskInput = "nnnn.nn";
            this.txtImpresionLargo.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.txtImpresionLargo.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtImpresionLargo.Name = "txtImpresionLargo";
            this.txtImpresionLargo.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtImpresionLargo.ReadOnly = true;
            this.txtImpresionLargo.Size = new System.Drawing.Size(67, 21);
            this.txtImpresionLargo.TabIndex = 112;
            this.txtImpresionLargo.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // labelPliegos
            // 
            appearance35.BackColor = System.Drawing.Color.Transparent;
            this.labelPliegos.Appearance = appearance35;
            this.labelPliegos.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.labelPliegos.Location = new System.Drawing.Point(274, 34);
            this.labelPliegos.Name = "labelPliegos";
            this.labelPliegos.Size = new System.Drawing.Size(55, 23);
            this.labelPliegos.TabIndex = 127;
            this.labelPliegos.Text = "PLIEGOS";
            // 
            // txtTiraje
            // 
            this.txtTiraje.Location = new System.Drawing.Point(338, 161);
            this.txtTiraje.MaskInput = "nnnnnnnn";
            this.txtTiraje.Name = "txtTiraje";
            this.txtTiraje.ReadOnly = true;
            this.txtTiraje.Size = new System.Drawing.Size(83, 21);
            this.txtTiraje.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtTiraje.TabIndex = 126;
            this.txtTiraje.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // uneSeparacionY
            // 
            this.uneSeparacionY.Location = new System.Drawing.Point(202, 214);
            this.uneSeparacionY.MaskInput = "nnn";
            this.uneSeparacionY.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.uneSeparacionY.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.uneSeparacionY.Name = "uneSeparacionY";
            this.uneSeparacionY.Size = new System.Drawing.Size(61, 21);
            this.uneSeparacionY.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.uneSeparacionY.TabIndex = 105;
            this.uneSeparacionY.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.uneSeparacionY.ValueChanged += new System.EventHandler(this.uneSeparacionY_ValueChanged);
            // 
            // ultraLabel21
            // 
            appearance36.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel21.Appearance = appearance36;
            this.ultraLabel21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel21.Location = new System.Drawing.Point(336, 145);
            this.ultraLabel21.Name = "ultraLabel21";
            this.ultraLabel21.Size = new System.Drawing.Size(88, 23);
            this.ultraLabel21.TabIndex = 125;
            this.ultraLabel21.Text = "TIRAJE";
            // 
            // txtPases
            // 
            this.txtPases.Location = new System.Drawing.Point(275, 97);
            this.txtPases.MaskInput = "nn";
            this.txtPases.Name = "txtPases";
            this.txtPases.ReadOnly = true;
            this.txtPases.Size = new System.Drawing.Size(52, 21);
            this.txtPases.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtPases.TabIndex = 123;
            this.txtPases.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // uneSeparacionX
            // 
            this.uneSeparacionX.Location = new System.Drawing.Point(69, 214);
            this.uneSeparacionX.MaskInput = "nnn";
            this.uneSeparacionX.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.uneSeparacionX.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.uneSeparacionX.Name = "uneSeparacionX";
            this.uneSeparacionX.Size = new System.Drawing.Size(67, 21);
            this.uneSeparacionX.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.uneSeparacionX.TabIndex = 104;
            this.uneSeparacionX.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.uneSeparacionX.ValueChanged += new System.EventHandler(this.uneSeparacionX_ValueChanged);
            // 
            // upbImpresion
            // 
            this.upbImpresion.BackColor = System.Drawing.Color.Transparent;
            this.upbImpresion.BorderShadowColor = System.Drawing.Color.Empty;
            this.upbImpresion.Location = new System.Drawing.Point(15, 38);
            this.upbImpresion.Name = "upbImpresion";
            this.upbImpresion.Size = new System.Drawing.Size(10, 10);
            this.upbImpresion.TabIndex = 1;
            this.upbImpresion.UseAppStyling = false;
            // 
            // ultraLabel25
            // 
            appearance37.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel25.Appearance = appearance37;
            this.ultraLabel25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel25.Location = new System.Drawing.Point(336, 102);
            this.ultraLabel25.Name = "ultraLabel25";
            this.ultraLabel25.Size = new System.Drawing.Size(76, 17);
            this.ultraLabel25.TabIndex = 130;
            this.ultraLabel25.Text = "Nº CAMBIOS";
            // 
            // lblSeparacionY
            // 
            appearance38.BackColor = System.Drawing.Color.Transparent;
            this.lblSeparacionY.Appearance = appearance38;
            this.lblSeparacionY.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblSeparacionY.Location = new System.Drawing.Point(149, 218);
            this.lblSeparacionY.Name = "lblSeparacionY";
            this.lblSeparacionY.Size = new System.Drawing.Size(57, 23);
            this.lblSeparacionY.TabIndex = 103;
            this.lblSeparacionY.Text = "SEP. Y";
            // 
            // checkGraficoImpresionManual
            // 
            this.checkGraficoImpresionManual.Location = new System.Drawing.Point(298, 4);
            this.checkGraficoImpresionManual.Name = "checkGraficoImpresionManual";
            this.checkGraficoImpresionManual.Size = new System.Drawing.Size(129, 24);
            this.checkGraficoImpresionManual.TabIndex = 128;
            this.checkGraficoImpresionManual.Text = "GRÁFICO MANUAL";
            this.checkGraficoImpresionManual.CheckedChanged += new System.EventHandler(this.checkGraficoImpresionManual_CheckedChanged);
            // 
            // ultraLabel20
            // 
            appearance39.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel20.Appearance = appearance39;
            this.ultraLabel20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel20.Location = new System.Drawing.Point(272, 78);
            this.ultraLabel20.Name = "ultraLabel20";
            this.ultraLabel20.Size = new System.Drawing.Size(55, 23);
            this.ultraLabel20.TabIndex = 124;
            this.ultraLabel20.Text = "PASES";
            // 
            // lblSeparacionX
            // 
            appearance40.BackColor = System.Drawing.Color.Transparent;
            this.lblSeparacionX.Appearance = appearance40;
            this.lblSeparacionX.Location = new System.Drawing.Point(12, 218);
            this.lblSeparacionX.Name = "lblSeparacionX";
            this.lblSeparacionX.Size = new System.Drawing.Size(72, 23);
            this.lblSeparacionX.TabIndex = 98;
            this.lblSeparacionX.Text = "SEP. X";
            // 
            // lblMetodo
            // 
            appearance41.BackColor = System.Drawing.Color.Transparent;
            this.lblMetodo.Appearance = appearance41;
            this.lblMetodo.Location = new System.Drawing.Point(272, 165);
            this.lblMetodo.Name = "lblMetodo";
            this.lblMetodo.Size = new System.Drawing.Size(72, 15);
            this.lblMetodo.TabIndex = 115;
            this.lblMetodo.Text = "MÉTODO";
            // 
            // ultraLabel13
            // 
            appearance42.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel13.Appearance = appearance42;
            this.ultraLabel13.Location = new System.Drawing.Point(11, 192);
            this.ultraLabel13.Name = "ultraLabel13";
            this.ultraLabel13.Size = new System.Drawing.Size(72, 23);
            this.ultraLabel13.TabIndex = 111;
            this.ultraLabel13.Text = "LARGO";
            // 
            // busMetodoImpresion
            // 
            this.busMetodoImpresion.BackColor = System.Drawing.Color.Transparent;
            this.busMetodoImpresion.Location = new System.Drawing.Point(274, 186);
            this.busMetodoImpresion.Name = "busMetodoImpresion";
            this.busMetodoImpresion.Size = new System.Drawing.Size(147, 28);
            this.busMetodoImpresion.TabIndex = 121;
            this.busMetodoImpresion.Search += new System.EventHandler(this.busMetodoImpresion_Search);
            // 
            // ultraLabel14
            // 
            appearance43.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel14.Appearance = appearance43;
            this.ultraLabel14.Location = new System.Drawing.Point(149, 192);
            this.ultraLabel14.Name = "ultraLabel14";
            this.ultraLabel14.Size = new System.Drawing.Size(72, 23);
            this.ultraLabel14.TabIndex = 113;
            this.ultraLabel14.Text = "ALTO";
            // 
            // ugbPrecorte
            // 
            appearance44.BackColor = System.Drawing.Color.Transparent;
            this.ugbPrecorte.Appearance = appearance44;
            this.ugbPrecorte.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ugbPrecorte.Controls.Add(this.txtNroPiezasPrecorte);
            this.ugbPrecorte.Controls.Add(this.ultraLabel16);
            this.ugbPrecorte.Controls.Add(this.txtFormatoImpresionLargo);
            this.ugbPrecorte.Controls.Add(this.txtFormatoImpresionAlto);
            this.ugbPrecorte.Controls.Add(this.ultraLabel15);
            this.ugbPrecorte.Controls.Add(this.txtDemasia);
            this.ugbPrecorte.Controls.Add(this.ultraLabel7);
            this.ugbPrecorte.Controls.Add(this.LabelMateriaPrima);
            this.ugbPrecorte.Controls.Add(this.ultraLabel12);
            this.ugbPrecorte.Controls.Add(this.txtHojasMaquina);
            this.ugbPrecorte.Controls.Add(this.upbPrecorte);
            this.ugbPrecorte.Controls.Add(this.ultraLabel19);
            this.ugbPrecorte.Controls.Add(this.ubMostrarGraficoPrecorte);
            this.ugbPrecorte.Controls.Add(this.ubImprimirGraficoPrecorte);
            this.ugbPrecorte.Controls.Add(this.ubGirarGraficoPrecorte);
            this.ugbPrecorte.Controls.Add(this.LabelMaterialAlmancen);
            this.ugbPrecorte.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ugbPrecorte.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.ugbPrecorte.Location = new System.Drawing.Point(6, 6);
            this.ugbPrecorte.Name = "ugbPrecorte";
            this.ugbPrecorte.Size = new System.Drawing.Size(410, 260);
            this.ugbPrecorte.TabIndex = 100;
            this.ugbPrecorte.Text = "PRECORTE";
            // 
            // txtNroPiezasPrecorte
            // 
            this.txtNroPiezasPrecorte.Location = new System.Drawing.Point(199, 230);
            this.txtNroPiezasPrecorte.MaskInput = "nnnnnnn";
            this.txtNroPiezasPrecorte.Name = "txtNroPiezasPrecorte";
            this.txtNroPiezasPrecorte.ReadOnly = true;
            this.txtNroPiezasPrecorte.Size = new System.Drawing.Size(73, 21);
            this.txtNroPiezasPrecorte.TabIndex = 118;
            // 
            // ultraLabel16
            // 
            appearance45.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel16.Appearance = appearance45;
            this.ultraLabel16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel16.Location = new System.Drawing.Point(316, 150);
            this.ultraLabel16.Name = "ultraLabel16";
            this.ultraLabel16.Size = new System.Drawing.Size(89, 18);
            this.ultraLabel16.TabIndex = 121;
            this.ultraLabel16.Text = "DEMASIA";
            // 
            // txtFormatoImpresionLargo
            // 
            this.txtFormatoImpresionLargo.Location = new System.Drawing.Point(61, 230);
            this.txtFormatoImpresionLargo.MaskInput = "nnnnn.nn";
            this.txtFormatoImpresionLargo.MaxValue = new decimal(new int[] {
            255500,
            0,
            0,
            0});
            this.txtFormatoImpresionLargo.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtFormatoImpresionLargo.Name = "txtFormatoImpresionLargo";
            this.txtFormatoImpresionLargo.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtFormatoImpresionLargo.Size = new System.Drawing.Size(73, 21);
            this.txtFormatoImpresionLargo.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtFormatoImpresionLargo.TabIndex = 65;
            this.txtFormatoImpresionLargo.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtFormatoImpresionLargo.ValueChanged += new System.EventHandler(this.txtFormatoImpresionLargo_ValueChanged);
            // 
            // txtFormatoImpresionAlto
            // 
            this.txtFormatoImpresionAlto.Location = new System.Drawing.Point(316, 229);
            this.txtFormatoImpresionAlto.MaskInput = "nnnnn.nn";
            this.txtFormatoImpresionAlto.MaxValue = new decimal(new int[] {
            255500,
            0,
            0,
            0});
            this.txtFormatoImpresionAlto.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtFormatoImpresionAlto.Name = "txtFormatoImpresionAlto";
            this.txtFormatoImpresionAlto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.txtFormatoImpresionAlto.Size = new System.Drawing.Size(89, 21);
            this.txtFormatoImpresionAlto.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtFormatoImpresionAlto.TabIndex = 79;
            this.txtFormatoImpresionAlto.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtFormatoImpresionAlto.ValueChanged += new System.EventHandler(this.txtFormatoImpresionAlto_ValueChanged);
            // 
            // ultraLabel15
            // 
            appearance46.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel15.Appearance = appearance46;
            this.ultraLabel15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel15.Location = new System.Drawing.Point(136, 234);
            this.ultraLabel15.Name = "ultraLabel15";
            this.ultraLabel15.Size = new System.Drawing.Size(72, 23);
            this.ultraLabel15.TabIndex = 119;
            this.ultraLabel15.Text = "Nº PIEZAS";
            // 
            // txtDemasia
            // 
            this.txtDemasia.Location = new System.Drawing.Point(316, 168);
            this.txtDemasia.MaskInput = "nnnnnn";
            this.txtDemasia.Name = "txtDemasia";
            this.txtDemasia.Size = new System.Drawing.Size(89, 21);
            this.txtDemasia.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtDemasia.TabIndex = 120;
            this.txtDemasia.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.txtDemasia.ValueChanged += new System.EventHandler(this.txtDemasia_ValueChanged_1);
            // 
            // ultraLabel7
            // 
            appearance47.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel7.Appearance = appearance47;
            this.ultraLabel7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel7.Location = new System.Drawing.Point(278, 233);
            this.ultraLabel7.Name = "ultraLabel7";
            this.ultraLabel7.Size = new System.Drawing.Size(43, 23);
            this.ultraLabel7.TabIndex = 80;
            this.ultraLabel7.Text = "ALTO";
            // 
            // LabelMateriaPrima
            // 
            appearance48.BackColor = System.Drawing.Color.Transparent;
            this.LabelMateriaPrima.Appearance = appearance48;
            this.LabelMateriaPrima.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.LabelMateriaPrima.Location = new System.Drawing.Point(6, 190);
            this.LabelMateriaPrima.Name = "LabelMateriaPrima";
            this.LabelMateriaPrima.Size = new System.Drawing.Size(328, 17);
            this.LabelMateriaPrima.TabIndex = 68;
            this.LabelMateriaPrima.Text = "TOTAL : ";
            // 
            // ultraLabel12
            // 
            appearance49.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel12.Appearance = appearance49;
            this.ultraLabel12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel12.Location = new System.Drawing.Point(9, 234);
            this.ultraLabel12.Name = "ultraLabel12";
            this.ultraLabel12.Size = new System.Drawing.Size(48, 23);
            this.ultraLabel12.TabIndex = 68;
            this.ultraLabel12.Text = "LARGO";
            // 
            // txtHojasMaquina
            // 
            this.txtHojasMaquina.Location = new System.Drawing.Point(316, 124);
            this.txtHojasMaquina.MaskInput = "nnnnnnnn";
            this.txtHojasMaquina.Name = "txtHojasMaquina";
            this.txtHojasMaquina.ReadOnly = true;
            this.txtHojasMaquina.Size = new System.Drawing.Size(89, 21);
            this.txtHojasMaquina.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.txtHojasMaquina.TabIndex = 122;
            this.txtHojasMaquina.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            // 
            // upbPrecorte
            // 
            this.upbPrecorte.BackColor = System.Drawing.Color.Transparent;
            this.upbPrecorte.BorderShadowColor = System.Drawing.Color.Empty;
            this.upbPrecorte.BorderStyle = Infragistics.Win.UIElementBorderStyle.Dotted;
            this.upbPrecorte.Location = new System.Drawing.Point(6, 28);
            this.upbPrecorte.Name = "upbPrecorte";
            this.upbPrecorte.Size = new System.Drawing.Size(45, 37);
            this.upbPrecorte.TabIndex = 0;
            this.upbPrecorte.UseAppStyling = false;
            // 
            // ultraLabel19
            // 
            appearance50.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel19.Appearance = appearance50;
            this.ultraLabel19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel19.Location = new System.Drawing.Point(316, 104);
            this.ultraLabel19.Name = "ultraLabel19";
            this.ultraLabel19.Size = new System.Drawing.Size(89, 23);
            this.ultraLabel19.TabIndex = 122;
            this.ultraLabel19.Text = "HJS. MÁQUINA";
            // 
            // ubMostrarGraficoPrecorte
            // 
            this.ubMostrarGraficoPrecorte.Location = new System.Drawing.Point(316, 28);
            this.ubMostrarGraficoPrecorte.Name = "ubMostrarGraficoPrecorte";
            this.ubMostrarGraficoPrecorte.Size = new System.Drawing.Size(89, 23);
            this.ubMostrarGraficoPrecorte.TabIndex = 102;
            this.ubMostrarGraficoPrecorte.Text = "<< VER";
            this.ubMostrarGraficoPrecorte.Click += new System.EventHandler(this.ubMostrarGraficoPrecorte_Click);
            // 
            // ubImprimirGraficoPrecorte
            // 
            this.ubImprimirGraficoPrecorte.Location = new System.Drawing.Point(316, 77);
            this.ubImprimirGraficoPrecorte.Name = "ubImprimirGraficoPrecorte";
            this.ubImprimirGraficoPrecorte.Size = new System.Drawing.Size(89, 23);
            this.ubImprimirGraficoPrecorte.TabIndex = 99;
            this.ubImprimirGraficoPrecorte.Text = "<< IMPRIMIR";
            this.ubImprimirGraficoPrecorte.Click += new System.EventHandler(this.ubImprimirGraficoPrecorte_Click);
            // 
            // ubGirarGraficoPrecorte
            // 
            this.ubGirarGraficoPrecorte.Location = new System.Drawing.Point(316, 52);
            this.ubGirarGraficoPrecorte.Name = "ubGirarGraficoPrecorte";
            this.ubGirarGraficoPrecorte.Size = new System.Drawing.Size(89, 23);
            this.ubGirarGraficoPrecorte.TabIndex = 98;
            this.ubGirarGraficoPrecorte.Text = "<< GIRAR";
            this.ubGirarGraficoPrecorte.Click += new System.EventHandler(this.ubGirarGraficoPrecorte_Click);
            // 
            // LabelMaterialAlmancen
            // 
            appearance51.BackColor = System.Drawing.Color.Transparent;
            this.LabelMaterialAlmancen.Appearance = appearance51;
            this.LabelMaterialAlmancen.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.LabelMaterialAlmancen.Location = new System.Drawing.Point(6, 211);
            this.LabelMaterialAlmancen.Name = "LabelMaterialAlmancen";
            this.LabelMaterialAlmancen.Size = new System.Drawing.Size(328, 17);
            this.LabelMaterialAlmancen.TabIndex = 120;
            this.LabelMaterialAlmancen.Text = "TOTAL : ";
            // 
            // ultraTabPageControl3
            // 
            this.ultraTabPageControl3.Controls.Add(this.ultraGroupBox9);
            this.ultraTabPageControl3.Controls.Add(this.ultraGroupBox8);
            this.ultraTabPageControl3.Controls.Add(this.ultraGroupBox5);
            this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabPageControl3.Name = "ultraTabPageControl3";
            this.ultraTabPageControl3.Size = new System.Drawing.Size(919, 271);
            // 
            // ultraGroupBox9
            // 
            appearance52.BackColor = System.Drawing.Color.Transparent;
            this.ultraGroupBox9.Appearance = appearance52;
            this.ultraGroupBox9.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox9.Controls.Add(this.uceIncluirEnPresupuesto);
            this.ultraGroupBox9.Controls.Add(this.checkMuestraPrecioEnPresupuesto);
            this.ultraGroupBox9.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ultraGroupBox9.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.ultraGroupBox9.Location = new System.Drawing.Point(7, 115);
            this.ultraGroupBox9.Name = "ultraGroupBox9";
            this.ultraGroupBox9.Size = new System.Drawing.Size(341, 68);
            this.ultraGroupBox9.TabIndex = 96;
            this.ultraGroupBox9.Text = "GENERALIDADES";
            // 
            // uceIncluirEnPresupuesto
            // 
            this.uceIncluirEnPresupuesto.Location = new System.Drawing.Point(24, 28);
            this.uceIncluirEnPresupuesto.Name = "uceIncluirEnPresupuesto";
            this.uceIncluirEnPresupuesto.Size = new System.Drawing.Size(131, 29);
            this.uceIncluirEnPresupuesto.TabIndex = 96;
            this.uceIncluirEnPresupuesto.Text = "INCLUIR EN PRESUPUESTO";
            this.uceIncluirEnPresupuesto.CheckedChanged += new System.EventHandler(this.uceIncluirEnPresupuesto_CheckedChanged);
            // 
            // checkMuestraPrecioEnPresupuesto
            // 
            this.checkMuestraPrecioEnPresupuesto.Location = new System.Drawing.Point(176, 28);
            this.checkMuestraPrecioEnPresupuesto.Name = "checkMuestraPrecioEnPresupuesto";
            this.checkMuestraPrecioEnPresupuesto.Size = new System.Drawing.Size(152, 29);
            this.checkMuestraPrecioEnPresupuesto.TabIndex = 129;
            this.checkMuestraPrecioEnPresupuesto.Text = "MOSTRAR PRECIO EN PRESUPUESTO";
            this.checkMuestraPrecioEnPresupuesto.CheckedChanged += new System.EventHandler(this.checkMuestraPrecioEnPresupuesto_CheckedChanged);
            // 
            // ultraGroupBox8
            // 
            appearance53.BackColor = System.Drawing.Color.Transparent;
            this.ultraGroupBox8.Appearance = appearance53;
            this.ultraGroupBox8.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox8.Controls.Add(this.ssDireccionFactura);
            this.ultraGroupBox8.Controls.Add(this.lblDireccionFactura);
            this.ultraGroupBox8.Controls.Add(this.lblDireccionEntrega);
            this.ultraGroupBox8.Controls.Add(this.ssDireccionEntrega);
            this.ultraGroupBox8.Controls.Add(this.ssContacto);
            this.ultraGroupBox8.Controls.Add(this.lblContacto);
            this.ultraGroupBox8.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ultraGroupBox8.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.ultraGroupBox8.Location = new System.Drawing.Point(354, 6);
            this.ultraGroupBox8.Name = "ultraGroupBox8";
            this.ultraGroupBox8.Size = new System.Drawing.Size(399, 103);
            this.ultraGroupBox8.TabIndex = 95;
            this.ultraGroupBox8.Text = "LÓGISTICA";
            // 
            // ssDireccionFactura
            // 
            this.ssDireccionFactura.BackColor = System.Drawing.Color.Transparent;
            this.ssDireccionFactura.Location = new System.Drawing.Point(140, 73);
            this.ssDireccionFactura.Name = "ssDireccionFactura";
            this.ssDireccionFactura.Size = new System.Drawing.Size(250, 28);
            this.ssDireccionFactura.TabIndex = 103;
            this.ssDireccionFactura.Search += new System.EventHandler(this.ssDireccionFactura_Search);
            // 
            // lblDireccionFactura
            // 
            appearance54.BackColor = System.Drawing.Color.Transparent;
            this.lblDireccionFactura.Appearance = appearance54;
            this.lblDireccionFactura.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblDireccionFactura.Location = new System.Drawing.Point(9, 77);
            this.lblDireccionFactura.Name = "lblDireccionFactura";
            this.lblDireccionFactura.Size = new System.Drawing.Size(128, 23);
            this.lblDireccionFactura.TabIndex = 102;
            this.lblDireccionFactura.Text = "DIRECC. DE FACTURA";
            // 
            // lblDireccionEntrega
            // 
            appearance55.BackColor = System.Drawing.Color.Transparent;
            this.lblDireccionEntrega.Appearance = appearance55;
            this.lblDireccionEntrega.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblDireccionEntrega.Location = new System.Drawing.Point(9, 54);
            this.lblDireccionEntrega.Name = "lblDireccionEntrega";
            this.lblDireccionEntrega.Size = new System.Drawing.Size(128, 23);
            this.lblDireccionEntrega.TabIndex = 100;
            this.lblDireccionEntrega.Text = "DIRECC. DE ENTREGA";
            // 
            // ssDireccionEntrega
            // 
            this.ssDireccionEntrega.BackColor = System.Drawing.Color.Transparent;
            this.ssDireccionEntrega.Location = new System.Drawing.Point(140, 51);
            this.ssDireccionEntrega.Name = "ssDireccionEntrega";
            this.ssDireccionEntrega.Size = new System.Drawing.Size(250, 28);
            this.ssDireccionEntrega.TabIndex = 101;
            this.ssDireccionEntrega.Search += new System.EventHandler(this.ssDireccionEntrega_Search);
            // 
            // ssContacto
            // 
            this.ssContacto.BackColor = System.Drawing.Color.Transparent;
            this.ssContacto.Location = new System.Drawing.Point(140, 29);
            this.ssContacto.Name = "ssContacto";
            this.ssContacto.Size = new System.Drawing.Size(250, 28);
            this.ssContacto.TabIndex = 99;
            this.ssContacto.Search += new System.EventHandler(this.ssContacto_Search);
            // 
            // lblContacto
            // 
            appearance56.BackColor = System.Drawing.Color.Transparent;
            this.lblContacto.Appearance = appearance56;
            this.lblContacto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblContacto.Location = new System.Drawing.Point(9, 32);
            this.lblContacto.Name = "lblContacto";
            this.lblContacto.Size = new System.Drawing.Size(79, 23);
            this.lblContacto.TabIndex = 98;
            this.lblContacto.Text = "CONTACTO";
            // 
            // ultraGroupBox5
            // 
            appearance57.BackColor = System.Drawing.Color.Transparent;
            this.ultraGroupBox5.Appearance = appearance57;
            this.ultraGroupBox5.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox5.Controls.Add(this.busListaPreciosTransporte);
            this.ultraGroupBox5.Controls.Add(this.ultraLabel6);
            this.ultraGroupBox5.Controls.Add(this.busListaCostoMaquina);
            this.ultraGroupBox5.Controls.Add(this.busListaPrecioMaterial);
            this.ultraGroupBox5.Controls.Add(this.ultraLabel4);
            this.ultraGroupBox5.Controls.Add(this.ultraLabel5);
            this.ultraGroupBox5.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ultraGroupBox5.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.ultraGroupBox5.Location = new System.Drawing.Point(7, 6);
            this.ultraGroupBox5.Name = "ultraGroupBox5";
            this.ultraGroupBox5.Size = new System.Drawing.Size(341, 103);
            this.ultraGroupBox5.TabIndex = 94;
            this.ultraGroupBox5.Text = "LISTA DE PRECIOS";
            // 
            // busListaPreciosTransporte
            // 
            this.busListaPreciosTransporte.BackColor = System.Drawing.Color.Transparent;
            this.busListaPreciosTransporte.Location = new System.Drawing.Point(87, 73);
            this.busListaPreciosTransporte.Name = "busListaPreciosTransporte";
            this.busListaPreciosTransporte.Size = new System.Drawing.Size(246, 28);
            this.busListaPreciosTransporte.TabIndex = 92;
            this.busListaPreciosTransporte.Search += new System.EventHandler(this.busListaPreciosTransporte_Search);
            // 
            // ultraLabel6
            // 
            appearance58.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel6.Appearance = appearance58;
            this.ultraLabel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel6.Location = new System.Drawing.Point(6, 77);
            this.ultraLabel6.Name = "ultraLabel6";
            this.ultraLabel6.Size = new System.Drawing.Size(85, 23);
            this.ultraLabel6.TabIndex = 93;
            this.ultraLabel6.Text = "TRANSPORTE";
            // 
            // busListaCostoMaquina
            // 
            this.busListaCostoMaquina.BackColor = System.Drawing.Color.Transparent;
            this.busListaCostoMaquina.Location = new System.Drawing.Point(87, 50);
            this.busListaCostoMaquina.Name = "busListaCostoMaquina";
            this.busListaCostoMaquina.Size = new System.Drawing.Size(246, 28);
            this.busListaCostoMaquina.TabIndex = 90;
            this.busListaCostoMaquina.Search += new System.EventHandler(this.busListaCostoMaquina_Search);
            // 
            // busListaPrecioMaterial
            // 
            this.busListaPrecioMaterial.BackColor = System.Drawing.Color.Transparent;
            this.busListaPrecioMaterial.Location = new System.Drawing.Point(87, 28);
            this.busListaPrecioMaterial.Name = "busListaPrecioMaterial";
            this.busListaPrecioMaterial.Size = new System.Drawing.Size(246, 28);
            this.busListaPrecioMaterial.TabIndex = 88;
            this.busListaPrecioMaterial.Search += new System.EventHandler(this.busListaPrecioMaterial_Search);
            // 
            // ultraLabel4
            // 
            appearance59.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel4.Appearance = appearance59;
            this.ultraLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel4.Location = new System.Drawing.Point(6, 32);
            this.ultraLabel4.Name = "ultraLabel4";
            this.ultraLabel4.Size = new System.Drawing.Size(85, 23);
            this.ultraLabel4.TabIndex = 89;
            this.ultraLabel4.Text = "MATERIAL";
            // 
            // ultraLabel5
            // 
            appearance60.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel5.Appearance = appearance60;
            this.ultraLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel5.Location = new System.Drawing.Point(6, 54);
            this.ultraLabel5.Name = "ultraLabel5";
            this.ultraLabel5.Size = new System.Drawing.Size(85, 23);
            this.ultraLabel5.TabIndex = 91;
            this.ultraLabel5.Text = "MÁQUINA";
            // 
            // utcItemCotizacion
            // 
            appearance5.BackColor = System.Drawing.Color.Transparent;
            this.utcItemCotizacion.Appearance = appearance5;
            this.utcItemCotizacion.Controls.Add(this.ultraTabSharedControlsPage2);
            this.utcItemCotizacion.Controls.Add(this.ultraTabPageControl1);
            this.utcItemCotizacion.Controls.Add(this.ultraTabPageControl2);
            this.utcItemCotizacion.Controls.Add(this.ultraTabPageControl3);
            this.utcItemCotizacion.Location = new System.Drawing.Point(132, 28);
            this.utcItemCotizacion.Name = "utcItemCotizacion";
            this.utcItemCotizacion.SharedControlsPage = this.ultraTabSharedControlsPage2;
            this.utcItemCotizacion.Size = new System.Drawing.Size(923, 297);
            appearance61.BackColor = System.Drawing.Color.Transparent;
            this.utcItemCotizacion.TabHeaderAreaAppearance = appearance61;
            this.utcItemCotizacion.TabIndex = 91;
            ultraTab2.TabPage = this.ultraTabPageControl1;
            ultraTab2.Text = ":: VACIO ::";
            ultraTab3.Key = "Graficos";
            ultraTab3.TabPage = this.ultraTabPageControl2;
            ultraTab3.Text = ":: GRÁFICOS ::";
            ultraTab4.TabPage = this.ultraTabPageControl3;
            ultraTab4.Text = ":: INFORMACIÓN ADICIONAL ::";
            this.utcItemCotizacion.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
            ultraTab2,
            ultraTab3,
            ultraTab4});
            // 
            // ultraTabSharedControlsPage2
            // 
            this.ultraTabSharedControlsPage2.Location = new System.Drawing.Point(-10000, -10000);
            this.ultraTabSharedControlsPage2.Name = "ultraTabSharedControlsPage2";
            this.ultraTabSharedControlsPage2.Size = new System.Drawing.Size(919, 271);
            // 
            // utCotizacion
            // 
            this.utCotizacion.Location = new System.Drawing.Point(6, 52);
            this.utCotizacion.Name = "utCotizacion";
            appearance4.FontData.BoldAsString = "True";
            appearance4.FontData.ItalicAsString = "True";
            _override1.ActiveNodeAppearance = appearance4;
            this.utCotizacion.Override = _override1;
            this.utCotizacion.Size = new System.Drawing.Size(124, 273);
            this.utCotizacion.TabIndex = 90;
            this.utCotizacion.AfterSelect += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.utCotizacion_AfterSelect);
            // 
            // ssFormaPago
            // 
            this.ssFormaPago.BackColor = System.Drawing.Color.Transparent;
            this.ssFormaPago.Location = new System.Drawing.Point(577, 73);
            this.ssFormaPago.Name = "ssFormaPago";
            this.ssFormaPago.Size = new System.Drawing.Size(119, 28);
            this.ssFormaPago.TabIndex = 89;
            this.ssFormaPago.Search += new System.EventHandler(this.ssFormaPago_Search);
            // 
            // lblFormaPago
            // 
            appearance74.BackColor = System.Drawing.Color.Transparent;
            this.lblFormaPago.Appearance = appearance74;
            this.lblFormaPago.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblFormaPago.Location = new System.Drawing.Point(473, 75);
            this.lblFormaPago.Name = "lblFormaPago";
            this.lblFormaPago.Size = new System.Drawing.Size(122, 23);
            this.lblFormaPago.TabIndex = 88;
            this.lblFormaPago.Text = "F. PAGO";
            // 
            // ssResponsable
            // 
            this.ssResponsable.BackColor = System.Drawing.Color.Transparent;
            this.ssResponsable.Location = new System.Drawing.Point(109, 74);
            this.ssResponsable.Name = "ssResponsable";
            this.ssResponsable.Size = new System.Drawing.Size(354, 28);
            this.ssResponsable.TabIndex = 86;
            this.ssResponsable.Search += new System.EventHandler(this.ssResponsable_Search);
            // 
            // lblCotizador
            // 
            appearance78.BackColor = System.Drawing.Color.Transparent;
            this.lblCotizador.Appearance = appearance78;
            this.lblCotizador.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblCotizador.Location = new System.Drawing.Point(10, 76);
            this.lblCotizador.Name = "lblCotizador";
            this.lblCotizador.Size = new System.Drawing.Size(130, 23);
            this.lblCotizador.TabIndex = 87;
            this.lblCotizador.Text = "COTIZADOR";
            // 
            // txtObservacion
            // 
            this.txtObservacion.Location = new System.Drawing.Point(139, 485);
            this.txtObservacion.Multiline = true;
            this.txtObservacion.Name = "txtObservacion";
            this.txtObservacion.Size = new System.Drawing.Size(390, 49);
            this.txtObservacion.TabIndex = 84;
            this.txtObservacion.TextChanged += new System.EventHandler(this.txtObservacion_TextChanged);
            // 
            // ultraLabel11
            // 
            appearance70.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel11.Appearance = appearance70;
            this.ultraLabel11.Location = new System.Drawing.Point(13, 485);
            this.ultraLabel11.Name = "ultraLabel11";
            this.ultraLabel11.Size = new System.Drawing.Size(94, 23);
            this.ultraLabel11.TabIndex = 85;
            this.ultraLabel11.Text = "OBSERVACIÓN";
            // 
            // uneCantidad
            // 
            this.uneCantidad.Location = new System.Drawing.Point(109, 119);
            this.uneCantidad.MaskInput = "nnnnnnnnnn";
            this.uneCantidad.Name = "uneCantidad";
            this.uneCantidad.Size = new System.Drawing.Size(100, 21);
            this.uneCantidad.TabIndex = 83;
            this.uneCantidad.ValueChanged += new System.EventHandler(this.uneCantidad_ValueChanged);
            // 
            // lblCantidad
            // 
            appearance71.BackColor = System.Drawing.Color.Transparent;
            this.lblCantidad.Appearance = appearance71;
            this.lblCantidad.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblCantidad.Location = new System.Drawing.Point(10, 121);
            this.lblCantidad.Name = "lblCantidad";
            this.lblCantidad.Size = new System.Drawing.Size(97, 23);
            this.lblCantidad.TabIndex = 82;
            this.lblCantidad.Text = "CANTIDAD";
            // 
            // txtDescripcion
            // 
            this.txtDescripcion.Location = new System.Drawing.Point(109, 52);
            this.txtDescripcion.Name = "txtDescripcion";
            this.txtDescripcion.Size = new System.Drawing.Size(354, 21);
            this.txtDescripcion.TabIndex = 81;
            this.txtDescripcion.TextChanged += new System.EventHandler(this.txtDescripcion_TextChanged);
            // 
            // llbDescripcion
            // 
            appearance79.BackColor = System.Drawing.Color.Transparent;
            this.llbDescripcion.Appearance = appearance79;
            this.llbDescripcion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.llbDescripcion.Location = new System.Drawing.Point(10, 56);
            this.llbDescripcion.Name = "llbDescripcion";
            this.llbDescripcion.Size = new System.Drawing.Size(130, 23);
            this.llbDescripcion.TabIndex = 80;
            this.llbDescripcion.Text = "DESCRIPCIÓN";
            // 
            // udtFechaCreacion
            // 
            this.udtFechaCreacion.DateTime = new System.DateTime(2013, 11, 21, 0, 0, 0, 0);
            this.udtFechaCreacion.Location = new System.Drawing.Point(577, 29);
            this.udtFechaCreacion.Name = "udtFechaCreacion";
            this.udtFechaCreacion.Size = new System.Drawing.Size(119, 21);
            this.udtFechaCreacion.TabIndex = 79;
            this.udtFechaCreacion.Value = new System.DateTime(2013, 11, 21, 0, 0, 0, 0);
            this.udtFechaCreacion.ValueChanged += new System.EventHandler(this.udtFechaCreacion_ValueChanged);
            // 
            // lblFechaCreacion
            // 
            appearance77.BackColor = System.Drawing.Color.Transparent;
            this.lblFechaCreacion.Appearance = appearance77;
            this.lblFechaCreacion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblFechaCreacion.Location = new System.Drawing.Point(474, 33);
            this.lblFechaCreacion.Name = "lblFechaCreacion";
            this.lblFechaCreacion.Size = new System.Drawing.Size(85, 23);
            this.lblFechaCreacion.TabIndex = 78;
            this.lblFechaCreacion.Text = "F. CREACIÓN";
            // 
            // txtNumeracion
            // 
            this.txtNumeracion.Location = new System.Drawing.Point(577, 7);
            this.txtNumeracion.Name = "txtNumeracion";
            this.txtNumeracion.Size = new System.Drawing.Size(119, 21);
            this.txtNumeracion.TabIndex = 73;
            this.txtNumeracion.TextChanged += new System.EventHandler(this.txtNumeracion_TextChanged);
            // 
            // lblNumeracion
            // 
            appearance75.BackColor = System.Drawing.Color.Transparent;
            this.lblNumeracion.Appearance = appearance75;
            this.lblNumeracion.Location = new System.Drawing.Point(473, 11);
            this.lblNumeracion.Name = "lblNumeracion";
            this.lblNumeracion.Size = new System.Drawing.Size(30, 23);
            this.lblNumeracion.TabIndex = 77;
            this.lblNumeracion.Text = "Nº";
            // 
            // ssCliente
            // 
            this.ssCliente.BackColor = System.Drawing.Color.Transparent;
            this.ssCliente.Location = new System.Drawing.Point(109, 30);
            this.ssCliente.Name = "ssCliente";
            this.ssCliente.Size = new System.Drawing.Size(354, 28);
            this.ssCliente.TabIndex = 74;
            this.ssCliente.Search += new System.EventHandler(this.ssCliente_Search);
            // 
            // ssTipoDocumento
            // 
            this.ssTipoDocumento.BackColor = System.Drawing.Color.Transparent;
            this.ssTipoDocumento.Location = new System.Drawing.Point(109, 8);
            this.ssTipoDocumento.Name = "ssTipoDocumento";
            this.ssTipoDocumento.Size = new System.Drawing.Size(354, 28);
            this.ssTipoDocumento.TabIndex = 72;
            this.ssTipoDocumento.Search += new System.EventHandler(this.ssTipoDocumento_Search);
            // 
            // lblCliente
            // 
            appearance72.BackColor = System.Drawing.Color.Transparent;
            this.lblCliente.Appearance = appearance72;
            this.lblCliente.Location = new System.Drawing.Point(10, 32);
            this.lblCliente.Name = "lblCliente";
            this.lblCliente.Size = new System.Drawing.Size(130, 23);
            this.lblCliente.TabIndex = 76;
            this.lblCliente.Text = "CLIENTE";
            // 
            // lblTipoDocumento
            // 
            appearance73.BackColor = System.Drawing.Color.Transparent;
            this.lblTipoDocumento.Appearance = appearance73;
            this.lblTipoDocumento.Location = new System.Drawing.Point(10, 8);
            this.lblTipoDocumento.Name = "lblTipoDocumento";
            this.lblTipoDocumento.Size = new System.Drawing.Size(130, 23);
            this.lblTipoDocumento.TabIndex = 75;
            this.lblTipoDocumento.Text = "DOCUMENTO";
            // 
            // ssVendedor
            // 
            this.ssVendedor.BackColor = System.Drawing.Color.Transparent;
            this.ssVendedor.Location = new System.Drawing.Point(109, 96);
            this.ssVendedor.Name = "ssVendedor";
            this.ssVendedor.Size = new System.Drawing.Size(354, 28);
            this.ssVendedor.TabIndex = 92;
            this.ssVendedor.Search += new System.EventHandler(this.ssVendedor_Search);
            // 
            // lblVendedor
            // 
            appearance80.BackColor = System.Drawing.Color.Transparent;
            this.lblVendedor.Appearance = appearance80;
            this.lblVendedor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblVendedor.Location = new System.Drawing.Point(10, 98);
            this.lblVendedor.Name = "lblVendedor";
            this.lblVendedor.Size = new System.Drawing.Size(130, 23);
            this.lblVendedor.TabIndex = 93;
            this.lblVendedor.Text = "VENDEDOR";
            // 
            // unePorcentajeUtilidad
            // 
            this.unePorcentajeUtilidad.Location = new System.Drawing.Point(623, 484);
            this.unePorcentajeUtilidad.MaskInput = "nnnnnnnnn";
            this.unePorcentajeUtilidad.MaxValue = new decimal(new int[] {
            2500,
            0,
            0,
            0});
            this.unePorcentajeUtilidad.MinValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.unePorcentajeUtilidad.Name = "unePorcentajeUtilidad";
            this.unePorcentajeUtilidad.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Decimal;
            this.unePorcentajeUtilidad.Size = new System.Drawing.Size(73, 21);
            this.unePorcentajeUtilidad.SpinButtonDisplayStyle = Infragistics.Win.ButtonDisplayStyle.Always;
            this.unePorcentajeUtilidad.TabIndex = 94;
            this.unePorcentajeUtilidad.TabNavigation = Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation.NextControl;
            this.unePorcentajeUtilidad.ValueChanged += new System.EventHandler(this.unePorcentajeUtilidad_ValueChanged);
            // 
            // lblPorcentajeUtilidad
            // 
            appearance81.BackColor = System.Drawing.Color.Transparent;
            this.lblPorcentajeUtilidad.Appearance = appearance81;
            this.lblPorcentajeUtilidad.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblPorcentajeUtilidad.Location = new System.Drawing.Point(545, 488);
            this.lblPorcentajeUtilidad.Name = "lblPorcentajeUtilidad";
            this.lblPorcentajeUtilidad.Size = new System.Drawing.Size(86, 23);
            this.lblPorcentajeUtilidad.TabIndex = 95;
            this.lblPorcentajeUtilidad.Text = "(%) UTILIDAD";
            // 
            // uneTotal
            // 
            this.uneTotal.Location = new System.Drawing.Point(911, 525);
            this.uneTotal.Name = "uneTotal";
            this.uneTotal.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneTotal.ReadOnly = true;
            this.uneTotal.Size = new System.Drawing.Size(156, 21);
            this.uneTotal.TabIndex = 58;
            // 
            // uneImpuesto
            // 
            this.uneImpuesto.Location = new System.Drawing.Point(911, 503);
            this.uneImpuesto.Name = "uneImpuesto";
            this.uneImpuesto.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneImpuesto.ReadOnly = true;
            this.uneImpuesto.Size = new System.Drawing.Size(156, 21);
            this.uneImpuesto.TabIndex = 57;
            // 
            // uneSubTotal
            // 
            this.uneSubTotal.Location = new System.Drawing.Point(911, 481);
            this.uneSubTotal.Name = "uneSubTotal";
            this.uneSubTotal.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneSubTotal.ReadOnly = true;
            this.uneSubTotal.Size = new System.Drawing.Size(156, 21);
            this.uneSubTotal.TabIndex = 56;
            // 
            // lblTotal
            // 
            appearance67.BackColor = System.Drawing.Color.Transparent;
            appearance67.TextHAlignAsString = "Right";
            this.lblTotal.Appearance = appearance67;
            this.lblTotal.Location = new System.Drawing.Point(781, 529);
            this.lblTotal.Name = "lblTotal";
            this.lblTotal.Size = new System.Drawing.Size(115, 23);
            this.lblTotal.TabIndex = 55;
            this.lblTotal.Text = "TOTAL";
            // 
            // lblImpuesto
            // 
            appearance68.BackColor = System.Drawing.Color.Transparent;
            appearance68.TextHAlignAsString = "Right";
            this.lblImpuesto.Appearance = appearance68;
            this.lblImpuesto.Location = new System.Drawing.Point(781, 507);
            this.lblImpuesto.Name = "lblImpuesto";
            this.lblImpuesto.Size = new System.Drawing.Size(115, 23);
            this.lblImpuesto.TabIndex = 54;
            this.lblImpuesto.Text = "IMPUESTO";
            // 
            // lblSubTotal
            // 
            appearance69.BackColor = System.Drawing.Color.Transparent;
            appearance69.TextHAlignAsString = "Right";
            this.lblSubTotal.Appearance = appearance69;
            this.lblSubTotal.Location = new System.Drawing.Point(781, 485);
            this.lblSubTotal.Name = "lblSubTotal";
            this.lblSubTotal.Size = new System.Drawing.Size(115, 23);
            this.lblSubTotal.TabIndex = 53;
            this.lblSubTotal.Text = "SUBTOTAL";
            // 
            // ubRecalcular
            // 
            appearance66.Image = global::Soft.Ventas.Win.Properties.Resources.sterling_pound_currency_sign;
            appearance66.ImageHAlign = Infragistics.Win.HAlign.Left;
            this.ubRecalcular.Appearance = appearance66;
            this.ubRecalcular.Location = new System.Drawing.Point(545, 511);
            this.ubRecalcular.Name = "ubRecalcular";
            this.ubRecalcular.Size = new System.Drawing.Size(153, 23);
            this.ubRecalcular.TabIndex = 97;
            this.ubRecalcular.Text = "CALCULAR COSTO";
            this.ubRecalcular.Click += new System.EventHandler(this.ubRecalcular_Click);
            // 
            // ssMoneda
            // 
            this.ssMoneda.BackColor = System.Drawing.Color.Transparent;
            this.ssMoneda.Location = new System.Drawing.Point(577, 51);
            this.ssMoneda.Name = "ssMoneda";
            this.ssMoneda.Size = new System.Drawing.Size(119, 28);
            this.ssMoneda.TabIndex = 75;
            this.ssMoneda.Search += new System.EventHandler(this.ssMoneda_Search);
            // 
            // lblMoneda
            // 
            appearance76.BackColor = System.Drawing.Color.Transparent;
            this.lblMoneda.Appearance = appearance76;
            this.lblMoneda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.lblMoneda.Location = new System.Drawing.Point(473, 55);
            this.lblMoneda.Name = "lblMoneda";
            this.lblMoneda.Size = new System.Drawing.Size(72, 23);
            this.lblMoneda.TabIndex = 74;
            this.lblMoneda.Text = "MONEDA";
            // 
            // uneCostoMillar
            // 
            this.uneCostoMillar.Location = new System.Drawing.Point(234, 540);
            this.uneCostoMillar.Name = "uneCostoMillar";
            this.uneCostoMillar.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneCostoMillar.ReadOnly = true;
            this.uneCostoMillar.Size = new System.Drawing.Size(88, 21);
            this.uneCostoMillar.TabIndex = 99;
            // 
            // lblCostoMillar
            // 
            appearance65.BackColor = System.Drawing.Color.Transparent;
            this.lblCostoMillar.Appearance = appearance65;
            this.lblCostoMillar.Location = new System.Drawing.Point(136, 544);
            this.lblCostoMillar.Name = "lblCostoMillar";
            this.lblCostoMillar.Size = new System.Drawing.Size(92, 31);
            this.lblCostoMillar.TabIndex = 98;
            this.lblCostoMillar.Text = "COSTO MILLAR";
            // 
            // uneCostoUnidad
            // 
            this.uneCostoUnidad.Location = new System.Drawing.Point(426, 540);
            this.uneCostoUnidad.Name = "uneCostoUnidad";
            this.uneCostoUnidad.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
            this.uneCostoUnidad.ReadOnly = true;
            this.uneCostoUnidad.Size = new System.Drawing.Size(103, 21);
            this.uneCostoUnidad.TabIndex = 101;
            // 
            // lblCostoUnidad
            // 
            appearance64.BackColor = System.Drawing.Color.Transparent;
            this.lblCostoUnidad.Appearance = appearance64;
            this.lblCostoUnidad.Location = new System.Drawing.Point(330, 544);
            this.lblCostoUnidad.Name = "lblCostoUnidad";
            this.lblCostoUnidad.Size = new System.Drawing.Size(105, 34);
            this.lblCostoUnidad.TabIndex = 100;
            this.lblCostoUnidad.Text = "COSTO UNIDAD";
            // 
            // busLineaProduccion
            // 
            this.busLineaProduccion.BackColor = System.Drawing.Color.Transparent;
            this.busLineaProduccion.Location = new System.Drawing.Point(577, 95);
            this.busLineaProduccion.Name = "busLineaProduccion";
            this.busLineaProduccion.Size = new System.Drawing.Size(119, 28);
            this.busLineaProduccion.TabIndex = 103;
            this.busLineaProduccion.Search += new System.EventHandler(this.busLineaProduccion_Search);
            this.busLineaProduccion.Clear += new System.EventHandler(this.busLineaProduccion_Clear);
            // 
            // ultraLabel24
            // 
            appearance63.BackColor = System.Drawing.Color.Transparent;
            this.ultraLabel24.Appearance = appearance63;
            this.ultraLabel24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.ultraLabel24.Location = new System.Drawing.Point(474, 98);
            this.ultraLabel24.Name = "ultraLabel24";
            this.ultraLabel24.Size = new System.Drawing.Size(100, 23);
            this.ultraLabel24.TabIndex = 102;
            this.ultraLabel24.Text = "L. PRODUCCIÓN";
            // 
            // btnBORRAR
            // 
            appearance2.Image = global::Soft.Ventas.Win.Properties.Resources.delete_page;
            appearance2.ImageHAlign = Infragistics.Win.HAlign.Center;
            this.btnBORRAR.Appearance = appearance2;
            this.btnBORRAR.Location = new System.Drawing.Point(66, 28);
            this.btnBORRAR.Name = "btnBORRAR";
            this.btnBORRAR.Size = new System.Drawing.Size(64, 23);
            this.btnBORRAR.TabIndex = 104;
            this.btnBORRAR.Click += new System.EventHandler(this.btnBORRAR_Click);
            // 
            // checkPrecioItems
            // 
            this.checkPrecioItems.Location = new System.Drawing.Point(7, 64);
            this.checkPrecioItems.Name = "checkPrecioItems";
            this.checkPrecioItems.Size = new System.Drawing.Size(127, 40);
            this.checkPrecioItems.TabIndex = 130;
            this.checkPrecioItems.Text = "MOSTRAR PRECIO DE ITEMS";
            this.checkPrecioItems.CheckedChanged += new System.EventHandler(this.checkPrecioItems_CheckedChanged);
            // 
            // chekOcultaPreciosTotal
            // 
            this.chekOcultaPreciosTotal.Location = new System.Drawing.Point(7, 28);
            this.chekOcultaPreciosTotal.Name = "chekOcultaPreciosTotal";
            this.chekOcultaPreciosTotal.Size = new System.Drawing.Size(123, 32);
            this.chekOcultaPreciosTotal.TabIndex = 131;
            this.chekOcultaPreciosTotal.Text = "OCULTAR PRECIO TOTAL";
            this.chekOcultaPreciosTotal.CheckedChanged += new System.EventHandler(this.chekOcultaPreciosTotal_CheckedChanged);
            // 
            // ultraButton1
            // 
            appearance3.Image = global::Soft.Ventas.Win.Properties.Resources.pages;
            appearance3.ImageHAlign = Infragistics.Win.HAlign.Center;
            this.ultraButton1.Appearance = appearance3;
            this.ultraButton1.Location = new System.Drawing.Point(6, 28);
            this.ultraButton1.Name = "ultraButton1";
            this.ultraButton1.Size = new System.Drawing.Size(60, 23);
            this.ultraButton1.TabIndex = 132;
            this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
            // 
            // ultraGroupBox2
            // 
            appearance62.BackColor = System.Drawing.Color.Transparent;
            this.ultraGroupBox2.Appearance = appearance62;
            this.ultraGroupBox2.CaptionAlignment = Infragistics.Win.Misc.GroupBoxCaptionAlignment.Center;
            this.ultraGroupBox2.Controls.Add(this.chekOcultaPreciosTotal);
            this.ultraGroupBox2.Controls.Add(this.checkPrecioItems);
            this.ultraGroupBox2.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ultraGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.ultraGroupBox2.Location = new System.Drawing.Point(707, 11);
            this.ultraGroupBox2.Name = "ultraGroupBox2";
            this.ultraGroupBox2.Size = new System.Drawing.Size(133, 110);
            this.ultraGroupBox2.TabIndex = 83;
            this.ultraGroupBox2.Text = "GENERALIDADES";
            // 
            // ultraGroupBox4
            // 
            appearance1.BackColor = System.Drawing.Color.Transparent;
            this.ultraGroupBox4.Appearance = appearance1;
            this.ultraGroupBox4.Controls.Add(this.btnBORRAR);
            this.ultraGroupBox4.Controls.Add(this.ultraButton1);
            this.ultraGroupBox4.Controls.Add(this.utCotizacion);
            this.ultraGroupBox4.Controls.Add(this.utcItemCotizacion);
            this.ultraGroupBox4.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Rounded3;
            this.ultraGroupBox4.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.TopInsideBorder;
            this.ultraGroupBox4.Location = new System.Drawing.Point(7, 145);
            this.ultraGroupBox4.Name = "ultraGroupBox4";
            this.ultraGroupBox4.Size = new System.Drawing.Size(1061, 334);
            this.ultraGroupBox4.TabIndex = 83;
            this.ultraGroupBox4.Text = "ITEMS";
            // 
            // FrmCotizacion
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1099, 622);
            this.Name = "FrmCotizacion";
            this.Text = "COTIZACIÓN";
            ((System.ComponentModel.ISupportInitialize)(this.ugbParent)).EndInit();
            this.ugbParent.ResumeLayout(false);
            this.ugbParent.PerformLayout();
            this.tabItems.ResumeLayout(false);
            this.tabItems.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtCostoServicio)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugServicios)).EndInit();
            this.ultraTabPageControl1.ResumeLayout(false);
            this.ultraTabPageControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoMaquina)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GruposTiras)).EndInit();
            this.GruposTiras.ResumeLayout(false);
            this.GruposTiras.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresoRetiraColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresoTiraColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoMaterial)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).EndInit();
            this.ultraGroupBox6.ResumeLayout(false);
            this.ultraGroupBox6.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtCantidadItem)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCantidadProduccion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCosto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNombre)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoMedidaCerrada)).EndInit();
            this.GrupoMedidaCerrada.ResumeLayout(false);
            this.GrupoMedidaCerrada.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaCerradaLargo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaCerradaAlto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrupoMedidaAbierta)).EndInit();
            this.GrupoMedidaAbierta.ResumeLayout(false);
            this.GrupoMedidaAbierta.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAnchoCaja)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboMedida)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAbiertoLargo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtMedidaAbiertoAlto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacionItem)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.utcAcabadosyServicios)).EndInit();
            this.utcAcabadosyServicios.ResumeLayout(false);
            this.ultraTabPageControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ugbImpresion)).EndInit();
            this.ugbImpresion.ResumeLayout(false);
            this.ugbImpresion.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresionAlto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumeroCambios)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNroPiezasImpresion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPliegos)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtImpresionLargo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTiraje)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneSeparacionY)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPases)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneSeparacionX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkGraficoImpresionManual)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ugbPrecorte)).EndInit();
            this.ugbPrecorte.ResumeLayout(false);
            this.ugbPrecorte.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtNroPiezasPrecorte)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFormatoImpresionLargo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFormatoImpresionAlto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDemasia)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtHojasMaquina)).EndInit();
            this.ultraTabPageControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox9)).EndInit();
            this.ultraGroupBox9.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.uceIncluirEnPresupuesto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkMuestraPrecioEnPresupuesto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox8)).EndInit();
            this.ultraGroupBox8.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
            this.ultraGroupBox5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.utcItemCotizacion)).EndInit();
            this.utcItemCotizacion.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.utCotizacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtObservacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCantidad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDescripcion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.udtFechaCreacion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNumeracion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.unePorcentajeUtilidad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneTotal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneImpuesto)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneSubTotal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoMillar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uneCostoUnidad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkPrecioItems)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chekOcultaPreciosTotal)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
            this.ultraGroupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
            this.ultraGroupBox4.ResumeLayout(false);
            this.ResumeLayout(false);

        }
示例#33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinTree.Override         _override1   = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.Appearance                    appearance3  = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(LocationsTabView));
     Infragistics.Win.Appearance                    appearance2  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance1  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance14 = new Infragistics.Win.Appearance();
     this.splitContainer1      = new System.Windows.Forms.SplitContainer();
     this.locationsTree        = new Infragistics.Win.UltraWinTree.UltraTree();
     this.cmsTvLocations       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miNewLocation        = new System.Windows.Forms.ToolStripMenuItem();
     this.miDeleteLocation     = new System.Windows.Forms.ToolStripMenuItem();
     this.miLocationProperties = new System.Windows.Forms.ToolStripMenuItem();
     this.locationsList        = new Infragistics.Win.UltraWinListView.UltraListView();
     this.cmsLvLocations       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.miLvNewItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.miLvDeleteItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.miLvProperties       = new System.Windows.Forms.ToolStripMenuItem();
     this.headerLabel          = new Infragistics.Win.Misc.UltraLabel();
     this.headerGroupBox       = new Infragistics.Win.Misc.UltraGroupBox();
     this.dataColumn1          = new System.Data.DataColumn();
     this.dataColumn5          = new System.Data.DataColumn();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.locationsTree)).BeginInit();
     this.cmsTvLocations.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.locationsList)).BeginInit();
     this.cmsLvLocations.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.headerGroupBox)).BeginInit();
     this.headerGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 80);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.locationsTree);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.locationsList);
     this.splitContainer1.Size             = new System.Drawing.Size(817, 520);
     this.splitContainer1.SplitterDistance = 271;
     this.splitContainer1.SplitterWidth    = 5;
     this.splitContainer1.TabIndex         = 7;
     //
     // locationsTree
     //
     this.locationsTree.ContextMenuStrip = this.cmsTvLocations;
     this.locationsTree.DisplayStyle     = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
     this.locationsTree.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.locationsTree.FullRowSelect    = true;
     this.locationsTree.HideSelection    = false;
     this.locationsTree.Location         = new System.Drawing.Point(0, 0);
     this.locationsTree.Name             = "locationsTree";
     appearance3.Image                = global::Layton.AuditWizard.Administration.Properties.Resources.location_16;
     _override1.NodeAppearance        = appearance3;
     this.locationsTree.Override      = _override1;
     this.locationsTree.Size          = new System.Drawing.Size(271, 520);
     this.locationsTree.TabIndex      = 0;
     this.locationsTree.AfterSelect  += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.locationsTree_AfterSelect);
     this.locationsTree.MouseDown    += new System.Windows.Forms.MouseEventHandler(this.locationsTree_MouseDown);
     this.locationsTree.MouseUp      += new System.Windows.Forms.MouseEventHandler(this.locationsTree_MouseUp);
     this.locationsTree.BeforeExpand += new Infragistics.Win.UltraWinTree.BeforeNodeChangedEventHandler(this.locationsTree_BeforeExpand);
     this.locationsTree.DoubleClick  += new System.EventHandler(this.locationsTree_DoubleClick);
     //
     // cmsTvLocations
     //
     this.cmsTvLocations.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miNewLocation,
         this.miDeleteLocation,
         this.miLocationProperties
     });
     this.cmsTvLocations.Name     = "contextMenuStrip1";
     this.cmsTvLocations.Size     = new System.Drawing.Size(160, 70);
     this.cmsTvLocations.Opening += new System.ComponentModel.CancelEventHandler(this.cmsTvLocations_Opening);
     //
     // miNewLocation
     //
     this.miNewLocation.Image  = ((System.Drawing.Image)(resources.GetObject("miNewLocation.Image")));
     this.miNewLocation.Name   = "miNewLocation";
     this.miNewLocation.Size   = new System.Drawing.Size(159, 22);
     this.miNewLocation.Text   = "&New Location";
     this.miNewLocation.Click += new System.EventHandler(this.miNewLocation_Click);
     //
     // miDeleteLocation
     //
     this.miDeleteLocation.Image  = ((System.Drawing.Image)(resources.GetObject("miDeleteLocation.Image")));
     this.miDeleteLocation.Name   = "miDeleteLocation";
     this.miDeleteLocation.Size   = new System.Drawing.Size(159, 22);
     this.miDeleteLocation.Text   = "&Delete Location";
     this.miDeleteLocation.Click += new System.EventHandler(this.miDeleteLocation_Click);
     //
     // miLocationProperties
     //
     this.miLocationProperties.Image  = ((System.Drawing.Image)(resources.GetObject("miLocationProperties.Image")));
     this.miLocationProperties.Name   = "miLocationProperties";
     this.miLocationProperties.Size   = new System.Drawing.Size(159, 22);
     this.miLocationProperties.Text   = "&Properties";
     this.miLocationProperties.Click += new System.EventHandler(this.miLocationProperties_Click);
     //
     // locationsList
     //
     appearance2.TextHAlignAsString            = "Left";
     this.locationsList.Appearance             = appearance2;
     this.locationsList.ContextMenuStrip       = this.cmsLvLocations;
     this.locationsList.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.locationsList.ItemSettings.AllowEdit = Infragistics.Win.DefaultableBoolean.False;
     appearance1.Image = global::Layton.AuditWizard.Administration.Properties.Resources.location_16;
     this.locationsList.ItemSettings.Appearance = appearance1;
     this.locationsList.Location           = new System.Drawing.Point(0, 0);
     this.locationsList.Name               = "locationsList";
     this.locationsList.Size               = new System.Drawing.Size(541, 520);
     this.locationsList.TabIndex           = 0;
     this.locationsList.Text               = "locations";
     this.locationsList.View               = Infragistics.Win.UltraWinListView.UltraListViewStyle.Details;
     this.locationsList.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.ulvLocations_KeyDown);
     this.locationsList.KeyPress          += new System.Windows.Forms.KeyPressEventHandler(this.locationsList_KeyPress);
     this.locationsList.ToolTipDisplaying += new Infragistics.Win.UltraWinListView.ToolTipDisplayingEventHandler(this.locationsList_ToolTipDisplaying);
     this.locationsList.ItemDoubleClick   += new Infragistics.Win.UltraWinListView.ItemDoubleClickEventHandler(this.locationsList_ItemDoubleClick);
     this.locationsList.MouseDown         += new System.Windows.Forms.MouseEventHandler(this.ulvUserData_MouseDown);
     //
     // cmsLvLocations
     //
     this.cmsLvLocations.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.miLvNewItem,
         this.miLvDeleteItem,
         this.miLvProperties
     });
     this.cmsLvLocations.Name     = "contextMenuStrip1";
     this.cmsLvLocations.Size     = new System.Drawing.Size(160, 70);
     this.cmsLvLocations.Opening += new System.ComponentModel.CancelEventHandler(this.cmsLvLocations_Opening);
     //
     // miLvNewItem
     //
     this.miLvNewItem.Image  = ((System.Drawing.Image)(resources.GetObject("miLvNewItem.Image")));
     this.miLvNewItem.Name   = "miLvNewItem";
     this.miLvNewItem.Size   = new System.Drawing.Size(159, 22);
     this.miLvNewItem.Text   = "&New Location";
     this.miLvNewItem.Click += new System.EventHandler(this.miLvNewItem_Click);
     //
     // miLvDeleteItem
     //
     this.miLvDeleteItem.Image  = ((System.Drawing.Image)(resources.GetObject("miLvDeleteItem.Image")));
     this.miLvDeleteItem.Name   = "miLvDeleteItem";
     this.miLvDeleteItem.Size   = new System.Drawing.Size(159, 22);
     this.miLvDeleteItem.Text   = "&Delete Location";
     this.miLvDeleteItem.Click += new System.EventHandler(this.miLvDeleteItem_Click);
     //
     // miLvProperties
     //
     this.miLvProperties.Image  = ((System.Drawing.Image)(resources.GetObject("miLvProperties.Image")));
     this.miLvProperties.Name   = "miLvProperties";
     this.miLvProperties.Size   = new System.Drawing.Size(159, 22);
     this.miLvProperties.Text   = "Properties";
     this.miLvProperties.Click += new System.EventHandler(this.miLvProperties_Click);
     //
     // headerLabel
     //
     this.headerLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     appearance14.BackColor          = System.Drawing.Color.Transparent;
     appearance14.Image              = global::Layton.AuditWizard.Administration.Properties.Resources.location_72;
     appearance14.ImageVAlign        = Infragistics.Win.VAlign.Middle;
     appearance14.TextHAlignAsString = "Center";
     appearance14.TextVAlignAsString = "Middle";
     this.headerLabel.Appearance     = appearance14;
     this.headerLabel.AutoSize       = true;
     this.headerLabel.Font           = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.headerLabel.ImageSize      = new System.Drawing.Size(72, 72);
     this.headerLabel.Location       = new System.Drawing.Point(7, 5);
     this.headerLabel.Name           = "headerLabel";
     this.headerLabel.RightToLeft    = System.Windows.Forms.RightToLeft.No;
     this.headerLabel.Size           = new System.Drawing.Size(241, 72);
     this.headerLabel.TabIndex       = 5;
     this.headerLabel.Text           = "User Locations";
     //
     // headerGroupBox
     //
     this.headerGroupBox.Controls.Add(this.headerLabel);
     this.headerGroupBox.Dock      = System.Windows.Forms.DockStyle.Top;
     this.headerGroupBox.Location  = new System.Drawing.Point(0, 0);
     this.headerGroupBox.Name      = "headerGroupBox";
     this.headerGroupBox.Size      = new System.Drawing.Size(817, 80);
     this.headerGroupBox.TabIndex  = 6;
     this.headerGroupBox.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "dataobject";
     this.dataColumn1.DataType   = typeof(object);
     //
     // dataColumn5
     //
     this.dataColumn5.ColumnName = "dataobject";
     this.dataColumn5.DataType   = typeof(object);
     //
     // LocationsTabView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.headerGroupBox);
     this.Font = new System.Drawing.Font("Verdana", 8.25F);
     this.Name = "LocationsTabView";
     this.Size = new System.Drawing.Size(817, 600);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.locationsTree)).EndInit();
     this.cmsTvLocations.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.locationsList)).EndInit();
     this.cmsLvLocations.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.headerGroupBox)).EndInit();
     this.headerGroupBox.ResumeLayout(false);
     this.headerGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
     this.label1         = new System.Windows.Forms.Label();
     this.tvAssetTypes   = new Infragistics.Win.UltraWinTree.UltraTree();
     this.ultraLabel1    = new Infragistics.Win.Misc.UltraLabel();
     this.tbSelectedType = new System.Windows.Forms.TextBox();
     this.bnCancel       = new System.Windows.Forms.Button();
     this.bnOK           = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tvAssetTypes)).BeginInit();
     this.SuspendLayout();
     //
     // footerPictureBox
     //
     this.footerPictureBox.Image    = global::Layton.AuditWizard.Administration.Properties.Resources.select_assettype_properties_corner;
     this.footerPictureBox.Location = new System.Drawing.Point(31, 477);
     this.footerPictureBox.Size     = new System.Drawing.Size(390, 120);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(14, 21);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(388, 39);
     this.label1.TabIndex  = 10;
     this.label1.Text      = "Select an asset type to which this user defined data category will be restricted." +
                             "  Only assets with the selected type will display this category of user data.";
     //
     // tvAssetTypes
     //
     this.tvAssetTypes.Location     = new System.Drawing.Point(17, 74);
     this.tvAssetTypes.Name         = "tvAssetTypes";
     _override1.NodeStyle           = Infragistics.Win.UltraWinTree.NodeStyle.Standard;
     _override1.SelectionType       = Infragistics.Win.UltraWinTree.SelectType.Single;
     this.tvAssetTypes.Override     = _override1;
     this.tvAssetTypes.Size         = new System.Drawing.Size(385, 299);
     this.tvAssetTypes.TabIndex     = 11;
     this.tvAssetTypes.AfterSelect += new Infragistics.Win.UltraWinTree.AfterNodeSelectEventHandler(this.tvAssetTypes_AfterSelect);
     //
     // ultraLabel1
     //
     this.ultraLabel1.Location = new System.Drawing.Point(17, 395);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(131, 23);
     this.ultraLabel1.TabIndex = 14;
     this.ultraLabel1.Text     = "Selected Asset Type:";
     //
     // tbSelectedType
     //
     this.tbSelectedType.Location = new System.Drawing.Point(154, 392);
     this.tbSelectedType.Name     = "tbSelectedType";
     this.tbSelectedType.ReadOnly = true;
     this.tbSelectedType.Size     = new System.Drawing.Size(248, 21);
     this.tbSelectedType.TabIndex = 15;
     //
     // bnCancel
     //
     this.bnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.bnCancel.Location                = new System.Drawing.Point(315, 448);
     this.bnCancel.Name                    = "bnCancel";
     this.bnCancel.Size                    = new System.Drawing.Size(87, 23);
     this.bnCancel.TabIndex                = 19;
     this.bnCancel.Text                    = "&Cancel";
     this.bnCancel.UseVisualStyleBackColor = true;
     //
     // bnOK
     //
     this.bnOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.bnOK.Enabled                 = false;
     this.bnOK.Location                = new System.Drawing.Point(221, 448);
     this.bnOK.Name                    = "bnOK";
     this.bnOK.Size                    = new System.Drawing.Size(87, 23);
     this.bnOK.TabIndex                = 18;
     this.bnOK.Text                    = "&OK";
     this.bnOK.UseVisualStyleBackColor = true;
     this.bnOK.Click                  += new System.EventHandler(this.bnOK_Click);
     //
     // FormSelectAssetType
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.ClientSize          = new System.Drawing.Size(421, 597);
     this.Controls.Add(this.bnCancel);
     this.Controls.Add(this.bnOK);
     this.Controls.Add(this.tbSelectedType);
     this.Controls.Add(this.ultraLabel1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.tvAssetTypes);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "FormSelectAssetType";
     this.Text            = "Select Asset Type";
     this.Load           += new System.EventHandler(this.FormSelectAssetType_Load);
     this.Controls.SetChildIndex(this.tvAssetTypes, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.footerPictureBox, 0);
     this.Controls.SetChildIndex(this.ultraLabel1, 0);
     this.Controls.SetChildIndex(this.tbSelectedType, 0);
     this.Controls.SetChildIndex(this.bnOK, 0);
     this.Controls.SetChildIndex(this.bnCancel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.footerPictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tvAssetTypes)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#35
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinTree.Override         _override1   = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.Appearance                    appearance1  = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance5  = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.Override         _override2   = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.Appearance                    appearance15 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance                    appearance4  = new Infragistics.Win.Appearance();
     Infragistics.Win.UltraWinTree.Override         _override3   = new Infragistics.Win.UltraWinTree.Override();
     Infragistics.Win.Appearance                    appearance3  = new Infragistics.Win.Appearance();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(FormRole));
     this.ultraGroupBox1           = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraTreeRole            = new Infragistics.Win.UltraWinTree.UltraTree();
     this.contextMenuStrip1        = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItemAddRoot = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1      = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItemAddSub  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemUpdate  = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemDelete  = new System.Windows.Forms.ToolStripMenuItem();
     this.ultraGroupBox2           = new Infragistics.Win.Misc.UltraGroupBox();
     this.tableLayoutPanel1        = new System.Windows.Forms.TableLayoutPanel();
     this.ultraGroupbox4           = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraTreeAuthor          = new Infragistics.Win.UltraWinTree.UltraTree();
     this.ultraGroupBox3           = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraTreeFunction        = new Infragistics.Win.UltraWinTree.UltraTree();
     this.panel1       = new System.Windows.Forms.Panel();
     this.metroButton1 = new MetroFramework.Controls.MetroButton();
     this.metroButton2 = new MetroFramework.Controls.MetroButton();
     this.metroButton3 = new MetroFramework.Controls.MetroButton();
     this.metroButton4 = new MetroFramework.Controls.MetroButton();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTreeRole)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupbox4)).BeginInit();
     this.ultraGroupbox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTreeAuthor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraTreeFunction)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraTreeRole);
     this.ultraGroupBox1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(236, 510);
     this.ultraGroupBox1.TabIndex = 1;
     this.ultraGroupBox1.Text     = "角色列表";
     //
     // ultraTreeRole
     //
     this.ultraTreeRole.BorderStyle             = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraTreeRole.ContextMenuStrip        = this.contextMenuStrip1;
     this.ultraTreeRole.DisplayStyle            = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
     this.ultraTreeRole.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.ultraTreeRole.HideExpansionIndicators = Infragistics.Win.UltraWinTree.HideExpansionIndicators.Never;
     this.ultraTreeRole.ImageTransparentColor   = System.Drawing.Color.Transparent;
     this.ultraTreeRole.Location                = new System.Drawing.Point(3, 18);
     this.ultraTreeRole.Name                    = "ultraTreeRole";
     this.ultraTreeRole.NodeConnectorColor      = System.Drawing.SystemColors.ControlDark;
     appearance1.BackColor             = System.Drawing.Color.LightBlue;
     _override1.ActiveNodeAppearance   = appearance1;
     this.ultraTreeRole.Override       = _override1;
     this.ultraTreeRole.Size           = new System.Drawing.Size(230, 489);
     this.ultraTreeRole.TabIndex       = 0;
     this.ultraTreeRole.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.ultraTreeRole_AfterActivate);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.BackColor = System.Drawing.Color.LightBlue;
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItemAddRoot,
         this.toolStripSeparator1,
         this.toolStripMenuItemAddSub,
         this.toolStripMenuItemUpdate,
         this.toolStripMenuItemDelete
     });
     this.contextMenuStrip1.Name       = "contextMenuStrip1";
     this.contextMenuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.contextMenuStrip1.Size       = new System.Drawing.Size(137, 98);
     //
     // toolStripMenuItemAddRoot
     //
     this.toolStripMenuItemAddRoot.Image  = global::com.ccf.bip.biz.ResourceImg.addRoot;
     this.toolStripMenuItemAddRoot.Name   = "toolStripMenuItemAddRoot";
     this.toolStripMenuItemAddRoot.Size   = new System.Drawing.Size(136, 22);
     this.toolStripMenuItemAddRoot.Text   = "新增角色";
     this.toolStripMenuItemAddRoot.Click += new System.EventHandler(this.toolStripMenuItemAddRoot_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(133, 6);
     //
     // toolStripMenuItemAddSub
     //
     this.toolStripMenuItemAddSub.Image  = global::com.ccf.bip.biz.ResourceImg.addSub;
     this.toolStripMenuItemAddSub.Name   = "toolStripMenuItemAddSub";
     this.toolStripMenuItemAddSub.Size   = new System.Drawing.Size(136, 22);
     this.toolStripMenuItemAddSub.Text   = "新增子角色";
     this.toolStripMenuItemAddSub.Click += new System.EventHandler(this.toolStripMenuItemAddSub_Click);
     //
     // toolStripMenuItemUpdate
     //
     this.toolStripMenuItemUpdate.Image  = global::com.ccf.bip.biz.ResourceImg.edit;
     this.toolStripMenuItemUpdate.Name   = "toolStripMenuItemUpdate";
     this.toolStripMenuItemUpdate.Size   = new System.Drawing.Size(136, 22);
     this.toolStripMenuItemUpdate.Text   = "修改";
     this.toolStripMenuItemUpdate.Click += new System.EventHandler(this.toolStripMenuItemUpdate_Click);
     //
     // toolStripMenuItemDelete
     //
     this.toolStripMenuItemDelete.Image = global::com.ccf.bip.biz.ResourceImg.delete;
     this.toolStripMenuItemDelete.Name  = "toolStripMenuItemDelete";
     this.toolStripMenuItemDelete.Size  = new System.Drawing.Size(136, 22);
     this.toolStripMenuItemDelete.Text  = "删除";
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.tableLayoutPanel1);
     this.ultraGroupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraGroupBox2.Location = new System.Drawing.Point(236, 0);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(743, 510);
     this.ultraGroupBox2.TabIndex = 2;
     this.ultraGroupBox2.Text     = "功能授权";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 3;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.ultraGroupbox4, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox3, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 18);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(737, 489);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // ultraGroupbox4
     //
     this.ultraGroupbox4.Controls.Add(this.ultraTreeAuthor);
     this.ultraGroupbox4.Dock             = System.Windows.Forms.DockStyle.Fill;
     appearance5.BackColor                = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ultraGroupbox4.HeaderAppearance = appearance5;
     this.ultraGroupbox4.Location         = new System.Drawing.Point(401, 3);
     this.ultraGroupbox4.Name             = "ultraGroupbox4";
     this.ultraGroupbox4.Size             = new System.Drawing.Size(333, 483);
     this.ultraGroupbox4.TabIndex         = 2;
     this.ultraGroupbox4.Text             = "角色功能";
     this.ultraGroupbox4.ViewStyle        = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraTreeAuthor
     //
     this.ultraTreeAuthor.BorderStyle             = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraTreeAuthor.DisplayStyle            = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
     this.ultraTreeAuthor.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.ultraTreeAuthor.HideExpansionIndicators = Infragistics.Win.UltraWinTree.HideExpansionIndicators.Never;
     this.ultraTreeAuthor.ImageTransparentColor   = System.Drawing.Color.Transparent;
     this.ultraTreeAuthor.Location                = new System.Drawing.Point(3, 18);
     this.ultraTreeAuthor.Name                    = "ultraTreeAuthor";
     this.ultraTreeAuthor.NodeConnectorColor      = System.Drawing.SystemColors.ControlDark;
     appearance15.BackColor          = System.Drawing.Color.LightBlue;
     _override2.ActiveNodeAppearance = appearance15;
     this.ultraTreeAuthor.Override   = _override2;
     this.ultraTreeAuthor.Size       = new System.Drawing.Size(327, 462);
     this.ultraTreeAuthor.TabIndex   = 2;
     //
     // ultraGroupBox3
     //
     this.ultraGroupBox3.Controls.Add(this.ultraTreeFunction);
     this.ultraGroupBox3.Dock             = System.Windows.Forms.DockStyle.Fill;
     appearance4.BackColor                = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(206)))), ((int)(((byte)(228)))));
     this.ultraGroupBox3.HeaderAppearance = appearance4;
     this.ultraGroupBox3.Location         = new System.Drawing.Point(3, 3);
     this.ultraGroupBox3.Name             = "ultraGroupBox3";
     this.ultraGroupBox3.Size             = new System.Drawing.Size(332, 483);
     this.ultraGroupBox3.TabIndex         = 0;
     this.ultraGroupBox3.Text             = "系统功能";
     this.ultraGroupBox3.ViewStyle        = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
     //
     // ultraTreeFunction
     //
     this.ultraTreeFunction.BorderStyle             = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraTreeFunction.DisplayStyle            = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
     this.ultraTreeFunction.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.ultraTreeFunction.HideExpansionIndicators = Infragistics.Win.UltraWinTree.HideExpansionIndicators.Never;
     this.ultraTreeFunction.ImageTransparentColor   = System.Drawing.Color.Transparent;
     this.ultraTreeFunction.Location                = new System.Drawing.Point(3, 18);
     this.ultraTreeFunction.Name                    = "ultraTreeFunction";
     this.ultraTreeFunction.NodeConnectorColor      = System.Drawing.SystemColors.ControlDark;
     appearance3.BackColor           = System.Drawing.Color.LightBlue;
     _override3.ActiveNodeAppearance = appearance3;
     this.ultraTreeFunction.Override = _override3;
     this.ultraTreeFunction.Size     = new System.Drawing.Size(326, 462);
     this.ultraTreeFunction.TabIndex = 2;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.metroButton4);
     this.panel1.Controls.Add(this.metroButton3);
     this.panel1.Controls.Add(this.metroButton2);
     this.panel1.Controls.Add(this.metroButton1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(341, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(54, 483);
     this.panel1.TabIndex = 3;
     //
     // metroButton1
     //
     this.metroButton1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("metroButton1.BackgroundImage")));
     this.metroButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.metroButton1.Location      = new System.Drawing.Point(6, 97);
     this.metroButton1.Name          = "metroButton1";
     this.metroButton1.Size          = new System.Drawing.Size(43, 27);
     this.metroButton1.TabIndex      = 7;
     this.metroButton1.UseSelectable = true;
     this.metroButton1.Click        += new System.EventHandler(this.button1_Click);
     //
     // metroButton2
     //
     this.metroButton2.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("metroButton2.BackgroundImage")));
     this.metroButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.metroButton2.Location      = new System.Drawing.Point(6, 173);
     this.metroButton2.Name          = "metroButton2";
     this.metroButton2.Size          = new System.Drawing.Size(43, 27);
     this.metroButton2.TabIndex      = 8;
     this.metroButton2.UseSelectable = true;
     this.metroButton2.Click        += new System.EventHandler(this.button2_Click);
     //
     // metroButton3
     //
     this.metroButton3.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("metroButton3.BackgroundImage")));
     this.metroButton3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.metroButton3.Location      = new System.Drawing.Point(6, 206);
     this.metroButton3.Name          = "metroButton3";
     this.metroButton3.Size          = new System.Drawing.Size(43, 27);
     this.metroButton3.TabIndex      = 9;
     this.metroButton3.UseSelectable = true;
     this.metroButton3.Click        += new System.EventHandler(this.button3_Click);
     //
     // metroButton4
     //
     this.metroButton4.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("metroButton4.BackgroundImage")));
     this.metroButton4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.metroButton4.Location      = new System.Drawing.Point(6, 278);
     this.metroButton4.Name          = "metroButton4";
     this.metroButton4.Size          = new System.Drawing.Size(43, 27);
     this.metroButton4.TabIndex      = 10;
     this.metroButton4.UseSelectable = true;
     this.metroButton4.Click        += new System.EventHandler(this.button4_Click);
     //
     // FormRole
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(979, 510);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "FormRole";
     this.Text  = "FormRole";
     this.Load += new System.EventHandler(this.FormRole_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTreeRole)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupbox4)).EndInit();
     this.ultraGroupbox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTreeAuthor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraTreeFunction)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }