Example #1
0
 void BindEditors() {
     var errorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider();
     errorProvider.ContainerControl = this;
     errorProvider.DataSource = bindingSource;
     //
     colCategory.ColumnEdit = EditorHelpers.CreateEnumImageComboBox<ProductCategory>(gridControl);
 }
        void BindEditors()
        {
            var errorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider();

            errorProvider.ContainerControl = this;
            errorProvider.DataSource       = bindingSource;
        }
Example #3
0
        void BindEditors()
        {
            var errorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider();

            errorProvider.ContainerControl = this;
            errorProvider.DataSource       = bindingSource;
            //
            colStatus.ColumnEdit = EditorHelpers.CreateEnumImageComboBox <CustomerStatus>(gridControl);
        }
 public static bool checkDataInput(Control _control, String _erroContent, ref DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider _dxErroControl)
 {
     if (String.IsNullOrEmpty(_control.Text) || String.IsNullOrWhiteSpace(_control.Text) || _control.Text == "0")
     {
         _dxErroControl.SetError(_control, _erroContent);
         return(false);
     }
     else
     {
         _dxErroControl.ClearErrors();
         return(true);
     }
 }
Example #5
0
        private void rdoANS_SelectedIndexChanged(object sender, EventArgs e)
        {
            DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider ep = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider();
            if (txtANS1.Text == "")
            {
                ep.SetError(txtANS1, "Please enter answer #1");
                return;
            }
            else if (txtANS2.Text == "")
            {
                ep.SetError(txtANS2, "Please enter answer #2");
                return;
            }
            else if (txtANS2.Text == "")
            {
                ep.SetError(txtANS3, "Please enter answer #3");
                return;
            }
            else if (txtANS2.Text == "")
            {
                ep.SetError(txtANS4, "Please enter answer #4");
                return;
            }
            else
            {
                ep.ClearErrors();
            }
            switch (rdoANS.SelectedIndex)
            {
            case 0:
                txtANS.Text = txtANS1.Text;
                break;

            case 1:
                txtANS.Text = txtANS2.Text;
                break;

            case 2:
                txtANS.Text = txtANS3.Text;
                break;

            case 3:
                txtANS.Text = txtANS4.Text;
                break;
            }
        }
Example #6
0
 internal static bool IsNullOrEmpty(DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dx, System.Windows.Forms.Control.ControlCollection p)
 {
     try
     {
         foreach (System.Windows.Forms.Control item in p)
         {
             if (item.Tag != null & string.IsNullOrWhiteSpace(item.Text))
             {
                 dx.SetError(item, L.BosGecilemez);
                 return(true);
             }
         }
         return(false);
     }
     catch (Exception ex)
     {
         Commons.Status(Commons.GetErrorCode("CMN", 23) + ex.Message);
         return(true);
     }
 }
Example #7
0
        /// <summary>
        /// 验证界面通用方法
        /// </summary>
        /// <param name="listPara"></param>
        /// <param name="erro"></param>
        /// <returns></returns>
        public bool CheckPara(List <IParameterAble> listPara, DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider erro)
        {
            bool result = true;

            erro.ClearErrors();
            foreach (IParameterAble para in listPara)
            {
                if (para.IsRequired)
                {
                    if (!para.CheckRequired())
                    {
                        erro.SetError(para as Control, "必填项");
                        result = false;
                    }
                }
                if (string.IsNullOrEmpty(para.RegexString))
                {
                    continue;
                }
                if (Regex.IsMatch(para.ObjectValue.ToString(), RegexHelper.RegexDIC[para.RegexString]))
                {
                    continue;
                }
                else
                {
                    string erroInfo = "";
                    if (para.RegexErro == "")
                    {
                        erroInfo = RegexHelper.RegexDIC[para.RegexString + "_ERRO"];
                    }
                    else
                    {
                        erroInfo = RegexHelper.RegexDIC[para.RegexErro];
                    }
                    erro.SetError(para as Control, erroInfo);
                    result = false;
                }
            }

            return(result);
        }
Example #8
0
        /// <summary>
        ///    Control c = Service.Service.Check_Boxes(this, this, dxErrorProvider1)
        ///if ((c.Name != txtNote.Name && c != null && c.Name != this.Name && c.Name != Code.Name))
        ///{
        ///    dxErrorProvider1.SetIconAlignment(c, ErrorIconAlignment.MiddleRight);
        ///   dxErrorProvider1.SetError(c, "البيان مطلوب");
        ///    c.Select();
        ///    return;
        ///}
        /// </summary>
        ///  /// <param name="this"></param>
        /// <param name="this"></param>
        /// <param name="dxErrorProvider1"></param>
        ///
        public static Control Check_Boxes(Control form, Control child1, DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1)
        {
            dxErrorProvider1.ClearErrors();
            foreach (Control parentDet in form.Controls)
            {
                foreach (Control child in parentDet.Controls)
                {
                    if (child is TextEdit || child is MemoEdit || child is DateEdit)
                    {
                        {
                            if (string.IsNullOrWhiteSpace(child.Text) || child.Text == "0")
                            {
                                child1 = child;
                                return(child1);
                            }
                        }
                    }
                }
            }

            return(child1);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDefinirAgente));
     this.toolStripBarraLlamada = new System.Windows.Forms.ToolStrip();
     this.MenuNuevo = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.MenuSalir = new System.Windows.Forms.ToolStripButton();
     this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
     this.txtAlias = new DevExpress.XtraEditors.TextEdit();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.btnEliminar = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl29 = new DevExpress.XtraEditors.LabelControl();
     this.txtEmail = new DevExpress.XtraEditors.TextEdit();
     this.txtContacto = new DevExpress.XtraEditors.TextEdit();
     this.txtId = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.btnGuardar = new DevExpress.XtraEditors.SimpleButton();
     this.txtNombre = new DevExpress.XtraEditors.TextEdit();
     this.labelControl28 = new DevExpress.XtraEditors.LabelControl();
     this.grpResultado = new DevExpress.XtraEditors.GroupControl();
     this.gridAgentes = new DevExpress.XtraGrid.GridControl();
     this.gridViewLineaCredito = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ctrldxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
     this.toolStripBarraLlamada.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtAlias.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtContacto.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtId.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNombre.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpResultado)).BeginInit();
     this.grpResultado.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridAgentes)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewLineaCredito)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).BeginInit();
     this.SuspendLayout();
     //
     // toolStripBarraLlamada
     //
     this.toolStripBarraLlamada.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MenuNuevo,
     this.toolStripSeparator1,
     this.MenuSalir});
     this.toolStripBarraLlamada.Location = new System.Drawing.Point(0, 0);
     this.toolStripBarraLlamada.Name = "toolStripBarraLlamada";
     this.toolStripBarraLlamada.Size = new System.Drawing.Size(1019, 38);
     this.toolStripBarraLlamada.TabIndex = 5;
     this.toolStripBarraLlamada.Text = "toolStrip1";
     //
     // MenuNuevo
     //
     this.MenuNuevo.Image = ((System.Drawing.Image)(resources.GetObject("MenuNuevo.Image")));
     this.MenuNuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuNuevo.Name = "MenuNuevo";
     this.MenuNuevo.Size = new System.Drawing.Size(46, 35);
     this.MenuNuevo.Text = "Nuevo";
     this.MenuNuevo.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.MenuNuevo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.MenuNuevo.ToolTipText = "Nueva Llamada";
     this.MenuNuevo.Click += new System.EventHandler(this.MenuNuevo_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 38);
     //
     // MenuSalir
     //
     this.MenuSalir.Image = ((System.Drawing.Image)(resources.GetObject("MenuSalir.Image")));
     this.MenuSalir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuSalir.Name = "MenuSalir";
     this.MenuSalir.Size = new System.Drawing.Size(33, 35);
     this.MenuSalir.Text = "Salir";
     this.MenuSalir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.MenuSalir.Click += new System.EventHandler(this.MenuSalir_Click);
     //
     // groupControl3
     //
     this.groupControl3.Controls.Add(this.txtAlias);
     this.groupControl3.Controls.Add(this.labelControl2);
     this.groupControl3.Controls.Add(this.btnEliminar);
     this.groupControl3.Controls.Add(this.labelControl29);
     this.groupControl3.Controls.Add(this.txtEmail);
     this.groupControl3.Controls.Add(this.txtContacto);
     this.groupControl3.Controls.Add(this.txtId);
     this.groupControl3.Controls.Add(this.labelControl1);
     this.groupControl3.Controls.Add(this.btnGuardar);
     this.groupControl3.Controls.Add(this.txtNombre);
     this.groupControl3.Controls.Add(this.labelControl28);
     this.groupControl3.Location = new System.Drawing.Point(6, 39);
     this.groupControl3.Name = "groupControl3";
     this.groupControl3.Size = new System.Drawing.Size(1007, 60);
     this.groupControl3.TabIndex = 6;
     this.groupControl3.Text = "Datos Agente";
     //
     // txtAlias
     //
     this.txtAlias.EnterMoveNextControl = true;
     this.txtAlias.Location = new System.Drawing.Point(287, 27);
     this.txtAlias.Name = "txtAlias";
     this.txtAlias.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txtAlias.Properties.HideSelection = false;
     this.txtAlias.Size = new System.Drawing.Size(116, 20);
     this.txtAlias.TabIndex = 2;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(242, 31);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(26, 13);
     this.labelControl2.TabIndex = 37;
     this.labelControl2.Text = "Alias:";
     //
     // btnEliminar
     //
     this.btnEliminar.Image = ((System.Drawing.Image)(resources.GetObject("btnEliminar.Image")));
     this.btnEliminar.Location = new System.Drawing.Point(899, 26);
     this.btnEliminar.Name = "btnEliminar";
     this.btnEliminar.Size = new System.Drawing.Size(104, 24);
     this.btnEliminar.TabIndex = 6;
     this.btnEliminar.Text = "Eliminar";
     this.btnEliminar.Click += new System.EventHandler(this.btnEliminar_Click);
     //
     // labelControl29
     //
     this.labelControl29.Location = new System.Drawing.Point(613, 31);
     this.labelControl29.Name = "labelControl29";
     this.labelControl29.Size = new System.Drawing.Size(28, 13);
     this.labelControl29.TabIndex = 1;
     this.labelControl29.Text = "Email:";
     //
     // txtEmail
     //
     this.txtEmail.EnterMoveNextControl = true;
     this.txtEmail.Location = new System.Drawing.Point(660, 27);
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txtEmail.Properties.HideSelection = false;
     this.txtEmail.Size = new System.Drawing.Size(105, 20);
     this.txtEmail.TabIndex = 4;
     //
     // txtContacto
     //
     this.txtContacto.EnterMoveNextControl = true;
     this.txtContacto.Location = new System.Drawing.Point(489, 27);
     this.txtContacto.Name = "txtContacto";
     this.txtContacto.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txtContacto.Properties.HideSelection = false;
     this.txtContacto.Size = new System.Drawing.Size(105, 20);
     this.txtContacto.TabIndex = 3;
     //
     // txtId
     //
     this.txtId.Location = new System.Drawing.Point(548, 40);
     this.txtId.Name = "txtId";
     this.txtId.Size = new System.Drawing.Size(29, 20);
     this.txtId.TabIndex = 35;
     this.txtId.Visible = false;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(422, 31);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(48, 13);
     this.labelControl1.TabIndex = 33;
     this.labelControl1.Text = "Contacto:";
     //
     // btnGuardar
     //
     this.btnGuardar.Image = ((System.Drawing.Image)(resources.GetObject("btnGuardar.Image")));
     this.btnGuardar.Location = new System.Drawing.Point(789, 26);
     this.btnGuardar.Name = "btnGuardar";
     this.btnGuardar.Size = new System.Drawing.Size(104, 24);
     this.btnGuardar.TabIndex = 5;
     this.btnGuardar.Text = "Guardar";
     this.btnGuardar.Click += new System.EventHandler(this.btnAgregar_Click);
     //
     // txtNombre
     //
     this.txtNombre.EnterMoveNextControl = true;
     this.txtNombre.Location = new System.Drawing.Point(75, 27);
     this.txtNombre.Name = "txtNombre";
     this.txtNombre.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003;
     this.txtNombre.Properties.HideSelection = false;
     this.txtNombre.Size = new System.Drawing.Size(148, 20);
     this.txtNombre.TabIndex = 1;
     //
     // labelControl28
     //
     this.labelControl28.Location = new System.Drawing.Point(15, 31);
     this.labelControl28.Name = "labelControl28";
     this.labelControl28.Size = new System.Drawing.Size(41, 13);
     this.labelControl28.TabIndex = 0;
     this.labelControl28.Text = "Nombre:";
     //
     // grpResultado
     //
     this.grpResultado.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.grpResultado.AppearanceCaption.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpResultado.AppearanceCaption.Options.UseFont = true;
     this.grpResultado.Controls.Add(this.gridAgentes);
     this.grpResultado.Location = new System.Drawing.Point(6, 105);
     this.grpResultado.Name = "grpResultado";
     this.grpResultado.Size = new System.Drawing.Size(1007, 411);
     this.grpResultado.TabIndex = 12;
     this.grpResultado.Text = "Agentes";
     //
     // gridAgentes
     //
     this.gridAgentes.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.gridAgentes.EmbeddedNavigator.Buttons.CancelEdit.Enabled = false;
     this.gridAgentes.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridAgentes.EmbeddedNavigator.Buttons.Edit.Enabled = false;
     this.gridAgentes.EmbeddedNavigator.Buttons.Edit.Visible = false;
     this.gridAgentes.EmbeddedNavigator.Buttons.Remove.Enabled = false;
     this.gridAgentes.EmbeddedNavigator.Buttons.Remove.Visible = false;
     this.gridAgentes.Location = new System.Drawing.Point(2, 20);
     this.gridAgentes.MainView = this.gridViewLineaCredito;
     this.gridAgentes.Name = "gridAgentes";
     this.gridAgentes.Size = new System.Drawing.Size(1000, 386);
     this.gridAgentes.TabIndex = 6;
     this.gridAgentes.UseEmbeddedNavigator = true;
     this.gridAgentes.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewLineaCredito});
     //
     // gridViewLineaCredito
     //
     this.gridViewLineaCredito.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridId,
     this.gridColumn1,
     this.gridColumn4,
     this.gridColumn2,
     this.gridColumn3});
     this.gridViewLineaCredito.GridControl = this.gridAgentes;
     this.gridViewLineaCredito.Name = "gridViewLineaCredito";
     this.gridViewLineaCredito.OptionsBehavior.Editable = false;
     this.gridViewLineaCredito.OptionsView.ShowAutoFilterRow = true;
     this.gridViewLineaCredito.OptionsView.ShowGroupPanel = false;
     this.gridViewLineaCredito.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridviewLineaCredito_row_changed);
     //
     // gridId
     //
     this.gridId.Caption = "Id";
     this.gridId.FieldName = "Id";
     this.gridId.Name = "gridId";
     this.gridId.OptionsColumn.AllowEdit = false;
     this.gridId.OptionsColumn.ReadOnly = true;
     this.gridId.Visible = true;
     this.gridId.VisibleIndex = 0;
     this.gridId.Width = 37;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Nombre";
     this.gridColumn1.FieldName = "Nombre";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 1;
     this.gridColumn1.Width = 243;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "Alias";
     this.gridColumn4.FieldName = "Alias";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 2;
     this.gridColumn4.Width = 107;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Contacto";
     this.gridColumn2.FieldName = "Contacto";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 3;
     this.gridColumn2.Width = 290;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "Email";
     this.gridColumn3.FieldName = "Email";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 4;
     this.gridColumn3.Width = 302;
     //
     // ctrldxError
     //
     this.ctrldxError.ContainerControl = this;
     //
     // frmDefinirAgente
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1019, 521);
     this.Controls.Add(this.grpResultado);
     this.Controls.Add(this.groupControl3);
     this.Controls.Add(this.toolStripBarraLlamada);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmDefinirAgente";
     this.Text = "Definir Agentes";
     this.Load += new System.EventHandler(this.frmDefinirAgente_Load);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmDefinirAgente_Closed);
     this.toolStripBarraLlamada.ResumeLayout(false);
     this.toolStripBarraLlamada.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     this.groupControl3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtAlias.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtContacto.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtId.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNombre.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpResultado)).EndInit();
     this.grpResultado.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridAgentes)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewLineaCredito)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #10
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGridMunicipio));
     DevExpress.Utils.SerializableAppearanceObject  serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     this.dgdTabela = new DevExpress.XtraGrid.GridControl();
     this.MunicipioDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView                  = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colCodigoibge             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNome                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUF                     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.dxErrorProvider           = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
     this.barManager                = new DevExpress.XtraBars.BarManager(this.components);
     this.barOpcoes                 = new DevExpress.XtraBars.Bar();
     this.btnInserir                = new DevExpress.XtraBars.BarButtonItem();
     this.btnEditar                 = new DevExpress.XtraBars.BarButtonItem();
     this.btnExcluir                = new DevExpress.XtraBars.BarButtonItem();
     this.btnVisualizar             = new DevExpress.XtraBars.BarButtonItem();
     this.btnSelecionar             = new DevExpress.XtraBars.BarButtonItem();
     this.btnImprimir               = new DevExpress.XtraBars.BarButtonItem();
     this.barPesquisa               = new DevExpress.XtraBars.Bar();
     this.lblPesquisar              = new DevExpress.XtraBars.BarStaticItem();
     this.Filtro                    = new DevExpress.XtraBars.BarEditItem();
     this.btnFiltro                 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.txtConsulta               = new DevExpress.XtraBars.BarEditItem();
     this.btnPesquisa               = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.barDockControlTop         = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom      = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft        = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight       = new DevExpress.XtraBars.BarDockControl();
     this.barEditItem1              = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemTextEdit1   = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     ((System.ComponentModel.ISupportInitialize)(this.dgdTabela)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MunicipioDTOBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnFiltro)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPesquisa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // dgdTabela
     //
     this.dgdTabela.DataSource = this.MunicipioDTOBindingSource;
     this.dgdTabela.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.dgdTabela.Location   = new System.Drawing.Point(0, 26);
     this.dgdTabela.MainView   = this.gridView;
     this.dgdTabela.Name       = "dgdTabela";
     this.dgdTabela.Size       = new System.Drawing.Size(844, 463);
     this.dgdTabela.TabIndex   = 5;
     this.dgdTabela.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView
     });
     this.dgdTabela.DoubleClick += new System.EventHandler(this.dgdTabela_DoubleClick);
     //
     // MunicipioDTOBindingSource
     //
     this.MunicipioDTOBindingSource.DataSource = typeof(MechTech.Entities.MunicipioDTO);
     //
     // gridView
     //
     this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colCodigoibge,
         this.colNome,
         this.colUF
     });
     this.gridView.GridControl = this.dgdTabela;
     this.gridView.Name        = "gridView";
     this.gridView.OptionsBehavior.Editable = false;
     this.gridView.OptionsCustomization.AllowColumnResizing = false;
     this.gridView.OptionsCustomization.AllowFilter         = false;
     this.gridView.OptionsMenu.EnableColumnMenu             = false;
     this.gridView.OptionsMenu.EnableFooterMenu             = false;
     this.gridView.OptionsMenu.EnableGroupPanelMenu         = false;
     this.gridView.OptionsNavigation.EnterMoveNextColumn    = true;
     this.gridView.CustomUnboundColumnData += new DevExpress.XtraGrid.Views.Base.CustomColumnDataEventHandler(this.gridView_CustomUnboundColumnData);
     this.gridView.RowCountChanged         += new System.EventHandler(this.gridView_RowCountChanged_1);
     //
     // colCodigoibge
     //
     this.colCodigoibge.AppearanceHeader.Options.UseTextOptions = true;
     this.colCodigoibge.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colCodigoibge.Caption      = "Código IBGE";
     this.colCodigoibge.FieldName    = "Codigoibge";
     this.colCodigoibge.Name         = "colCodigoibge";
     this.colCodigoibge.Visible      = true;
     this.colCodigoibge.VisibleIndex = 0;
     this.colCodigoibge.Width        = 90;
     //
     // colNome
     //
     this.colNome.AppearanceHeader.Options.UseTextOptions = true;
     this.colNome.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colNome.Caption      = "Nome";
     this.colNome.FieldName    = "Nome";
     this.colNome.Name         = "colNome";
     this.colNome.Visible      = true;
     this.colNome.VisibleIndex = 1;
     this.colNome.Width        = 470;
     //
     // colUF
     //
     this.colUF.AppearanceCell.Options.UseTextOptions   = true;
     this.colUF.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Center;
     this.colUF.AppearanceHeader.Options.UseTextOptions = true;
     this.colUF.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colUF.Caption      = "Estado (UF)";
     this.colUF.FieldName    = "UF.Codigo";
     this.colUF.Name         = "colUF";
     this.colUF.UnboundType  = DevExpress.Data.UnboundColumnType.String;
     this.colUF.Visible      = true;
     this.colUF.VisibleIndex = 2;
     this.colUF.Width        = 95;
     //
     // dxErrorProvider
     //
     this.dxErrorProvider.ContainerControl = this;
     //
     // barManager
     //
     this.barManager.AllowCustomization      = false;
     this.barManager.AllowMoveBarOnToolbar   = false;
     this.barManager.AllowQuickCustomization = false;
     this.barManager.AllowShowToolbarsPopup  = false;
     this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.barOpcoes,
         this.barPesquisa
     });
     this.barManager.DockControls.Add(this.barDockControlTop);
     this.barManager.DockControls.Add(this.barDockControlBottom);
     this.barManager.DockControls.Add(this.barDockControlLeft);
     this.barManager.DockControls.Add(this.barDockControlRight);
     this.barManager.Form = this;
     this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.btnInserir,
         this.btnEditar,
         this.btnExcluir,
         this.btnVisualizar,
         this.btnSelecionar,
         this.btnImprimir,
         this.lblPesquisar,
         this.Filtro,
         this.barEditItem1,
         this.txtConsulta
     });
     this.barManager.MaxItemId = 11;
     this.barManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemButtonEdit1,
         this.repositoryItemTextEdit1,
         this.btnPesquisa,
         this.btnFiltro
     });
     //
     // barOpcoes
     //
     this.barOpcoes.BarName   = "Opções";
     this.barOpcoes.DockCol   = 0;
     this.barOpcoes.DockRow   = 0;
     this.barOpcoes.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.barOpcoes.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnInserir, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnEditar, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnExcluir, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnVisualizar, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnSelecionar, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnImprimir, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.barOpcoes.OptionsBar.AllowQuickCustomization = false;
     this.barOpcoes.OptionsBar.DrawDragBorder          = false;
     this.barOpcoes.Text = "Opções";
     //
     // btnInserir
     //
     this.btnInserir.Caption    = "&Novo";
     this.btnInserir.Glyph      = ((System.Drawing.Image)(resources.GetObject("btnInserir.Glyph")));
     this.btnInserir.Hint       = "Inserção de registro";
     this.btnInserir.Id         = 0;
     this.btnInserir.ImageIndex = 6;
     this.btnInserir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnInserir.LargeGlyph")));
     this.btnInserir.Name       = "btnInserir";
     this.btnInserir.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnInserir_ItemClick);
     //
     // btnEditar
     //
     this.btnEditar.Caption    = "&Alterar";
     this.btnEditar.Enabled    = false;
     this.btnEditar.Glyph      = ((System.Drawing.Image)(resources.GetObject("btnEditar.Glyph")));
     this.btnEditar.Hint       = "Atualização de registro";
     this.btnEditar.Id         = 2;
     this.btnEditar.ImageIndex = 2;
     this.btnEditar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnEditar.LargeGlyph")));
     this.btnEditar.Name       = "btnEditar";
     this.btnEditar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnEditar_ItemClick);
     //
     // btnExcluir
     //
     this.btnExcluir.Caption    = "&Excluir";
     this.btnExcluir.Enabled    = false;
     this.btnExcluir.Glyph      = ((System.Drawing.Image)(resources.GetObject("btnExcluir.Glyph")));
     this.btnExcluir.Hint       = "Exclusão de registro";
     this.btnExcluir.Id         = 3;
     this.btnExcluir.ImageIndex = 4;
     this.btnExcluir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnExcluir.LargeGlyph")));
     this.btnExcluir.Name       = "btnExcluir";
     this.btnExcluir.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnExcluir_ItemClick);
     //
     // btnVisualizar
     //
     this.btnVisualizar.Caption    = "&Visualizar";
     this.btnVisualizar.Enabled    = false;
     this.btnVisualizar.Glyph      = ((System.Drawing.Image)(resources.GetObject("btnVisualizar.Glyph")));
     this.btnVisualizar.Hint       = "Visualização";
     this.btnVisualizar.Id         = 4;
     this.btnVisualizar.ImageIndex = 0;
     this.btnVisualizar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnVisualizar.LargeGlyph")));
     this.btnVisualizar.Name       = "btnVisualizar";
     this.btnVisualizar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnVisualizar_ItemClick);
     //
     // btnSelecionar
     //
     this.btnSelecionar.Caption    = "&Selecionar";
     this.btnSelecionar.Enabled    = false;
     this.btnSelecionar.Glyph      = ((System.Drawing.Image)(resources.GetObject("btnSelecionar.Glyph")));
     this.btnSelecionar.Hint       = "Seleção";
     this.btnSelecionar.Id         = 5;
     this.btnSelecionar.ImageIndex = 9;
     this.btnSelecionar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnSelecionar.LargeGlyph")));
     this.btnSelecionar.Name       = "btnSelecionar";
     this.btnSelecionar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSelecionar_ItemClick);
     //
     // btnImprimir
     //
     this.btnImprimir.Caption    = "&Imprimir";
     this.btnImprimir.Enabled    = false;
     this.btnImprimir.Glyph      = ((System.Drawing.Image)(resources.GetObject("btnImprimir.Glyph")));
     this.btnImprimir.Hint       = "Impressão";
     this.btnImprimir.Id         = 6;
     this.btnImprimir.ImageIndex = 5;
     this.btnImprimir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnImprimir.LargeGlyph")));
     this.btnImprimir.Name       = "btnImprimir";
     this.btnImprimir.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnImprimir_ItemClick);
     //
     // barPesquisa
     //
     this.barPesquisa.BarName   = "Pesquisa";
     this.barPesquisa.DockCol   = 1;
     this.barPesquisa.DockRow   = 0;
     this.barPesquisa.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.barPesquisa.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.lblPesquisar),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.Filtro, "", false, true, true, 124),
         new DevExpress.XtraBars.LinkPersistInfo(this.txtConsulta)
     });
     this.barPesquisa.OptionsBar.AllowQuickCustomization = false;
     this.barPesquisa.OptionsBar.DrawDragBorder          = false;
     this.barPesquisa.Text = "Pesquisa";
     //
     // lblPesquisar
     //
     this.lblPesquisar.Border        = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.lblPesquisar.Caption       = "Pesquisar por:";
     this.lblPesquisar.Id            = 7;
     this.lblPesquisar.Name          = "lblPesquisar";
     this.lblPesquisar.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // Filtro
     //
     this.Filtro.Edit              = this.btnFiltro;
     this.Filtro.EditValue         = "Nome";
     this.Filtro.Hint              = "Campo a ser pesquisado";
     this.Filtro.Id                = 8;
     this.Filtro.Name              = "Filtro";
     this.Filtro.EditValueChanged += new System.EventHandler(this.Filtro_EditValueChanged);
     //
     // btnFiltro
     //
     this.btnFiltro.AutoHeight = false;
     this.btnFiltro.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.btnFiltro.Items.AddRange(new object[] {
         "Código IBGE",
         "Nome"
     });
     this.btnFiltro.Name          = "btnFiltro";
     this.btnFiltro.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     //
     // txtConsulta
     //
     this.txtConsulta.AutoFillWidth = true;
     this.txtConsulta.Edit          = this.btnPesquisa;
     this.txtConsulta.Hint          = "Conteúdo a ser pesquisado";
     this.txtConsulta.Id            = 10;
     this.txtConsulta.Name          = "txtConsulta";
     //
     // btnPesquisa
     //
     this.btnPesquisa.AutoHeight = false;
     this.btnPesquisa.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("btnPesquisa.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4, "", null, null, true)
     });
     this.btnPesquisa.Name         = "btnPesquisa";
     this.btnPesquisa.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnPesquisa_ButtonClick);
     this.btnPesquisa.Click       += new System.EventHandler(this.btnPesquisa_Click);
     this.btnPesquisa.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.btnPesquisa_KeyDown);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(844, 26);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 489);
     this.barDockControlBottom.Size             = new System.Drawing.Size(844, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 26);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 463);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(844, 26);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 463);
     //
     // barEditItem1
     //
     this.barEditItem1.Caption = "barEditItem1";
     this.barEditItem1.Edit    = this.repositoryItemTextEdit1;
     this.barEditItem1.Id      = 9;
     this.barEditItem1.Name    = "barEditItem1";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name       = "repositoryItemTextEdit1";
     //
     // repositoryItemButtonEdit1
     //
     this.repositoryItemButtonEdit1.AutoHeight = false;
     this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
     //
     // frmGridMunicipio
     //
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions        = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize = new System.Drawing.Size(844, 489);
     this.Controls.Add(this.dgdTabela);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name        = "frmGridMunicipio";
     this.Text        = "Cadastro de Municípios";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmGridMunicipio_FormClosed);
     this.Load       += new System.EventHandler(this.frmGridMunicipio_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgdTabela)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MunicipioDTOBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnFiltro)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPesquisa)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGestionarSLead));
     DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
     DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel1 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint seriesPoint1 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] {
     ((object)(18))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint2 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] {
     ((object)(12))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint3 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] {
     ((object)(9))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint4 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] {
     ((object)(15))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint5 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] {
     ((object)(21))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint6 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] {
     ((object)(8))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint7 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] {
     ((object)(13))});
     DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView1 = new DevExpress.XtraCharts.StackedBarSeriesView();
     DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel2 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint seriesPoint8 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] {
     ((object)(8))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint9 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] {
     ((object)(5))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint10 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] {
     ((object)(8))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint11 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] {
     ((object)(12))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint12 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] {
     ((object)(23))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint13 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] {
     ((object)(6))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint14 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] {
     ((object)(9))});
     DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView2 = new DevExpress.XtraCharts.StackedBarSeriesView();
     DevExpress.XtraCharts.Series series3 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel3 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
     DevExpress.XtraCharts.SeriesPoint seriesPoint15 = new DevExpress.XtraCharts.SeriesPoint("LR", new object[] {
     ((object)(4))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint16 = new DevExpress.XtraCharts.SeriesPoint("DS", new object[] {
     ((object)(1))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint17 = new DevExpress.XtraCharts.SeriesPoint("DO", new object[] {
     ((object)(2))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint18 = new DevExpress.XtraCharts.SeriesPoint("SMC", new object[] {
     ((object)(3))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint19 = new DevExpress.XtraCharts.SeriesPoint("CY", new object[] {
     ((object)(4))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint20 = new DevExpress.XtraCharts.SeriesPoint("SF", new object[] {
     ((object)(2))});
     DevExpress.XtraCharts.SeriesPoint seriesPoint21 = new DevExpress.XtraCharts.SeriesPoint("JMW", new object[] {
     ((object)(3))});
     DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView3 = new DevExpress.XtraCharts.StackedBarSeriesView();
     DevExpress.XtraCharts.Series series4 = new DevExpress.XtraCharts.Series();
     DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel4 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
     DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView4 = new DevExpress.XtraCharts.StackedBarSeriesView();
     DevExpress.XtraCharts.StackedBarSeriesLabel stackedBarSeriesLabel5 = new DevExpress.XtraCharts.StackedBarSeriesLabel();
     DevExpress.XtraCharts.StackedBarSeriesView stackedBarSeriesView5 = new DevExpress.XtraCharts.StackedBarSeriesView();
     this.toolStripBarraSLead = new System.Windows.Forms.ToolStrip();
     this.MenuNuevo = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.MenuCancelar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.MenuTodasAsignaciones = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.MenuFichaSLead = new System.Windows.Forms.ToolStripButton();
     this.MenuEnviarMail = new System.Windows.Forms.ToolStripButton();
     this.MenuFollowUp = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.MenuExcel = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.MenuSalir = new System.Windows.Forms.ToolStripButton();
     this.sBActualizar = new DevExpress.XtraEditors.SimpleButton();
     this.DateHasta = new DevExpress.XtraEditors.DateEdit();
     this.DateDesde = new DevExpress.XtraEditors.DateEdit();
     this.ChartSalesLead = new DevExpress.XtraCharts.ChartControl();
     this.sButtonAgregarObservacion = new DevExpress.XtraEditors.SimpleButton();
     this.sButtonEliminarObservacion = new DevExpress.XtraEditors.SimpleButton();
     this.sButtonGrabarObs = new DevExpress.XtraEditors.SimpleButton();
     this.gridProspectos = new DevExpress.XtraEditors.GroupControl();
     this.gridSLeads = new DevExpress.XtraGrid.GridControl();
     this.gridViewSLeads = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColContacto = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColCuenta = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColConsignatario = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
     this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemCheckEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.ctrldxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
     this.repSel = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemMemoEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemMemoExEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridObservacionesSL = new DevExpress.XtraGrid.GridControl();
     this.gridViewObsSL = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColUsuario = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColObservacion = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridFechaHora = new DevExpress.XtraGrid.Columns.GridColumn();
     this.toolStripBarraSLead.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartSalesLead)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridProspectos)).BeginInit();
     this.gridProspectos.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridSLeads)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewSLeads)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repSel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridObservacionesSL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewObsSL)).BeginInit();
     this.SuspendLayout();
     //
     // toolStripBarraSLead
     //
     this.toolStripBarraSLead.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MenuNuevo,
     this.toolStripSeparator2,
     this.MenuCancelar,
     this.toolStripSeparator1,
     this.MenuTodasAsignaciones,
     this.toolStripSeparator5,
     this.MenuFichaSLead,
     this.MenuEnviarMail,
     this.MenuFollowUp,
     this.toolStripSeparator4,
     this.MenuExcel,
     this.toolStripSeparator3,
     this.MenuSalir});
     this.toolStripBarraSLead.Location = new System.Drawing.Point(0, 0);
     this.toolStripBarraSLead.Name = "toolStripBarraSLead";
     this.toolStripBarraSLead.Size = new System.Drawing.Size(956, 38);
     this.toolStripBarraSLead.TabIndex = 8;
     this.toolStripBarraSLead.Text = "toolStrip1";
     //
     // MenuNuevo
     //
     this.MenuNuevo.Image = ((System.Drawing.Image)(resources.GetObject("MenuNuevo.Image")));
     this.MenuNuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuNuevo.Name = "MenuNuevo";
     this.MenuNuevo.Size = new System.Drawing.Size(63, 35);
     this.MenuNuevo.Text = "Actualizar";
     this.MenuNuevo.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.MenuNuevo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.MenuNuevo.ToolTipText = "Nueva Llamada";
     this.MenuNuevo.Click += new System.EventHandler(this.MenuNuevo_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 38);
     //
     // MenuCancelar
     //
     this.MenuCancelar.Image = ((System.Drawing.Image)(resources.GetObject("MenuCancelar.Image")));
     this.MenuCancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuCancelar.Name = "MenuCancelar";
     this.MenuCancelar.Size = new System.Drawing.Size(57, 35);
     this.MenuCancelar.Text = "Cancelar";
     this.MenuCancelar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.MenuCancelar.Click += new System.EventHandler(this.MenuCancelar_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 38);
     //
     // MenuTodasAsignaciones
     //
     this.MenuTodasAsignaciones.Enabled = false;
     this.MenuTodasAsignaciones.Image = ((System.Drawing.Image)(resources.GetObject("MenuTodasAsignaciones.Image")));
     this.MenuTodasAsignaciones.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.MenuTodasAsignaciones.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuTodasAsignaciones.Name = "MenuTodasAsignaciones";
     this.MenuTodasAsignaciones.Size = new System.Drawing.Size(63, 35);
     this.MenuTodasAsignaciones.Text = "Ver Todas";
     this.MenuTodasAsignaciones.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.MenuTodasAsignaciones.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 38);
     //
     // MenuFichaSLead
     //
     this.MenuFichaSLead.Image = ((System.Drawing.Image)(resources.GetObject("MenuFichaSLead.Image")));
     this.MenuFichaSLead.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuFichaSLead.Name = "MenuFichaSLead";
     this.MenuFichaSLead.Size = new System.Drawing.Size(96, 35);
     this.MenuFichaSLead.Text = "Ficha Sales Lead";
     this.MenuFichaSLead.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.MenuFichaSLead.Click += new System.EventHandler(this.MenuFichaSLead_Click);
     //
     // MenuEnviarMail
     //
     this.MenuEnviarMail.Image = ((System.Drawing.Image)(resources.GetObject("MenuEnviarMail.Image")));
     this.MenuEnviarMail.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuEnviarMail.Name = "MenuEnviarMail";
     this.MenuEnviarMail.Size = new System.Drawing.Size(100, 35);
     this.MenuEnviarMail.Text = "Enviar Sales Lead";
     this.MenuEnviarMail.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.MenuEnviarMail.Click += new System.EventHandler(this.MenuEnviarMail_Click);
     //
     // MenuFollowUp
     //
     this.MenuFollowUp.Enabled = false;
     this.MenuFollowUp.Image = ((System.Drawing.Image)(resources.GetObject("MenuFollowUp.Image")));
     this.MenuFollowUp.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuFollowUp.Name = "MenuFollowUp";
     this.MenuFollowUp.Size = new System.Drawing.Size(61, 35);
     this.MenuFollowUp.Text = "FollowUp";
     this.MenuFollowUp.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.MenuFollowUp.Click += new System.EventHandler(this.MenuFollowUp_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 38);
     //
     // MenuExcel
     //
     this.MenuExcel.Image = ((System.Drawing.Image)(resources.GetObject("MenuExcel.Image")));
     this.MenuExcel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuExcel.Name = "MenuExcel";
     this.MenuExcel.Size = new System.Drawing.Size(37, 35);
     this.MenuExcel.Text = "Excel";
     this.MenuExcel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.MenuExcel.Click += new System.EventHandler(this.MenuExcel_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 38);
     //
     // MenuSalir
     //
     this.MenuSalir.Image = ((System.Drawing.Image)(resources.GetObject("MenuSalir.Image")));
     this.MenuSalir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuSalir.Name = "MenuSalir";
     this.MenuSalir.Size = new System.Drawing.Size(33, 35);
     this.MenuSalir.Text = "Salir";
     this.MenuSalir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.MenuSalir.Click += new System.EventHandler(this.MenuSalir_Click);
     //
     // sBActualizar
     //
     this.sBActualizar.Image = ((System.Drawing.Image)(resources.GetObject("sBActualizar.Image")));
     this.sBActualizar.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.sBActualizar.Location = new System.Drawing.Point(199, 411);
     this.sBActualizar.Name = "sBActualizar";
     this.sBActualizar.Size = new System.Drawing.Size(41, 20);
     this.sBActualizar.TabIndex = 77;
     this.sBActualizar.ToolTip = "Actualizar Gráfico";
     this.sBActualizar.Click += new System.EventHandler(this.sBActualizar_Click);
     //
     // DateHasta
     //
     this.DateHasta.EditValue = null;
     this.DateHasta.Location = new System.Drawing.Point(102, 411);
     this.DateHasta.Name = "DateHasta";
     this.DateHasta.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.DateHasta.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.DateHasta.Size = new System.Drawing.Size(91, 20);
     this.DateHasta.TabIndex = 76;
     //
     // DateDesde
     //
     this.DateDesde.EditValue = null;
     this.DateDesde.Location = new System.Drawing.Point(5, 411);
     this.DateDesde.Name = "DateDesde";
     this.DateDesde.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.DateDesde.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.DateDesde.Size = new System.Drawing.Size(91, 20);
     this.DateDesde.TabIndex = 75;
     //
     // ChartSalesLead
     //
     this.ChartSalesLead.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     xyDiagram1.AxisX.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisX.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
     xyDiagram1.AxisY.Range.ScrollingRange.SideMarginsEnabled = true;
     xyDiagram1.AxisY.Range.SideMarginsEnabled = true;
     xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
     this.ChartSalesLead.Diagram = xyDiagram1;
     this.ChartSalesLead.Location = new System.Drawing.Point(5, 437);
     this.ChartSalesLead.Name = "ChartSalesLead";
     stackedBarSeriesLabel1.OverlappingOptionsTypeName = "OverlappingOptions";
     series1.Label = stackedBarSeriesLabel1;
     series1.Name = "Asignada";
     series1.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
     seriesPoint1,
     seriesPoint2,
     seriesPoint3,
     seriesPoint4,
     seriesPoint5,
     seriesPoint6,
     seriesPoint7});
     series1.View = stackedBarSeriesView1;
     stackedBarSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions";
     series2.Label = stackedBarSeriesLabel2;
     series2.Name = "Seguimiento";
     series2.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
     seriesPoint8,
     seriesPoint9,
     seriesPoint10,
     seriesPoint11,
     seriesPoint12,
     seriesPoint13,
     seriesPoint14});
     series2.View = stackedBarSeriesView2;
     stackedBarSeriesLabel3.OverlappingOptionsTypeName = "OverlappingOptions";
     series3.Label = stackedBarSeriesLabel3;
     series3.Name = "Cierre";
     series3.Points.AddRange(new DevExpress.XtraCharts.SeriesPoint[] {
     seriesPoint15,
     seriesPoint16,
     seriesPoint17,
     seriesPoint18,
     seriesPoint19,
     seriesPoint20,
     seriesPoint21});
     series3.View = stackedBarSeriesView3;
     stackedBarSeriesLabel4.OverlappingOptionsTypeName = "OverlappingOptions";
     series4.Label = stackedBarSeriesLabel4;
     series4.Name = "Cancelada";
     series4.View = stackedBarSeriesView4;
     this.ChartSalesLead.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
     series1,
     series2,
     series3,
     series4};
     stackedBarSeriesLabel5.OverlappingOptionsTypeName = "OverlappingOptions";
     this.ChartSalesLead.SeriesTemplate.Label = stackedBarSeriesLabel5;
     this.ChartSalesLead.SeriesTemplate.View = stackedBarSeriesView5;
     this.ChartSalesLead.Size = new System.Drawing.Size(479, 135);
     this.ChartSalesLead.TabIndex = 78;
     //
     // sButtonAgregarObservacion
     //
     this.sButtonAgregarObservacion.Image = ((System.Drawing.Image)(resources.GetObject("sButtonAgregarObservacion.Image")));
     this.sButtonAgregarObservacion.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.sButtonAgregarObservacion.Location = new System.Drawing.Point(508, 548);
     this.sButtonAgregarObservacion.Name = "sButtonAgregarObservacion";
     this.sButtonAgregarObservacion.Size = new System.Drawing.Size(32, 24);
     this.sButtonAgregarObservacion.TabIndex = 81;
     this.sButtonAgregarObservacion.Click += new System.EventHandler(this.sButtonAgregarObservacion_Click);
     //
     // sButtonEliminarObservacion
     //
     this.sButtonEliminarObservacion.AutoSizeInLayoutControl = true;
     this.sButtonEliminarObservacion.Image = ((System.Drawing.Image)(resources.GetObject("sButtonEliminarObservacion.Image")));
     this.sButtonEliminarObservacion.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.sButtonEliminarObservacion.Location = new System.Drawing.Point(508, 518);
     this.sButtonEliminarObservacion.Name = "sButtonEliminarObservacion";
     this.sButtonEliminarObservacion.Size = new System.Drawing.Size(32, 24);
     this.sButtonEliminarObservacion.TabIndex = 80;
     this.sButtonEliminarObservacion.Click += new System.EventHandler(this.sButtonEliminarObservacion_Click);
     //
     // sButtonGrabarObs
     //
     this.sButtonGrabarObs.Image = ((System.Drawing.Image)(resources.GetObject("sButtonGrabarObs.Image")));
     this.sButtonGrabarObs.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.sButtonGrabarObs.Location = new System.Drawing.Point(508, 437);
     this.sButtonGrabarObs.Name = "sButtonGrabarObs";
     this.sButtonGrabarObs.Size = new System.Drawing.Size(32, 29);
     this.sButtonGrabarObs.TabIndex = 79;
     this.sButtonGrabarObs.Click += new System.EventHandler(this.sButtonGrabarObs_Click);
     //
     // gridProspectos
     //
     this.gridProspectos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.gridProspectos.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridProspectos.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue;
     this.gridProspectos.AppearanceCaption.Options.UseFont = true;
     this.gridProspectos.AppearanceCaption.Options.UseForeColor = true;
     this.gridProspectos.Controls.Add(this.gridSLeads);
     this.gridProspectos.Location = new System.Drawing.Point(5, 41);
     this.gridProspectos.Name = "gridProspectos";
     this.gridProspectos.Size = new System.Drawing.Size(951, 369);
     this.gridProspectos.TabIndex = 83;
     this.gridProspectos.Text = "Sales Leads";
     //
     // gridSLeads
     //
     this.gridSLeads.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.gridSLeads.Location = new System.Drawing.Point(5, 23);
     this.gridSLeads.MainView = this.gridViewSLeads;
     this.gridSLeads.Name = "gridSLeads";
     this.gridSLeads.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemImageComboBox1,
     this.repositoryItemPictureEdit1,
     this.repositoryItemCheckEdit3,
     this.repositoryItemCheckEdit4});
     this.gridSLeads.Size = new System.Drawing.Size(941, 306);
     this.gridSLeads.TabIndex = 1;
     this.gridSLeads.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewSLeads});
     this.gridSLeads.Click += new System.EventHandler(this.gridSLeads_Click);
     //
     // gridViewSLeads
     //
     this.gridViewSLeads.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn3,
     this.gridColumn7,
     this.gridColContacto,
     this.gridColCuenta,
     this.gridColConsignatario,
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn1});
     this.gridViewSLeads.GridControl = this.gridSLeads;
     this.gridViewSLeads.Name = "gridViewSLeads";
     this.gridViewSLeads.OptionsSelection.MultiSelect = true;
     this.gridViewSLeads.OptionsView.ShowGroupPanel = false;
     this.gridViewSLeads.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridViewSLeads_FocusedRowChanged);
     this.gridViewSLeads.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridViewSLeads_RowStyle);
     //
     // gridColumn3
     //
     this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn3.Caption = "N# Sales Lead";
     this.gridColumn3.FieldName = "Reference";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.OptionsColumn.ReadOnly = true;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 0;
     this.gridColumn3.Width = 85;
     //
     // gridColumn7
     //
     this.gridColumn7.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.gridColumn7.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn7.Caption = "Agente";
     this.gridColumn7.FieldName = "Agente.Nombre";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.OptionsColumn.ReadOnly = true;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 1;
     this.gridColumn7.Width = 180;
     //
     // gridColContacto
     //
     this.gridColContacto.Caption = "Contacto";
     this.gridColContacto.FieldName = "Agente.Contacto";
     this.gridColContacto.Name = "gridColContacto";
     this.gridColContacto.OptionsColumn.ReadOnly = true;
     this.gridColContacto.Visible = true;
     this.gridColContacto.VisibleIndex = 2;
     this.gridColContacto.Width = 77;
     //
     // gridColCuenta
     //
     this.gridColCuenta.Caption = "Shipper";
     this.gridColCuenta.FieldName = "ShipperNombre";
     this.gridColCuenta.Name = "gridColCuenta";
     this.gridColCuenta.OptionsColumn.ReadOnly = true;
     this.gridColCuenta.Visible = true;
     this.gridColCuenta.VisibleIndex = 3;
     this.gridColCuenta.Width = 101;
     //
     // gridColConsignatario
     //
     this.gridColConsignatario.Caption = "Consignatario";
     this.gridColConsignatario.FieldName = "ConsigNombre";
     this.gridColConsignatario.Name = "gridColConsignatario";
     this.gridColConsignatario.OptionsColumn.ReadOnly = true;
     this.gridColConsignatario.Visible = true;
     this.gridColConsignatario.VisibleIndex = 4;
     this.gridColConsignatario.Width = 86;
     //
     // gridColumn9
     //
     this.gridColumn9.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.gridColumn9.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn9.Caption = "Estado";
     this.gridColumn9.FieldName = "EstadoSLead";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = false;
     this.gridColumn9.OptionsColumn.ReadOnly = true;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 5;
     this.gridColumn9.Width = 73;
     //
     // gridColumn10
     //
     this.gridColumn10.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.gridColumn10.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn10.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.gridColumn10.Caption = "Asignación";
     this.gridColumn10.FieldName = "FechaApertura";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.OptionsColumn.AllowEdit = false;
     this.gridColumn10.OptionsColumn.ReadOnly = true;
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 6;
     this.gridColumn10.Width = 107;
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.gridColumn1.Caption = "Follow Up";
     this.gridColumn1.FieldName = "FechaRevision";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsColumn.ReadOnly = true;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 7;
     this.gridColumn1.Width = 109;
     //
     // repositoryItemImageComboBox1
     //
     this.repositoryItemImageComboBox1.Appearance.Options.UseTextOptions = true;
     this.repositoryItemImageComboBox1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.repositoryItemImageComboBox1.AutoHeight = false;
     this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemImageComboBox1.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repositoryItemImageComboBox1.HighlightedItemStyle = DevExpress.XtraEditors.HighlightStyle.Skinned;
     this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Baja", "2", 0),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Alta", "0", 1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Media", "1", 2),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("New", 1, 3)});
     this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
     //
     // repositoryItemPictureEdit1
     //
     this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
     this.repositoryItemPictureEdit1.PictureStoreMode = DevExpress.XtraEditors.Controls.PictureStoreMode.Image;
     //
     // repositoryItemCheckEdit3
     //
     this.repositoryItemCheckEdit3.AutoHeight = false;
     this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3";
     //
     // repositoryItemCheckEdit4
     //
     this.repositoryItemCheckEdit4.AutoHeight = false;
     this.repositoryItemCheckEdit4.Name = "repositoryItemCheckEdit4";
     //
     // ctrldxError
     //
     this.ctrldxError.ContainerControl = this;
     //
     // repSel
     //
     this.repSel.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("repSel.Appearance.Image")));
     this.repSel.Appearance.Options.UseImage = true;
     this.repSel.AutoHeight = false;
     this.repSel.Name = "repSel";
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // repositoryItemMemoEdit2
     //
     this.repositoryItemMemoEdit2.Appearance.Options.UseTextOptions = true;
     this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2";
     //
     // repositoryItemMemoExEdit1
     //
     this.repositoryItemMemoExEdit1.AutoHeight = false;
     this.repositoryItemMemoExEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemMemoExEdit1.Name = "repositoryItemMemoExEdit1";
     this.repositoryItemMemoExEdit1.ShowIcon = false;
     //
     // gridView3
     //
     this.gridView3.GridControl = this.gridObservacionesSL;
     this.gridView3.Name = "gridView3";
     //
     // gridObservacionesSL
     //
     this.gridObservacionesSL.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.gridObservacionesSL.Location = new System.Drawing.Point(542, 416);
     this.gridObservacionesSL.MainView = this.gridViewObsSL;
     this.gridObservacionesSL.Name = "gridObservacionesSL";
     this.gridObservacionesSL.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repSel,
     this.repositoryItemCheckEdit1,
     this.repositoryItemCheckEdit2,
     this.repositoryItemMemoEdit1,
     this.repositoryItemMemoEdit2,
     this.repositoryItemMemoExEdit1});
     this.gridObservacionesSL.Size = new System.Drawing.Size(414, 156);
     this.gridObservacionesSL.TabIndex = 82;
     this.gridObservacionesSL.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewObsSL,
     this.gridView3});
     //
     // gridViewObsSL
     //
     this.gridViewObsSL.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColUsuario,
     this.gridColObservacion,
     this.gridFechaHora});
     this.gridViewObsSL.CustomizationFormBounds = new System.Drawing.Rectangle(592, 334, 208, 170);
     this.gridViewObsSL.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.None;
     this.gridViewObsSL.GridControl = this.gridObservacionesSL;
     this.gridViewObsSL.Name = "gridViewObsSL";
     this.gridViewObsSL.OptionsBehavior.CacheValuesOnRowUpdating = DevExpress.Data.CacheRowValuesMode.Disabled;
     this.gridViewObsSL.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridViewObsSL.OptionsSelection.EnableAppearanceFocusedRow = false;
     this.gridViewObsSL.OptionsView.ShowGroupPanel = false;
     //
     // gridColUsuario
     //
     this.gridColUsuario.Caption = "Usuario";
     this.gridColUsuario.FieldName = "ObjUsuario.NombreUsuario";
     this.gridColUsuario.Name = "gridColUsuario";
     this.gridColUsuario.OptionsColumn.AllowEdit = false;
     this.gridColUsuario.OptionsColumn.ReadOnly = true;
     this.gridColUsuario.Visible = true;
     this.gridColUsuario.VisibleIndex = 0;
     this.gridColUsuario.Width = 63;
     //
     // gridColObservacion
     //
     this.gridColObservacion.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColObservacion.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColObservacion.Caption = "Comentario";
     this.gridColObservacion.ColumnEdit = this.repositoryItemMemoExEdit1;
     this.gridColObservacion.FieldName = "Observacion";
     this.gridColObservacion.Name = "gridColObservacion";
     this.gridColObservacion.Visible = true;
     this.gridColObservacion.VisibleIndex = 1;
     this.gridColObservacion.Width = 276;
     //
     // gridFechaHora
     //
     this.gridFechaHora.AppearanceHeader.Options.UseTextOptions = true;
     this.gridFechaHora.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridFechaHora.Caption = "Fecha";
     this.gridFechaHora.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridFechaHora.FieldName = "FechaHora";
     this.gridFechaHora.Name = "gridFechaHora";
     this.gridFechaHora.OptionsColumn.ReadOnly = true;
     this.gridFechaHora.Visible = true;
     this.gridFechaHora.VisibleIndex = 2;
     this.gridFechaHora.Width = 76;
     //
     // frmGestionarSLead
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(956, 574);
     this.Controls.Add(this.gridProspectos);
     this.Controls.Add(this.gridObservacionesSL);
     this.Controls.Add(this.sButtonAgregarObservacion);
     this.Controls.Add(this.sButtonEliminarObservacion);
     this.Controls.Add(this.sButtonGrabarObs);
     this.Controls.Add(this.ChartSalesLead);
     this.Controls.Add(this.sBActualizar);
     this.Controls.Add(this.DateHasta);
     this.Controls.Add(this.DateDesde);
     this.Controls.Add(this.toolStripBarraSLead);
     this.Name = "frmGestionarSLead";
     this.Text = "Gestión de Sales Leads";
     this.Load += new System.EventHandler(this.frmGestionarSLead_Load);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmGestionarSLead_FormClosed);
     this.toolStripBarraSLead.ResumeLayout(false);
     this.toolStripBarraSLead.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateHasta.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateDesde.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(series4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesLabel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(stackedBarSeriesView5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ChartSalesLead)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridProspectos)).EndInit();
     this.gridProspectos.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridSLeads)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewSLeads)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repSel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridObservacionesSL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewObsSL)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmListarCotizaciones));
     this.gridViewOpciones = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.Col_Numero = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_Fecha_Inicio = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.Col_Fecha_Termino = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_Naviera = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.Col_Fecha_Creacion = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_Fecha_Estado = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridSLeads = new DevExpress.XtraGrid.GridControl();
     this.gridViewSLeads = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColContacto = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColCuenta = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Checkbox = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.GridColumnFollowup = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.ImageCollection = new DevExpress.Utils.ImageCollection(this.components);
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.repositoryItemCheckEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.ctrldxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
     this.MenuSalir = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.MenuExcel = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripBarraLlamada = new System.Windows.Forms.ToolStrip();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.MenuEnviarAlCliente = new System.Windows.Forms.ToolStripButton();
     this.MenuCopiar = new System.Windows.Forms.ToolStripButton();
     this.MenuActualizar = new System.Windows.Forms.ToolStripButton();
     this.MenuFollowup = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.ListSemanas = new System.Windows.Forms.ToolStripComboBox();
     this.gridProspectos = new DevExpress.XtraEditors.GroupControl();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.cboEstado = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtComentario = new DevExpress.XtraEditors.MemoEdit();
     this.btnGuardarComentario = new System.Windows.Forms.Button();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.gridComentarios = new DevExpress.XtraGrid.GridControl();
     this.gridViewComentario = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.label3 = new System.Windows.Forms.Label();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.label4 = new System.Windows.Forms.Label();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.label5 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewOpciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridSLeads)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewSLeads)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImageCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).BeginInit();
     this.toolStripBarraLlamada.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridProspectos)).BeginInit();
     this.gridProspectos.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboEstado.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtComentario.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridComentarios)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewComentario)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.SuspendLayout();
     //
     // gridViewOpciones
     //
     this.gridViewOpciones.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.Col_Numero,
     this.Col_Fecha_Inicio,
     this.Col_Fecha_Termino,
     this.Col_Naviera,
     this.Col_Fecha_Creacion,
     this.Col_Fecha_Estado});
     this.gridViewOpciones.GridControl = this.gridSLeads;
     this.gridViewOpciones.Name = "gridViewOpciones";
     this.gridViewOpciones.OptionsBehavior.AutoSelectAllInEditor = false;
     this.gridViewOpciones.OptionsBehavior.KeepGroupExpandedOnSorting = false;
     this.gridViewOpciones.OptionsCustomization.AllowGroup = false;
     this.gridViewOpciones.OptionsDetail.EnableMasterViewMode = false;
     this.gridViewOpciones.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridViewOpciones.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gridViewOpciones.OptionsView.GroupDrawMode = DevExpress.XtraGrid.Views.Grid.GroupDrawMode.Office2003;
     this.gridViewOpciones.OptionsView.ShowChildrenInGroupPanel = true;
     this.gridViewOpciones.OptionsView.ShowGroupPanel = false;
     this.gridViewOpciones.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.Default;
     this.gridViewOpciones.ViewCaption = "Opciones";
     this.gridViewOpciones.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridViewOpciones_FocusedRowChanged);
     this.gridViewOpciones.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.GridViewOpcionesCellValueChanging);
     //
     // Col_Numero
     //
     this.Col_Numero.Caption = "Numero";
     this.Col_Numero.FieldName = "Numero";
     this.Col_Numero.Name = "Col_Numero";
     this.Col_Numero.OptionsColumn.AllowEdit = false;
     this.Col_Numero.OptionsColumn.ReadOnly = true;
     this.Col_Numero.Visible = true;
     this.Col_Numero.VisibleIndex = 0;
     //
     // Col_Fecha_Inicio
     //
     this.Col_Fecha_Inicio.Caption = "Fecha Validez Inicio";
     this.Col_Fecha_Inicio.ColumnEdit = this.repositoryItemDateEdit1;
     this.Col_Fecha_Inicio.FieldName = "FechaValidesInicio";
     this.Col_Fecha_Inicio.Name = "Col_Fecha_Inicio";
     this.Col_Fecha_Inicio.OptionsColumn.AllowEdit = false;
     this.Col_Fecha_Inicio.OptionsColumn.AllowFocus = false;
     this.Col_Fecha_Inicio.OptionsColumn.ReadOnly = true;
     this.Col_Fecha_Inicio.Visible = true;
     this.Col_Fecha_Inicio.VisibleIndex = 1;
     //
     // repositoryItemDateEdit1
     //
     this.repositoryItemDateEdit1.AllowFocused = false;
     this.repositoryItemDateEdit1.AutoHeight = false;
     this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
     this.repositoryItemDateEdit1.ReadOnly = true;
     this.repositoryItemDateEdit1.ShowDropDown = DevExpress.XtraEditors.Controls.ShowDropDown.Never;
     this.repositoryItemDateEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.repositoryItemDateEdit1.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     //
     // Col_Fecha_Termino
     //
     this.Col_Fecha_Termino.Caption = "Fecha Validez Fin";
     this.Col_Fecha_Termino.FieldName = "FechaValidesFin";
     this.Col_Fecha_Termino.Name = "Col_Fecha_Termino";
     this.Col_Fecha_Termino.OptionsColumn.AllowEdit = false;
     this.Col_Fecha_Termino.OptionsColumn.ReadOnly = true;
     this.Col_Fecha_Termino.Visible = true;
     this.Col_Fecha_Termino.VisibleIndex = 2;
     //
     // Col_Naviera
     //
     this.Col_Naviera.Caption = "Naviera";
     this.Col_Naviera.ColumnEdit = this.repositoryItemTextEdit1;
     this.Col_Naviera.FieldName = "Naviera";
     this.Col_Naviera.Name = "Col_Naviera";
     this.Col_Naviera.OptionsColumn.AllowEdit = false;
     this.Col_Naviera.OptionsColumn.ReadOnly = true;
     this.Col_Naviera.Visible = true;
     this.Col_Naviera.VisibleIndex = 3;
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     this.repositoryItemTextEdit1.ReadOnly = true;
     //
     // Col_Fecha_Creacion
     //
     this.Col_Fecha_Creacion.Caption = "Fecha de creacion";
     this.Col_Fecha_Creacion.FieldName = "FechaCreacion";
     this.Col_Fecha_Creacion.Name = "Col_Fecha_Creacion";
     this.Col_Fecha_Creacion.OptionsColumn.AllowEdit = false;
     this.Col_Fecha_Creacion.OptionsColumn.ReadOnly = true;
     this.Col_Fecha_Creacion.Visible = true;
     this.Col_Fecha_Creacion.VisibleIndex = 4;
     //
     // Col_Fecha_Estado
     //
     this.Col_Fecha_Estado.Caption = "Est";
     this.Col_Fecha_Estado.FieldName = "EstadoDescripcion";
     this.Col_Fecha_Estado.Name = "Col_Fecha_Estado";
     this.Col_Fecha_Estado.Visible = true;
     this.Col_Fecha_Estado.VisibleIndex = 5;
     //
     // gridSLeads
     //
     this.gridSLeads.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     gridLevelNode1.LevelTemplate = this.gridViewOpciones;
     gridLevelNode1.RelationName = "lvlOpciones";
     this.gridSLeads.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode1});
     this.gridSLeads.Location = new System.Drawing.Point(4, 23);
     this.gridSLeads.MainView = this.gridViewSLeads;
     this.gridSLeads.Name = "gridSLeads";
     this.gridSLeads.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit3,
     this.repositoryItemComboBox1,
     this.repositoryItemCheckEdit4,
     this.repositoryItemTextEdit1,
     this.repositoryItemDateEdit1,
     this.repositoryItemImageComboBox1});
     this.gridSLeads.Size = new System.Drawing.Size(1215, 305);
     this.gridSLeads.TabIndex = 3;
     this.gridSLeads.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewSLeads,
     this.gridViewOpciones});
     //
     // gridViewSLeads
     //
     this.gridViewSLeads.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn3,
     this.gridColumn7,
     this.gridColContacto,
     this.gridColCuenta,
     this.gridColumn4,
     this.gridColumn2,
     this.Checkbox,
     this.GridColumnFollowup,
     this.gridColumn6});
     this.gridViewSLeads.CustomizationFormBounds = new System.Drawing.Rectangle(1054, 496, 216, 178);
     this.gridViewSLeads.GridControl = this.gridSLeads;
     this.gridViewSLeads.Name = "gridViewSLeads";
     this.gridViewSLeads.OptionsBehavior.AutoSelectAllInEditor = false;
     this.gridViewSLeads.OptionsBehavior.KeepGroupExpandedOnSorting = false;
     this.gridViewSLeads.OptionsCustomization.AllowGroup = false;
     this.gridViewSLeads.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridViewSLeads.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gridViewSLeads.OptionsView.GroupDrawMode = DevExpress.XtraGrid.Views.Grid.GroupDrawMode.Office2003;
     this.gridViewSLeads.OptionsView.ShowChildrenInGroupPanel = true;
     this.gridViewSLeads.OptionsView.ShowGroupPanel = false;
     this.gridViewSLeads.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.Default;
     this.gridViewSLeads.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridViewSLeads_FocusedRowChanged);
     this.gridViewSLeads.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.GridViewSLeadsCellValueChanging);
     this.gridViewSLeads.MasterRowExpanded += new DevExpress.XtraGrid.Views.Grid.CustomMasterRowEventHandler(this.gridViewSLeads_MasterRowExpanded);
     this.gridViewSLeads.DoubleClick += new System.EventHandler(this.gridViewSLeads_DoubleClick);
     //
     // gridColumn3
     //
     this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn3.Caption = "N° Cotización";
     this.gridColumn3.FieldName = "Numero";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.OptionsColumn.ReadOnly = true;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 0;
     this.gridColumn3.Width = 112;
     //
     // gridColumn7
     //
     this.gridColumn7.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.gridColumn7.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn7.Caption = "Cliente";
     this.gridColumn7.FieldName = "Cliente";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.OptionsColumn.ReadOnly = true;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 2;
     this.gridColumn7.Width = 312;
     //
     // gridColContacto
     //
     this.gridColContacto.Caption = "Fecha de Cotización";
     this.gridColContacto.FieldName = "FechaSolicitud";
     this.gridColContacto.Name = "gridColContacto";
     this.gridColContacto.OptionsColumn.AllowEdit = false;
     this.gridColContacto.OptionsColumn.ReadOnly = true;
     this.gridColContacto.Visible = true;
     this.gridColContacto.VisibleIndex = 1;
     this.gridColContacto.Width = 111;
     //
     // gridColCuenta
     //
     this.gridColCuenta.Caption = "Incoterms";
     this.gridColCuenta.FieldName = "IncoTerm.Codigo";
     this.gridColCuenta.Name = "gridColCuenta";
     this.gridColCuenta.OptionsColumn.AllowEdit = false;
     this.gridColCuenta.OptionsColumn.ReadOnly = true;
     this.gridColCuenta.Visible = true;
     this.gridColCuenta.VisibleIndex = 3;
     this.gridColCuenta.Width = 64;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "Tipo";
     this.gridColumn4.FieldName = "Tipo";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit = false;
     this.gridColumn4.OptionsColumn.ReadOnly = true;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 4;
     this.gridColumn4.Width = 143;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Estado";
     this.gridColumn2.FieldName = "EstadoDescripcion";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.OptionsColumn.ReadOnly = true;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 5;
     this.gridColumn2.Width = 93;
     //
     // Checkbox
     //
     this.Checkbox.Caption = "Seleccionado";
     this.Checkbox.ColumnEdit = this.repositoryItemCheckEdit3;
     this.Checkbox.FieldName = "Seleccionado";
     this.Checkbox.Name = "Checkbox";
     this.Checkbox.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.Checkbox.Visible = true;
     this.Checkbox.VisibleIndex = 8;
     this.Checkbox.Width = 95;
     //
     // repositoryItemCheckEdit3
     //
     this.repositoryItemCheckEdit3.AutoHeight = false;
     this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3";
     //
     // GridColumnFollowup
     //
     this.GridColumnFollowup.Caption = "Followup";
     this.GridColumnFollowup.ColumnEdit = this.repositoryItemImageComboBox1;
     this.GridColumnFollowup.FieldName = "FollowUpIcon";
     this.GridColumnFollowup.Name = "GridColumnFollowup";
     this.GridColumnFollowup.Visible = true;
     this.GridColumnFollowup.VisibleIndex = 6;
     this.GridColumnFollowup.Width = 58;
     //
     // repositoryItemImageComboBox1
     //
     this.repositoryItemImageComboBox1.AutoHeight = false;
     this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 1, 1),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 2, 2),
     new DevExpress.XtraEditors.Controls.ImageComboBoxItem("", 3, 0)});
     this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
     this.repositoryItemImageComboBox1.SmallImages = this.ImageCollection;
     //
     // ImageCollection
     //
     this.ImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ImageCollection.ImageStream")));
     this.ImageCollection.Images.SetKeyName(0, "Baja Prioridad.png");
     this.ImageCollection.Images.SetKeyName(1, "Alta Prioridad.png");
     this.ImageCollection.Images.SetKeyName(2, "Media Prioridad.png");
     this.ImageCollection.Images.SetKeyName(3, "mail_get.png");
     this.ImageCollection.Images.SetKeyName(4, "mail_get.png");
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "Prox. FollowUp";
     this.gridColumn6.FieldName = "NextFollowup";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 7;
     this.gridColumn6.Width = 206;
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.AutoHeight = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     //
     // repositoryItemCheckEdit4
     //
     this.repositoryItemCheckEdit4.AutoHeight = false;
     this.repositoryItemCheckEdit4.Name = "repositoryItemCheckEdit4";
     //
     // ctrldxError
     //
     this.ctrldxError.ContainerControl = this;
     //
     // MenuSalir
     //
     this.MenuSalir.Image = ((System.Drawing.Image)(resources.GetObject("MenuSalir.Image")));
     this.MenuSalir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuSalir.Name = "MenuSalir";
     this.MenuSalir.Size = new System.Drawing.Size(33, 35);
     this.MenuSalir.Text = "Salir";
     this.MenuSalir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.MenuSalir.Click += new System.EventHandler(this.MenuSalir_Click_1);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 38);
     //
     // MenuExcel
     //
     this.MenuExcel.Image = ((System.Drawing.Image)(resources.GetObject("MenuExcel.Image")));
     this.MenuExcel.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuExcel.Name = "MenuExcel";
     this.MenuExcel.Size = new System.Drawing.Size(37, 35);
     this.MenuExcel.Text = "Excel";
     this.MenuExcel.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.MenuExcel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.MenuExcel.Click += new System.EventHandler(this.MenuExcel_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 38);
     //
     // toolStripBarraLlamada
     //
     this.toolStripBarraLlamada.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripSeparator2,
     this.toolStripButton2,
     this.toolStripSeparator3,
     this.MenuEnviarAlCliente,
     this.MenuCopiar,
     this.MenuActualizar,
     this.MenuFollowup,
     this.toolStripSeparator4,
     this.MenuExcel,
     this.MenuSalir,
     this.toolStripSeparator1,
     this.toolStripLabel1,
     this.ListSemanas});
     this.toolStripBarraLlamada.Location = new System.Drawing.Point(0, 0);
     this.toolStripBarraLlamada.Name = "toolStripBarraLlamada";
     this.toolStripBarraLlamada.Size = new System.Drawing.Size(1228, 38);
     this.toolStripBarraLlamada.TabIndex = 85;
     this.toolStripBarraLlamada.Text = "toolStrip1";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 38);
     //
     // toolStripButton2
     //
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(45, 35);
     this.toolStripButton2.Text = "Nueva";
     this.toolStripButton2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.toolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.toolStripButton2.ToolTipText = "Tarifa Directa";
     this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click_1);
     //
     // MenuEnviarAlCliente
     //
     this.MenuEnviarAlCliente.Image = ((System.Drawing.Image)(resources.GetObject("MenuEnviarAlCliente.Image")));
     this.MenuEnviarAlCliente.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuEnviarAlCliente.Name = "MenuEnviarAlCliente";
     this.MenuEnviarAlCliente.Size = new System.Drawing.Size(93, 35);
     this.MenuEnviarAlCliente.Text = "Enviar al cliente";
     this.MenuEnviarAlCliente.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.MenuEnviarAlCliente.Click += new System.EventHandler(this.MenuEnviarAlCliente_Click);
     //
     // MenuCopiar
     //
     this.MenuCopiar.Image = ((System.Drawing.Image)(resources.GetObject("MenuCopiar.Image")));
     this.MenuCopiar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuCopiar.Name = "MenuCopiar";
     this.MenuCopiar.Size = new System.Drawing.Size(46, 35);
     this.MenuCopiar.Text = "Copiar";
     this.MenuCopiar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.MenuCopiar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.MenuCopiar.ToolTipText = "Copiar";
     this.MenuCopiar.Click += new System.EventHandler(this.MenuCopiar_Click);
     //
     // MenuActualizar
     //
     this.MenuActualizar.Image = ((System.Drawing.Image)(resources.GetObject("MenuActualizar.Image")));
     this.MenuActualizar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuActualizar.Name = "MenuActualizar";
     this.MenuActualizar.Size = new System.Drawing.Size(63, 35);
     this.MenuActualizar.Text = "Actualizar";
     this.MenuActualizar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.MenuActualizar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.MenuActualizar.ToolTipText = "Actualizar";
     this.MenuActualizar.Click += new System.EventHandler(this.MenuActualizar_Click);
     //
     // MenuFollowup
     //
     this.MenuFollowup.Enabled = false;
     this.MenuFollowup.Image = ((System.Drawing.Image)(resources.GetObject("MenuFollowup.Image")));
     this.MenuFollowup.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuFollowup.Name = "MenuFollowup";
     this.MenuFollowup.Size = new System.Drawing.Size(61, 35);
     this.MenuFollowup.Text = "FollowUp";
     this.MenuFollowup.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.MenuFollowup.Click += new System.EventHandler(this.MenuFollowup_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 38);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(54, 35);
     this.toolStripLabel1.Text = "Semanas";
     //
     // ListSemanas
     //
     this.ListSemanas.IntegralHeight = false;
     this.ListSemanas.Name = "ListSemanas";
     this.ListSemanas.Size = new System.Drawing.Size(121, 38);
     //
     // gridProspectos
     //
     this.gridProspectos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.gridProspectos.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.gridProspectos.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue;
     this.gridProspectos.AppearanceCaption.Options.UseFont = true;
     this.gridProspectos.AppearanceCaption.Options.UseForeColor = true;
     this.gridProspectos.Controls.Add(this.gridSLeads);
     this.gridProspectos.Location = new System.Drawing.Point(4, 46);
     this.gridProspectos.Name = "gridProspectos";
     this.gridProspectos.Size = new System.Drawing.Size(1224, 333);
     this.gridProspectos.TabIndex = 84;
     this.gridProspectos.Text = "Cotizaciones";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.cboEstado);
     this.groupBox1.Controls.Add(this.txtComentario);
     this.groupBox1.Controls.Add(this.btnGuardarComentario);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.Black;
     this.groupBox1.Location = new System.Drawing.Point(4, 385);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(435, 201);
     this.groupBox1.TabIndex = 90;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Comentarios y Cambio de estado";
     //
     // cboEstado
     //
     this.cboEstado.Location = new System.Drawing.Point(96, 27);
     this.cboEstado.Name = "cboEstado";
     this.cboEstado.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboEstado.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cboEstado.Size = new System.Drawing.Size(210, 20);
     this.cboEstado.TabIndex = 92;
     //
     // txtComentario
     //
     this.txtComentario.Location = new System.Drawing.Point(96, 53);
     this.txtComentario.Name = "txtComentario";
     this.txtComentario.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtComentario.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
     this.txtComentario.Properties.Appearance.Options.UseFont = true;
     this.txtComentario.Properties.Appearance.Options.UseForeColor = true;
     this.txtComentario.Size = new System.Drawing.Size(325, 109);
     this.txtComentario.TabIndex = 91;
     //
     // btnGuardarComentario
     //
     this.btnGuardarComentario.Image = ((System.Drawing.Image)(resources.GetObject("btnGuardarComentario.Image")));
     this.btnGuardarComentario.Location = new System.Drawing.Point(96, 162);
     this.btnGuardarComentario.Name = "btnGuardarComentario";
     this.btnGuardarComentario.Size = new System.Drawing.Size(42, 33);
     this.btnGuardarComentario.TabIndex = 90;
     this.btnGuardarComentario.UseVisualStyleBackColor = true;
     this.btnGuardarComentario.Click += new System.EventHandler(this.btnGuardarComentario_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(18, 58);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(60, 13);
     this.label2.TabIndex = 1;
     this.label2.Text = "Comentario";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(18, 29);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Estado";
     //
     // gridComentarios
     //
     this.gridComentarios.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.gridComentarios.Location = new System.Drawing.Point(445, 385);
     this.gridComentarios.MainView = this.gridViewComentario;
     this.gridComentarios.Name = "gridComentarios";
     this.gridComentarios.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit2,
     this.repositoryItemComboBox2,
     this.repositoryItemCheckEdit1,
     this.repositoryItemTextEdit2,
     this.repositoryItemDateEdit2});
     this.gridComentarios.Size = new System.Drawing.Size(771, 201);
     this.gridComentarios.TabIndex = 4;
     this.gridComentarios.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewComentario,
     this.gridView1});
     //
     // gridViewComentario
     //
     this.gridViewComentario.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn20,
     this.gridColumn21,
     this.gridColumn22,
     this.gridColumn23});
     this.gridViewComentario.CustomizationFormBounds = new System.Drawing.Rectangle(1054, 496, 216, 178);
     this.gridViewComentario.GridControl = this.gridComentarios;
     this.gridViewComentario.Name = "gridViewComentario";
     this.gridViewComentario.OptionsBehavior.AutoSelectAllInEditor = false;
     this.gridViewComentario.OptionsBehavior.Editable = false;
     this.gridViewComentario.OptionsBehavior.KeepGroupExpandedOnSorting = false;
     this.gridViewComentario.OptionsCustomization.AllowGroup = false;
     this.gridViewComentario.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridViewComentario.OptionsSelection.EnableAppearanceHideSelection = false;
     this.gridViewComentario.OptionsView.GroupDrawMode = DevExpress.XtraGrid.Views.Grid.GroupDrawMode.Office2003;
     this.gridViewComentario.OptionsView.ShowChildrenInGroupPanel = true;
     this.gridViewComentario.OptionsView.ShowGroupPanel = false;
     this.gridViewComentario.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.Default;
     //
     // gridColumn20
     //
     this.gridColumn20.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn20.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.gridColumn20.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn20.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn20.Caption = "Usuario";
     this.gridColumn20.FieldName = "Usuario.NombreUsuario";
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.OptionsColumn.AllowEdit = false;
     this.gridColumn20.OptionsColumn.ReadOnly = true;
     this.gridColumn20.Visible = true;
     this.gridColumn20.VisibleIndex = 0;
     this.gridColumn20.Width = 111;
     //
     // gridColumn21
     //
     this.gridColumn21.AppearanceCell.Options.UseTextOptions = true;
     this.gridColumn21.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.gridColumn21.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn21.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn21.Caption = "Historial";
     this.gridColumn21.FieldName = "EsHistorial";
     this.gridColumn21.Name = "gridColumn21";
     this.gridColumn21.OptionsColumn.AllowEdit = false;
     this.gridColumn21.OptionsColumn.ReadOnly = true;
     this.gridColumn21.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gridColumn21.Width = 73;
     //
     // gridColumn22
     //
     this.gridColumn22.Caption = "Comentario";
     this.gridColumn22.FieldName = "Observacion";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.OptionsColumn.AllowEdit = false;
     this.gridColumn22.OptionsColumn.ReadOnly = true;
     this.gridColumn22.Visible = true;
     this.gridColumn22.VisibleIndex = 1;
     this.gridColumn22.Width = 448;
     //
     // gridColumn23
     //
     this.gridColumn23.Caption = "Fecha";
     this.gridColumn23.DisplayFormat.FormatString = "d/M/yyyy HH:mm:ss";
     this.gridColumn23.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn23.FieldName = "Fecha";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.OptionsColumn.AllowEdit = false;
     this.gridColumn23.OptionsColumn.ReadOnly = true;
     this.gridColumn23.UnboundType = DevExpress.Data.UnboundColumnType.DateTime;
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 2;
     this.gridColumn23.Width = 141;
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     //
     // repositoryItemComboBox2
     //
     this.repositoryItemComboBox2.AutoHeight = false;
     this.repositoryItemComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox2.Name = "repositoryItemComboBox2";
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     //
     // repositoryItemTextEdit2
     //
     this.repositoryItemTextEdit2.AutoHeight = false;
     this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
     this.repositoryItemTextEdit2.ReadOnly = true;
     //
     // repositoryItemDateEdit2
     //
     this.repositoryItemDateEdit2.AllowFocused = false;
     this.repositoryItemDateEdit2.AutoHeight = false;
     this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
     this.repositoryItemDateEdit2.ReadOnly = true;
     this.repositoryItemDateEdit2.ShowDropDown = DevExpress.XtraEditors.Controls.ShowDropDown.Never;
     this.repositoryItemDateEdit2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.repositoryItemDateEdit2.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn5,
     this.gridColumn15,
     this.gridColumn16,
     this.gridColumn17,
     this.gridColumn18,
     this.gridColumn19});
     this.gridView1.GridControl = this.gridComentarios;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsView.GroupDrawMode = DevExpress.XtraGrid.Views.Grid.GroupDrawMode.Office2003;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowForFocusedRow;
     this.gridView1.ViewCaption = "Cotizaciones";
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Numero";
     this.gridColumn1.FieldName = "Numero";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsColumn.ReadOnly = true;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "Fecha Validez Inicio";
     this.gridColumn5.ColumnEdit = this.repositoryItemDateEdit2;
     this.gridColumn5.FieldName = "FechaValidesInicio";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.OptionsColumn.AllowFocus = false;
     this.gridColumn5.OptionsColumn.ReadOnly = true;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 1;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "Fecha Validez Fin";
     this.gridColumn15.FieldName = "FechaValidesFin";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.OptionsColumn.AllowEdit = false;
     this.gridColumn15.OptionsColumn.ReadOnly = true;
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 2;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "Naviera";
     this.gridColumn16.ColumnEdit = this.repositoryItemTextEdit2;
     this.gridColumn16.FieldName = "Naviera";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.OptionsColumn.AllowEdit = false;
     this.gridColumn16.OptionsColumn.ReadOnly = true;
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 3;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "Fecha de creacion";
     this.gridColumn17.FieldName = "FechaCreacion";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.OptionsColumn.AllowEdit = false;
     this.gridColumn17.OptionsColumn.ReadOnly = true;
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 4;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "Estado";
     this.gridColumn18.FieldName = "Estado";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.OptionsColumn.AllowEdit = false;
     this.gridColumn18.OptionsColumn.ReadOnly = true;
     this.gridColumn18.Visible = true;
     this.gridColumn18.VisibleIndex = 5;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "Checkbox";
     this.gridColumn19.ColumnEdit = this.repositoryItemCheckEdit1;
     this.gridColumn19.FieldName = "Seleccionado";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 6;
     //
     // pictureBox1
     //
     this.pictureBox1.Image = global::SCCMultimodal.Properties.Resources.Alta_Prioridad;
     this.pictureBox1.Location = new System.Drawing.Point(12, 592);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(17, 16);
     this.pictureBox1.TabIndex = 91;
     this.pictureBox1.TabStop = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(35, 592);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(77, 13);
     this.label3.TabIndex = 92;
     this.label3.Text = "Menor a 5 dias";
     //
     // pictureBox2
     //
     this.pictureBox2.Image = global::SCCMultimodal.Properties.Resources.Media_Prioridad;
     this.pictureBox2.Location = new System.Drawing.Point(153, 592);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(17, 16);
     this.pictureBox2.TabIndex = 93;
     this.pictureBox2.TabStop = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(176, 592);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(76, 13);
     this.label4.TabIndex = 94;
     this.label4.Text = "Mayor a 5 dias";
     //
     // pictureBox3
     //
     this.pictureBox3.Image = global::SCCMultimodal.Properties.Resources.Baja_Prioridad;
     this.pictureBox3.Location = new System.Drawing.Point(293, 592);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(17, 16);
     this.pictureBox3.TabIndex = 95;
     this.pictureBox3.TabStop = false;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(315, 592);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(82, 13);
     this.label5.TabIndex = 96;
     this.label5.Text = "Mayor a 10 dias";
     //
     // FrmListarCotizaciones
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1228, 614);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.gridComentarios);
     this.Controls.Add(this.gridProspectos);
     this.Controls.Add(this.toolStripBarraLlamada);
     this.Controls.Add(this.groupBox1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FrmListarCotizaciones";
     this.Text = "Mis Cotizaciones";
     this.Load += new System.EventHandler(this.FrmListarTarifas_Load);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmListarCotizaciones_FormClosed);
     ((System.ComponentModel.ISupportInitialize)(this.gridViewOpciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridSLeads)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewSLeads)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ImageCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).EndInit();
     this.toolStripBarraLlamada.ResumeLayout(false);
     this.toolStripBarraLlamada.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridProspectos)).EndInit();
     this.gridProspectos.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboEstado.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtComentario.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridComentarios)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewComentario)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 public void TextBoslukKontrol_DevExpress(DevExpress.XtraBars.Ribbon.RibbonForm winForm, DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider, string warningMessage)
 {
     foreach (DevExpress.XtraBars.Ribbon.RibbonForm formControl in winForm.Controls)
     {
         if (formControl is DevExpress.XtraEditors.TextEdit)
         {
             if (formControl.Text == string.Empty)
             {
                 dxErrorProvider.SetError(formControl, warningMessage);
             }
             else
             {
                 dxErrorProvider.ClearErrors();
             }
         }
     }
 }
Example #14
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUpdateMunicipio));
     this.dxErrorProvider           = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
     this.MunicipioDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.UFDTOBindingSource        = new System.Windows.Forms.BindingSource(this.components);
     this.barManager           = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                 = new DevExpress.XtraBars.Bar();
     this.btnSalvar            = new DevExpress.XtraBars.BarButtonItem();
     this.btnCancelar          = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.groupControl1        = new DevExpress.XtraEditors.GroupControl();
     this.xtraTabControl1      = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1         = new DevExpress.XtraTab.XtraTabPage();
     this.codigosrfbTextEdit   = new DevExpress.XtraEditors.TextEdit();
     this.labelControl4        = new DevExpress.XtraEditors.LabelControl();
     this.codigoibgeTextEdit   = new DevExpress.XtraEditors.TextEdit();
     this.ufLookUpEdit         = new DevExpress.XtraEditors.LookUpEdit();
     this.nomeTextEdit         = new DevExpress.XtraEditors.TextEdit();
     this.labelControl3        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1        = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2        = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MunicipioDTOBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UFDTOBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.codigosrfbTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.codigoibgeTextEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ufLookUpEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nomeTextEdit.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // dxErrorProvider
     //
     this.dxErrorProvider.ContainerControl = this;
     //
     // MunicipioDTOBindingSource
     //
     this.MunicipioDTOBindingSource.DataSource = typeof(MechTech.Entities.MunicipioDTO);
     //
     // UFDTOBindingSource
     //
     this.UFDTOBindingSource.DataSource = typeof(MechTech.Entities.UFDTO);
     //
     // barManager
     //
     this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2
     });
     this.barManager.DockControls.Add(this.barDockControlTop);
     this.barManager.DockControls.Add(this.barDockControlBottom);
     this.barManager.DockControls.Add(this.barDockControlLeft);
     this.barManager.DockControls.Add(this.barDockControlRight);
     this.barManager.Form = this;
     this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.btnSalvar,
         this.btnCancelar
     });
     this.barManager.MainMenu  = this.bar2;
     this.barManager.MaxItemId = 6;
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnSalvar, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnCancelar, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawBorder  = false;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Menu principal";
     //
     // btnSalvar
     //
     this.btnSalvar.Caption    = "&Salvar";
     this.btnSalvar.Glyph      = ((System.Drawing.Image)(resources.GetObject("btnSalvar.Glyph")));
     this.btnSalvar.Id         = 0;
     this.btnSalvar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnSalvar.LargeGlyph")));
     this.btnSalvar.Name       = "btnSalvar";
     this.btnSalvar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSalvar_ItemClick_1);
     //
     // btnCancelar
     //
     this.btnCancelar.Caption    = "&Cancelar";
     this.btnCancelar.Glyph      = ((System.Drawing.Image)(resources.GetObject("btnCancelar.Glyph")));
     this.btnCancelar.Id         = 1;
     this.btnCancelar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnCancelar.LargeGlyph")));
     this.btnCancelar.Name       = "btnCancelar";
     this.btnCancelar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCancelar_ItemClick_1);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(655, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 437);
     this.barDockControlBottom.Size             = new System.Drawing.Size(655, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 413);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(655, 24);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 413);
     //
     // groupControl1
     //
     this.groupControl1.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControl1.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControl1.CaptionLocation = DevExpress.Utils.Locations.Left;
     this.groupControl1.Controls.Add(this.xtraTabControl1);
     this.groupControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupControl1.Location = new System.Drawing.Point(0, 24);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(655, 413);
     this.groupControl1.TabIndex = 4;
     this.groupControl1.Text     = "Municípios";
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl1.Location        = new System.Drawing.Point(21, 2);
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size            = new System.Drawing.Size(632, 409);
     this.xtraTabControl1.TabIndex        = 19;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1
     });
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.codigosrfbTextEdit);
     this.xtraTabPage1.Controls.Add(this.labelControl4);
     this.xtraTabPage1.Controls.Add(this.codigoibgeTextEdit);
     this.xtraTabPage1.Controls.Add(this.ufLookUpEdit);
     this.xtraTabPage1.Controls.Add(this.nomeTextEdit);
     this.xtraTabPage1.Controls.Add(this.labelControl3);
     this.xtraTabPage1.Controls.Add(this.labelControl1);
     this.xtraTabPage1.Controls.Add(this.labelControl2);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(626, 381);
     this.xtraTabPage1.Text = "Dados";
     //
     // codigosrfbTextEdit
     //
     this.codigosrfbTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.MunicipioDTOBindingSource, "Codigosrfb", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.codigosrfbTextEdit.EnterMoveNextControl = true;
     this.codigosrfbTextEdit.Location             = new System.Drawing.Point(110, 36);
     this.codigosrfbTextEdit.Name = "codigosrfbTextEdit";
     this.codigosrfbTextEdit.Properties.Appearance.Options.UseTextOptions = true;
     this.codigosrfbTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.codigosrfbTextEdit.Properties.Mask.EditMask = "d";
     this.codigosrfbTextEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.codigosrfbTextEdit.Size     = new System.Drawing.Size(100, 20);
     this.codigosrfbTextEdit.TabIndex = 2;
     this.codigosrfbTextEdit.ToolTip  = "Código da Secretaria da Receita Federal";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(13, 91);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(61, 13);
     this.labelControl4.TabIndex = 18;
     this.labelControl4.Text     = "Estado (UF):";
     //
     // codigoibgeTextEdit
     //
     this.codigoibgeTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.MunicipioDTOBindingSource, "Codigoibge", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.codigoibgeTextEdit.EnterMoveNextControl = true;
     this.codigoibgeTextEdit.Location             = new System.Drawing.Point(110, 10);
     this.codigoibgeTextEdit.Name = "codigoibgeTextEdit";
     this.codigoibgeTextEdit.Properties.Appearance.Options.UseTextOptions = true;
     this.codigoibgeTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.codigoibgeTextEdit.Properties.Mask.EditMask = "d";
     this.codigoibgeTextEdit.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.codigoibgeTextEdit.Size     = new System.Drawing.Size(100, 20);
     this.codigoibgeTextEdit.TabIndex = 1;
     this.codigoibgeTextEdit.ToolTip  = "Código do IBGE";
     //
     // ufLookUpEdit
     //
     this.ufLookUpEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.MunicipioDTOBindingSource, "UF.Id", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.ufLookUpEdit.EnterMoveNextControl = true;
     this.ufLookUpEdit.Location             = new System.Drawing.Point(110, 88);
     this.ufLookUpEdit.Name = "ufLookUpEdit";
     this.ufLookUpEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.ufLookUpEdit.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Codigo", "Sigla", 10, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center),
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Descricao", "Descrição", 30, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)
     });
     this.ufLookUpEdit.Properties.DataSource    = this.UFDTOBindingSource;
     this.ufLookUpEdit.Properties.DisplayMember = "Codigo";
     this.ufLookUpEdit.Properties.NullText      = "";
     this.ufLookUpEdit.Properties.ValueMember   = "Id";
     this.ufLookUpEdit.Size     = new System.Drawing.Size(289, 20);
     this.ufLookUpEdit.TabIndex = 4;
     //
     // nomeTextEdit
     //
     this.nomeTextEdit.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.MunicipioDTOBindingSource, "Nome", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.nomeTextEdit.EnterMoveNextControl = true;
     this.nomeTextEdit.Location             = new System.Drawing.Point(110, 62);
     this.nomeTextEdit.Name = "nomeTextEdit";
     this.nomeTextEdit.Properties.MaxLength = 50;
     this.nomeTextEdit.Size     = new System.Drawing.Size(289, 20);
     this.nomeTextEdit.TabIndex = 3;
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(13, 65);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(31, 13);
     this.labelControl3.TabIndex = 16;
     this.labelControl3.Text     = "Nome:";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(13, 13);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(53, 13);
     this.labelControl1.TabIndex = 14;
     this.labelControl1.Text     = "Cód. IBGE:";
     this.labelControl1.ToolTip  = "Código IBGE";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(13, 39);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(91, 13);
     this.labelControl2.TabIndex = 15;
     this.labelControl2.Text     = "Cód. Rec. Federal:";
     this.labelControl2.ToolTip  = "Código da Receita Federal";
     //
     // frmUpdateMunicipio
     //
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions        = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize = new System.Drawing.Size(655, 437);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name        = "frmUpdateMunicipio";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmUpdateMunicipio_FormClosed_1);
     this.Load       += new System.EventHandler(this.frmUpdateMunicipio_Load_1);
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MunicipioDTOBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UFDTOBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     this.xtraTabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.codigosrfbTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.codigoibgeTextEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ufLookUpEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nomeTextEdit.Properties)).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();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.DataGridView = new DevExpress.XtraGrid.GridControl();
     this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.appMenu = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
     this.iExit = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonImageCollection = new DevExpress.Utils.ImageCollection(this.components);
     this.siStatus = new DevExpress.XtraBars.BarStaticItem();
     this.iBoldFontStyle = new DevExpress.XtraBars.BarButtonItem();
     this.iItalicFontStyle = new DevExpress.XtraBars.BarButtonItem();
     this.iUnderlinedFontStyle = new DevExpress.XtraBars.BarButtonItem();
     this.iLeftTextAlign = new DevExpress.XtraBars.BarButtonItem();
     this.iCenterTextAlign = new DevExpress.XtraBars.BarButtonItem();
     this.iRightTextAlign = new DevExpress.XtraBars.BarButtonItem();
     this.rgbiSkins = new DevExpress.XtraBars.RibbonGalleryBarItem();
     this.iQuanLyKhachHang = new DevExpress.XtraBars.BarButtonItem();
     this.iQuanLyHoSoBanXe = new DevExpress.XtraBars.BarButtonItem();
     this.iQuanLyPhuKien = new DevExpress.XtraBars.BarButtonItem();
     this.iBaoCao = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.iQuanLyChucVu = new DevExpress.XtraBars.BarButtonItem();
     this.iQuanLyChiNhanh = new DevExpress.XtraBars.BarButtonItem();
     this.iQuanLyNhanVien = new DevExpress.XtraBars.BarButtonItem();
     this.iQuanLyLoaiPhuKien = new DevExpress.XtraBars.BarButtonItem();
     this.iQuanLyXe = new DevExpress.XtraBars.BarButtonItem();
     this.iQuanLyKho = new DevExpress.XtraBars.BarButtonItem();
     this.iQuanLyLoaiXe = new DevExpress.XtraBars.BarButtonItem();
     this.iQuanLyNCC = new DevExpress.XtraBars.BarButtonItem();
     this.iQuanLyPhieuNhapPhuKien = new DevExpress.XtraBars.BarButtonItem();
     this.iQuanLyPhieuNhapXe = new DevExpress.XtraBars.BarButtonItem();
     this.iQuanLyPhieuSuaChua = new DevExpress.XtraBars.BarButtonItem();
     this.iQuanLyPhieuXuatKho = new DevExpress.XtraBars.BarButtonItem();
     this.iBaoCaov_Kho_HangTon = new DevExpress.XtraBars.BarButtonItem();
     this.iBaoCaov_CuaHang_HangTon = new DevExpress.XtraBars.BarButtonItem();
     this.iBaoCaov_HoSoBanXe = new DevExpress.XtraBars.BarButtonItem();
     this.iBaoCaov_LichSuKhachHang = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonImageCollectionLarge = new DevExpress.Utils.ImageCollection(this.components);
     this.homeRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.fileRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.skinsRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.QuanLyRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.RPGNguoiDung = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.BaoCaoRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rpName = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.rpPass = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.splitContainerControl = new DevExpress.XtraEditors.SplitContainerControl();
     this.dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.appMenu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpPass)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl)).BeginInit();
     this.splitContainerControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
     this.SuspendLayout();
     //
     // gridView1
     //
     this.gridView1.GridControl = this.DataGridView;
     this.gridView1.Name = "gridView1";
     //
     // DataGridView
     //
     this.DataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
     gridLevelNode1.LevelTemplate = this.gridView1;
     gridLevelNode1.RelationName = "Detail";
     this.DataGridView.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode1});
     this.DataGridView.Location = new System.Drawing.Point(0, 0);
     this.DataGridView.MainView = this.gridView;
     this.DataGridView.Name = "DataGridView";
     this.DataGridView.Size = new System.Drawing.Size(754, 541);
     this.DataGridView.TabIndex = 9;
     this.DataGridView.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView,
     this.gridView1});
     //
     // gridView
     //
     this.gridView.GridControl = this.DataGridView;
     this.gridView.Name = "gridView";
     //
     // ribbonControl
     //
     this.ribbonControl.ApplicationButtonDropDownControl = this.appMenu;
     this.ribbonControl.ApplicationButtonText = null;
     this.ribbonControl.ExpandCollapseItem.Id = 0;
     this.ribbonControl.ExpandCollapseItem.Name = "";
     this.ribbonControl.Images = this.ribbonImageCollection;
     this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.ribbonControl.ExpandCollapseItem,
     this.iExit,
     this.siStatus,
     this.iBoldFontStyle,
     this.iItalicFontStyle,
     this.iUnderlinedFontStyle,
     this.iLeftTextAlign,
     this.iCenterTextAlign,
     this.iRightTextAlign,
     this.rgbiSkins,
     this.iQuanLyKhachHang,
     this.iQuanLyHoSoBanXe,
     this.iQuanLyPhuKien,
     this.iBaoCao,
     this.barStaticItem1,
     this.iQuanLyChucVu,
     this.iQuanLyChiNhanh,
     this.iQuanLyNhanVien,
     this.iQuanLyLoaiPhuKien,
     this.iQuanLyXe,
     this.iQuanLyKho,
     this.iQuanLyLoaiXe,
     this.iQuanLyNCC,
     this.iQuanLyPhieuNhapPhuKien,
     this.iQuanLyPhieuNhapXe,
     this.iQuanLyPhieuSuaChua,
     this.iQuanLyPhieuXuatKho,
     this.iBaoCaov_Kho_HangTon,
     this.iBaoCaov_CuaHang_HangTon,
     this.iBaoCaov_HoSoBanXe,
     this.iBaoCaov_LichSuKhachHang});
     this.ribbonControl.LargeImages = this.ribbonImageCollectionLarge;
     this.ribbonControl.Location = new System.Drawing.Point(0, 0);
     this.ribbonControl.MaxItemId = 101;
     this.ribbonControl.Name = "ribbonControl";
     this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.homeRibbonPage,
     this.QuanLyRibbonPage,
     this.BaoCaoRibbonPage});
     this.ribbonControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.rpName,
     this.rpPass});
     this.ribbonControl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
     this.ribbonControl.Size = new System.Drawing.Size(1100, 144);
     this.ribbonControl.StatusBar = this.ribbonStatusBar;
     //
     // appMenu
     //
     this.appMenu.ItemLinks.Add(this.iExit);
     this.appMenu.Name = "appMenu";
     this.appMenu.Ribbon = this.ribbonControl;
     this.appMenu.ShowRightPane = true;
     //
     // iExit
     //
     this.iExit.Caption = "Exit";
     this.iExit.Description = "Closes this program after prompting you to save unsaved data.";
     this.iExit.Hint = "Closes this program after prompting you to save unsaved data";
     this.iExit.Id = 20;
     this.iExit.ImageIndex = 6;
     this.iExit.LargeImageIndex = 6;
     this.iExit.Name = "iExit";
     this.iExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iExit_ItemClick);
     //
     // ribbonImageCollection
     //
     this.ribbonImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonImageCollection.ImageStream")));
     this.ribbonImageCollection.Images.SetKeyName(0, "Ribbon_New_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(1, "Ribbon_Open_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(2, "Ribbon_Close_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(3, "Ribbon_Find_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(4, "Ribbon_Save_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(5, "Ribbon_SaveAs_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(6, "Ribbon_Exit_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(7, "Ribbon_Content_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(8, "Ribbon_Info_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(9, "Ribbon_Bold_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(10, "Ribbon_Italic_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(11, "Ribbon_Underline_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(12, "Ribbon_AlignLeft_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(13, "Ribbon_AlignCenter_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(14, "Ribbon_AlignRight_16x16.png");
     //
     // siStatus
     //
     this.siStatus.Caption = "...";
     this.siStatus.Id = 31;
     this.siStatus.Name = "siStatus";
     this.siStatus.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // iBoldFontStyle
     //
     this.iBoldFontStyle.Caption = "Bold";
     this.iBoldFontStyle.Id = 53;
     this.iBoldFontStyle.ImageIndex = 9;
     this.iBoldFontStyle.Name = "iBoldFontStyle";
     //
     // iItalicFontStyle
     //
     this.iItalicFontStyle.Caption = "Italic";
     this.iItalicFontStyle.Id = 54;
     this.iItalicFontStyle.ImageIndex = 10;
     this.iItalicFontStyle.Name = "iItalicFontStyle";
     //
     // iUnderlinedFontStyle
     //
     this.iUnderlinedFontStyle.Caption = "Underlined";
     this.iUnderlinedFontStyle.Id = 55;
     this.iUnderlinedFontStyle.ImageIndex = 11;
     this.iUnderlinedFontStyle.Name = "iUnderlinedFontStyle";
     //
     // iLeftTextAlign
     //
     this.iLeftTextAlign.Caption = "Left";
     this.iLeftTextAlign.Id = 57;
     this.iLeftTextAlign.ImageIndex = 12;
     this.iLeftTextAlign.Name = "iLeftTextAlign";
     //
     // iCenterTextAlign
     //
     this.iCenterTextAlign.Caption = "Center";
     this.iCenterTextAlign.Id = 58;
     this.iCenterTextAlign.ImageIndex = 13;
     this.iCenterTextAlign.Name = "iCenterTextAlign";
     //
     // iRightTextAlign
     //
     this.iRightTextAlign.Caption = "Right";
     this.iRightTextAlign.Id = 59;
     this.iRightTextAlign.ImageIndex = 14;
     this.iRightTextAlign.Name = "iRightTextAlign";
     //
     // rgbiSkins
     //
     this.rgbiSkins.Caption = "Skins";
     //
     // rgbiSkins
     //
     this.rgbiSkins.Gallery.AllowHoverImages = true;
     this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseFont = true;
     this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseTextOptions = true;
     this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.rgbiSkins.Gallery.ColumnCount = 4;
     this.rgbiSkins.Gallery.FixedHoverImageSize = false;
     this.rgbiSkins.Gallery.ImageSize = new System.Drawing.Size(32, 17);
     this.rgbiSkins.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Top;
     this.rgbiSkins.Gallery.RowCount = 4;
     this.rgbiSkins.Id = 60;
     this.rgbiSkins.Name = "rgbiSkins";
     //
     // iQuanLyKhachHang
     //
     this.iQuanLyKhachHang.Caption = "Khách Hàng";
     this.iQuanLyKhachHang.Id = 71;
     this.iQuanLyKhachHang.LargeImageIndex = 15;
     this.iQuanLyKhachHang.Name = "iQuanLyKhachHang";
     this.iQuanLyKhachHang.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iQuanLyKhachHang_ItemClick);
     //
     // iQuanLyHoSoBanXe
     //
     this.iQuanLyHoSoBanXe.Caption = "Hồ Sơ Bán Xe";
     this.iQuanLyHoSoBanXe.Id = 72;
     this.iQuanLyHoSoBanXe.LargeImageIndex = 19;
     this.iQuanLyHoSoBanXe.Name = "iQuanLyHoSoBanXe";
     this.iQuanLyHoSoBanXe.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     this.iQuanLyHoSoBanXe.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iQuanLyHoSoBanXe_ItemClick);
     //
     // iQuanLyPhuKien
     //
     this.iQuanLyPhuKien.Caption = "Phụ Kiện";
     this.iQuanLyPhuKien.Id = 73;
     this.iQuanLyPhuKien.LargeImageIndex = 22;
     this.iQuanLyPhuKien.Name = "iQuanLyPhuKien";
     this.iQuanLyPhuKien.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     this.iQuanLyPhuKien.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iQuanLyPhuKien_ItemClick);
     //
     // iBaoCao
     //
     this.iBaoCao.Caption = "Báo Cáo";
     this.iBaoCao.Id = 78;
     this.iBaoCao.LargeImageIndex = 18;
     this.iBaoCao.Name = "iBaoCao";
     this.iBaoCao.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iBaoCao_ItemClick);
     //
     // barStaticItem1
     //
     this.barStaticItem1.Caption = "Tên đăng nhập:";
     this.barStaticItem1.Id = 82;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // iQuanLyChucVu
     //
     this.iQuanLyChucVu.Caption = "Chức Vụ";
     this.iQuanLyChucVu.Id = 85;
     this.iQuanLyChucVu.LargeImageIndex = 17;
     this.iQuanLyChucVu.Name = "iQuanLyChucVu";
     this.iQuanLyChucVu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iQuanLyChucVu_ItemClick);
     //
     // iQuanLyChiNhanh
     //
     this.iQuanLyChiNhanh.Caption = "Chi Nhánh";
     this.iQuanLyChiNhanh.Id = 86;
     this.iQuanLyChiNhanh.LargeImageIndex = 10;
     this.iQuanLyChiNhanh.Name = "iQuanLyChiNhanh";
     this.iQuanLyChiNhanh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iQuanLyChiNhanh_ItemClick);
     //
     // iQuanLyNhanVien
     //
     this.iQuanLyNhanVien.Caption = "Nhân Viên";
     this.iQuanLyNhanVien.Id = 87;
     this.iQuanLyNhanVien.LargeImageIndex = 15;
     this.iQuanLyNhanVien.Name = "iQuanLyNhanVien";
     this.iQuanLyNhanVien.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iQuanLyNhanVien_ItemClick);
     //
     // iQuanLyLoaiPhuKien
     //
     this.iQuanLyLoaiPhuKien.Caption = "Loại Phụ Kiện";
     this.iQuanLyLoaiPhuKien.Id = 88;
     this.iQuanLyLoaiPhuKien.LargeImageIndex = 13;
     this.iQuanLyLoaiPhuKien.Name = "iQuanLyLoaiPhuKien";
     this.iQuanLyLoaiPhuKien.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iQuanLyLoaiPhuKien_ItemClick);
     //
     // iQuanLyXe
     //
     this.iQuanLyXe.Caption = "Xe";
     this.iQuanLyXe.Id = 89;
     this.iQuanLyXe.LargeImageIndex = 20;
     this.iQuanLyXe.Name = "iQuanLyXe";
     this.iQuanLyXe.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iQuanLyXe_ItemClick);
     //
     // iQuanLyKho
     //
     this.iQuanLyKho.Caption = "Kho";
     this.iQuanLyKho.Id = 90;
     this.iQuanLyKho.LargeImageIndex = 11;
     this.iQuanLyKho.Name = "iQuanLyKho";
     this.iQuanLyKho.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iQuanLyKho_ItemClick);
     //
     // iQuanLyLoaiXe
     //
     this.iQuanLyLoaiXe.Caption = "Loại Xe";
     this.iQuanLyLoaiXe.Id = 91;
     this.iQuanLyLoaiXe.LargeImageIndex = 21;
     this.iQuanLyLoaiXe.Name = "iQuanLyLoaiXe";
     this.iQuanLyLoaiXe.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iQuanLyLoaiXe_ItemClick);
     //
     // iQuanLyNCC
     //
     this.iQuanLyNCC.Caption = "Nhà Cung Cấp";
     this.iQuanLyNCC.Id = 92;
     this.iQuanLyNCC.LargeImageIndex = 12;
     this.iQuanLyNCC.Name = "iQuanLyNCC";
     this.iQuanLyNCC.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iQuanLyNCC_ItemClick);
     //
     // iQuanLyPhieuNhapPhuKien
     //
     this.iQuanLyPhieuNhapPhuKien.Caption = "Phiếu Nhập Phụ Kiện";
     this.iQuanLyPhieuNhapPhuKien.Id = 93;
     this.iQuanLyPhieuNhapPhuKien.LargeImageIndex = 1;
     this.iQuanLyPhieuNhapPhuKien.Name = "iQuanLyPhieuNhapPhuKien";
     this.iQuanLyPhieuNhapPhuKien.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iQuanLyPhieuNhapPhuKien_ItemClick);
     //
     // iQuanLyPhieuNhapXe
     //
     this.iQuanLyPhieuNhapXe.Caption = "Phiếu Nhập Xe";
     this.iQuanLyPhieuNhapXe.Id = 94;
     this.iQuanLyPhieuNhapXe.LargeImageIndex = 0;
     this.iQuanLyPhieuNhapXe.Name = "iQuanLyPhieuNhapXe";
     this.iQuanLyPhieuNhapXe.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iQuanLyPhieuNhapXe_ItemClick);
     //
     // iQuanLyPhieuSuaChua
     //
     this.iQuanLyPhieuSuaChua.Caption = "Phiếu Sửa Chữa";
     this.iQuanLyPhieuSuaChua.Id = 95;
     this.iQuanLyPhieuSuaChua.LargeImageIndex = 12;
     this.iQuanLyPhieuSuaChua.Name = "iQuanLyPhieuSuaChua";
     this.iQuanLyPhieuSuaChua.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iQuanLyPhieuSuaChua_ItemClick);
     //
     // iQuanLyPhieuXuatKho
     //
     this.iQuanLyPhieuXuatKho.Caption = "Phiếu Xuất Kho";
     this.iQuanLyPhieuXuatKho.Id = 96;
     this.iQuanLyPhieuXuatKho.LargeImageIndex = 13;
     this.iQuanLyPhieuXuatKho.Name = "iQuanLyPhieuXuatKho";
     this.iQuanLyPhieuXuatKho.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iQuanLyPhieuXuatKho_ItemClick);
     //
     // iBaoCaov_Kho_HangTon
     //
     this.iBaoCaov_Kho_HangTon.Caption = "Hàng tồn kho";
     this.iBaoCaov_Kho_HangTon.Id = 97;
     this.iBaoCaov_Kho_HangTon.LargeImageIndex = 11;
     this.iBaoCaov_Kho_HangTon.Name = "iBaoCaov_Kho_HangTon";
     this.iBaoCaov_Kho_HangTon.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iBaoCaov_Kho_HangTon_ItemClick);
     //
     // iBaoCaov_CuaHang_HangTon
     //
     this.iBaoCaov_CuaHang_HangTon.Caption = "Hàng tồn cửa hàng";
     this.iBaoCaov_CuaHang_HangTon.Id = 98;
     this.iBaoCaov_CuaHang_HangTon.LargeImageIndex = 10;
     this.iBaoCaov_CuaHang_HangTon.Name = "iBaoCaov_CuaHang_HangTon";
     this.iBaoCaov_CuaHang_HangTon.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iBaoCaov_CuaHang_HangTon_ItemClick);
     //
     // iBaoCaov_HoSoBanXe
     //
     this.iBaoCaov_HoSoBanXe.Caption = "Hồ sơ bán xe";
     this.iBaoCaov_HoSoBanXe.Id = 99;
     this.iBaoCaov_HoSoBanXe.LargeImageIndex = 9;
     this.iBaoCaov_HoSoBanXe.Name = "iBaoCaov_HoSoBanXe";
     this.iBaoCaov_HoSoBanXe.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iBaoCaov_HoSoBanXe_ItemClick);
     //
     // iBaoCaov_LichSuKhachHang
     //
     this.iBaoCaov_LichSuKhachHang.Caption = "Lịch sử khách hàng";
     this.iBaoCaov_LichSuKhachHang.Id = 100;
     this.iBaoCaov_LichSuKhachHang.LargeImageIndex = 17;
     this.iBaoCaov_LichSuKhachHang.Name = "iBaoCaov_LichSuKhachHang";
     this.iBaoCaov_LichSuKhachHang.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iBaoCaov_LichSuKhachHang_ItemClick);
     //
     // ribbonImageCollectionLarge
     //
     this.ribbonImageCollectionLarge.ImageSize = new System.Drawing.Size(32, 32);
     this.ribbonImageCollectionLarge.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonImageCollectionLarge.ImageStream")));
     this.ribbonImageCollectionLarge.Images.SetKeyName(0, "Ribbon_New_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(1, "Ribbon_Open_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(2, "Ribbon_Close_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(3, "Ribbon_Find_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(4, "Ribbon_Save_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(5, "Ribbon_SaveAs_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(6, "Ribbon_Exit_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(7, "Ribbon_Content_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(8, "Ribbon_Info_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(9, "building.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(10, "apartment-icon.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(11, "bedroom-icon.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(12, "Keys-64.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(13, "Swimming-Pool-64.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(14, "Coke Zero_Black_Woops.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(15, "Manager-icon.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(16, "Superman-icon.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(17, "Supervisor-icon.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(18, "client_report_dock_icon_by_ornorm-d5e0d34.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(19, "page-icon.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(20, "Moto courier.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(21, "Motorcycle.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(22, "Wheel.png");
     //
     // homeRibbonPage
     //
     this.homeRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.fileRibbonPageGroup,
     this.skinsRibbonPageGroup});
     this.homeRibbonPage.Name = "homeRibbonPage";
     this.homeRibbonPage.Text = "Home";
     //
     // fileRibbonPageGroup
     //
     this.fileRibbonPageGroup.ItemLinks.Add(this.iBaoCao);
     this.fileRibbonPageGroup.Name = "fileRibbonPageGroup";
     this.fileRibbonPageGroup.Text = "File";
     //
     // skinsRibbonPageGroup
     //
     this.skinsRibbonPageGroup.ItemLinks.Add(this.rgbiSkins);
     this.skinsRibbonPageGroup.Name = "skinsRibbonPageGroup";
     this.skinsRibbonPageGroup.ShowCaptionButton = false;
     this.skinsRibbonPageGroup.Text = "Skins";
     //
     // QuanLyRibbonPage
     //
     this.QuanLyRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.RPGNguoiDung});
     this.QuanLyRibbonPage.Name = "QuanLyRibbonPage";
     this.QuanLyRibbonPage.Text = "Quản Lý";
     //
     // RPGNguoiDung
     //
     this.RPGNguoiDung.ItemLinks.Add(this.iQuanLyChiNhanh);
     this.RPGNguoiDung.ItemLinks.Add(this.iQuanLyChucVu);
     this.RPGNguoiDung.ItemLinks.Add(this.iQuanLyHoSoBanXe);
     this.RPGNguoiDung.ItemLinks.Add(this.iQuanLyKhachHang);
     this.RPGNguoiDung.ItemLinks.Add(this.iQuanLyKho);
     this.RPGNguoiDung.ItemLinks.Add(this.iQuanLyLoaiPhuKien);
     this.RPGNguoiDung.ItemLinks.Add(this.iQuanLyLoaiXe);
     this.RPGNguoiDung.ItemLinks.Add(this.iQuanLyNCC);
     this.RPGNguoiDung.ItemLinks.Add(this.iQuanLyNhanVien);
     this.RPGNguoiDung.ItemLinks.Add(this.iQuanLyXe);
     this.RPGNguoiDung.ItemLinks.Add(this.iQuanLyPhieuNhapPhuKien);
     this.RPGNguoiDung.ItemLinks.Add(this.iQuanLyPhieuNhapXe);
     this.RPGNguoiDung.ItemLinks.Add(this.iQuanLyPhieuSuaChua);
     this.RPGNguoiDung.ItemLinks.Add(this.iQuanLyPhieuXuatKho);
     this.RPGNguoiDung.ItemLinks.Add(this.iQuanLyPhuKien);
     this.RPGNguoiDung.Name = "RPGNguoiDung";
     this.RPGNguoiDung.Text = "Người Dùng";
     //
     // BaoCaoRibbonPage
     //
     this.BaoCaoRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup1});
     this.BaoCaoRibbonPage.Name = "BaoCaoRibbonPage";
     this.BaoCaoRibbonPage.Text = "Báo Cáo";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.ItemLinks.Add(this.iBaoCaov_Kho_HangTon);
     this.ribbonPageGroup1.ItemLinks.Add(this.iBaoCaov_CuaHang_HangTon);
     this.ribbonPageGroup1.ItemLinks.Add(this.iBaoCaov_HoSoBanXe);
     this.ribbonPageGroup1.ItemLinks.Add(this.iBaoCaov_LichSuKhachHang);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     //
     // rpName
     //
     this.rpName.AutoHeight = false;
     this.rpName.Name = "rpName";
     //
     // rpPass
     //
     this.rpPass.AutoHeight = false;
     this.rpPass.Name = "rpPass";
     //
     // ribbonStatusBar
     //
     this.ribbonStatusBar.ItemLinks.Add(this.siStatus);
     this.ribbonStatusBar.Location = new System.Drawing.Point(0, 685);
     this.ribbonStatusBar.Name = "ribbonStatusBar";
     this.ribbonStatusBar.Ribbon = this.ribbonControl;
     this.ribbonStatusBar.Size = new System.Drawing.Size(1100, 31);
     //
     // splitContainerControl
     //
     this.splitContainerControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl.Location = new System.Drawing.Point(0, 144);
     this.splitContainerControl.Name = "splitContainerControl";
     this.splitContainerControl.Panel1.Controls.Add(this.DataGridView);
     this.splitContainerControl.Panel1.Text = "Panel1";
     this.splitContainerControl.Panel2.Text = "Panel2";
     this.splitContainerControl.Size = new System.Drawing.Size(1100, 541);
     this.splitContainerControl.SplitterPosition = 754;
     this.splitContainerControl.TabIndex = 12;
     this.splitContainerControl.Text = "splitContainerControl1";
     //
     // dxErrorProvider
     //
     this.dxErrorProvider.ContainerControl = this;
     //
     // Main
     //
     this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1100, 716);
     this.Controls.Add(this.splitContainerControl);
     this.Controls.Add(this.ribbonControl);
     this.Controls.Add(this.ribbonStatusBar);
     this.IsMdiContainer = true;
     this.Name = "Main";
     this.Ribbon = this.ribbonControl;
     this.StatusBar = this.ribbonStatusBar;
     this.Text = "Quản Lý Cửa Hàng Bán Xe";
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.appMenu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpPass)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl)).EndInit();
     this.splitContainerControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
     this.ResumeLayout(false);
 }
Example #16
0
 void BindEditors() {
     var errorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider();
     errorProvider.ContainerControl = this;
     errorProvider.DataSource = bindingSource;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDefinirSLead));
     this.toolStripBarraLlamada = new System.Windows.Forms.ToolStrip();
     this.MenuNuevo = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.MenuSalir = new System.Windows.Forms.ToolStripButton();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.cmbTipoCompetencia = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtCompetencia = new DevExpress.XtraEditors.TextEdit();
     this.label9999 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl36 = new DevExpress.XtraEditors.LabelControl();
     this.lstIncoterms = new DevExpress.XtraEditors.CheckedListBoxControl();
     this.labelControl34 = new DevExpress.XtraEditors.LabelControl();
     this.lstTerminosCompra = new DevExpress.XtraEditors.CheckedListBoxControl();
     this.labelControl26 = new DevExpress.XtraEditors.LabelControl();
     this.DateRevision = new DevExpress.XtraEditors.DateEdit();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.gridCompetencia = new DevExpress.XtraGrid.GridControl();
     this.gridViewCompetencia = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColTipoCompetencia = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColCompetidor = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.sButtonEliminar = new DevExpress.XtraEditors.SimpleButton();
     this.sBAgregar = new DevExpress.XtraEditors.SimpleButton();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.txtconsigEmail = new DevExpress.XtraEditors.TextEdit();
     this.labelControl33 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl27 = new DevExpress.XtraEditors.LabelControl();
     this.txtConsigNombre = new DevExpress.XtraEditors.TextEdit();
     this.txtConsigContacto = new DevExpress.XtraEditors.TextEdit();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.txtConsigDireccion = new DevExpress.XtraEditors.TextEdit();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.txtConsigTelefono = new DevExpress.XtraEditors.TextEdit();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
     this.txtConsigCiudad = new DevExpress.XtraEditors.TextEdit();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.txtShipEmail = new DevExpress.XtraEditors.TextEdit();
     this.labelControl31 = new DevExpress.XtraEditors.LabelControl();
     this.txtShipNombre = new DevExpress.XtraEditors.TextEdit();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.txtShipWeb = new DevExpress.XtraEditors.TextEdit();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.txtShipContacto = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.txtShipDireccion = new DevExpress.XtraEditors.TextEdit();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.txtShipTelefono = new DevExpress.XtraEditors.TextEdit();
     this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
     this.txtShipZipCode = new DevExpress.XtraEditors.TextEdit();
     this.txtShipPais = new DevExpress.XtraEditors.TextEdit();
     this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
     this.txtShipCiudad = new DevExpress.XtraEditors.TextEdit();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.cboagente = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.txtContacto = new DevExpress.XtraEditors.TextEdit();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.DateApertura = new DevExpress.XtraEditors.DateEdit();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.textSLeadReferencia = new DevExpress.XtraEditors.TextEdit();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.ButtonEnviar = new DevExpress.XtraEditors.SimpleButton();
     this.gridAsignaciones = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColVendedor = new DevExpress.XtraGrid.Columns.GridColumn();
     this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
     this.txtCommodity = new DevExpress.XtraEditors.TextEdit();
     this.labelControl32 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl35 = new DevExpress.XtraEditors.LabelControl();
     this.lstTipoContenedor = new DevExpress.XtraEditors.ComboBoxEdit();
     this.snNumEmbMes = new DevExpress.XtraEditors.SpinEdit();
     this.labelControl30 = new DevExpress.XtraEditors.LabelControl();
     this.txtCarrier = new DevExpress.XtraEditors.TextEdit();
     this.labelControl29 = new DevExpress.XtraEditors.LabelControl();
     this.txtPod = new DevExpress.XtraEditors.TextEdit();
     this.cboVendedores = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl28 = new DevExpress.XtraEditors.LabelControl();
     this.cboUMAereo = new DevExpress.XtraEditors.ComboBox();
     this.cboUMFCL = new DevExpress.XtraEditors.ComboBoxEdit();
     this.cboUMLCL = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl21 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
     this.txtCantidadLCL = new DevExpress.XtraEditors.TextEdit();
     this.txtCantidadFCL = new DevExpress.XtraEditors.TextEdit();
     this.txtCantidadAereo = new DevExpress.XtraEditors.TextEdit();
     this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
     this.DateUltimoEmbarque = new DevExpress.XtraEditors.DateEdit();
     this.labelControl25 = new DevExpress.XtraEditors.LabelControl();
     this.txtpol = new DevExpress.XtraEditors.TextEdit();
     this.labelControl24 = new DevExpress.XtraEditors.LabelControl();
     this.lstProductos = new DevExpress.XtraEditors.CheckedListBoxControl();
     this.labelControl23 = new DevExpress.XtraEditors.LabelControl();
     this.BtnAsignar = new DevExpress.XtraEditors.SimpleButton();
     this.ctrldxError = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
     this.toolStripBarraLlamada.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTipoCompetencia.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCompetencia.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstIncoterms)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstTerminosCompra)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRevision.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRevision.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridCompetencia)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCompetencia)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtconsigEmail.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConsigNombre.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConsigContacto.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConsigDireccion.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConsigTelefono.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConsigCiudad.Properties)).BeginInit();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipEmail.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipNombre.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipWeb.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipContacto.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipDireccion.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipTelefono.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipZipCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipPais.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipCiudad.Properties)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboagente.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtContacto.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateApertura.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateApertura.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textSLeadReferencia.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridAsignaciones)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCommodity.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstTipoContenedor.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.snNumEmbMes.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCarrier.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPod.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboVendedores.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboUMAereo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboUMFCL.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboUMLCL.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCantidadLCL.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCantidadFCL.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCantidadAereo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateUltimoEmbarque.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateUltimoEmbarque.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtpol.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstProductos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).BeginInit();
     this.SuspendLayout();
     //
     // toolStripBarraLlamada
     //
     this.toolStripBarraLlamada.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.MenuNuevo,
     this.toolStripSeparator1,
     this.MenuSalir});
     this.toolStripBarraLlamada.Location = new System.Drawing.Point(0, 0);
     this.toolStripBarraLlamada.Name = "toolStripBarraLlamada";
     this.toolStripBarraLlamada.Size = new System.Drawing.Size(1000, 38);
     this.toolStripBarraLlamada.TabIndex = 6;
     this.toolStripBarraLlamada.Text = "toolStrip1";
     //
     // MenuNuevo
     //
     this.MenuNuevo.Image = ((System.Drawing.Image)(resources.GetObject("MenuNuevo.Image")));
     this.MenuNuevo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuNuevo.Name = "MenuNuevo";
     this.MenuNuevo.Size = new System.Drawing.Size(45, 35);
     this.MenuNuevo.Text = "Nueva";
     this.MenuNuevo.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.MenuNuevo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.MenuNuevo.ToolTipText = "Nueva Llamada";
     this.MenuNuevo.Click += new System.EventHandler(this.MenuNuevoClick);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 38);
     //
     // MenuSalir
     //
     this.MenuSalir.Image = ((System.Drawing.Image)(resources.GetObject("MenuSalir.Image")));
     this.MenuSalir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.MenuSalir.Name = "MenuSalir";
     this.MenuSalir.Size = new System.Drawing.Size(33, 35);
     this.MenuSalir.Text = "Salir";
     this.MenuSalir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.MenuSalir.Click += new System.EventHandler(this.MenuSalirClick);
     //
     // groupControl1
     //
     this.groupControl1.Appearance.ForeColor = System.Drawing.Color.Black;
     this.groupControl1.Appearance.Options.UseForeColor = true;
     this.groupControl1.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.groupControl1.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue;
     this.groupControl1.AppearanceCaption.Options.UseFont = true;
     this.groupControl1.AppearanceCaption.Options.UseForeColor = true;
     this.groupControl1.Controls.Add(this.cmbTipoCompetencia);
     this.groupControl1.Controls.Add(this.txtCompetencia);
     this.groupControl1.Controls.Add(this.label9999);
     this.groupControl1.Controls.Add(this.labelControl36);
     this.groupControl1.Controls.Add(this.lstIncoterms);
     this.groupControl1.Controls.Add(this.labelControl34);
     this.groupControl1.Controls.Add(this.lstTerminosCompra);
     this.groupControl1.Controls.Add(this.labelControl26);
     this.groupControl1.Controls.Add(this.DateRevision);
     this.groupControl1.Controls.Add(this.labelControl2);
     this.groupControl1.Controls.Add(this.gridCompetencia);
     this.groupControl1.Controls.Add(this.sButtonEliminar);
     this.groupControl1.Controls.Add(this.sBAgregar);
     this.groupControl1.Controls.Add(this.groupBox4);
     this.groupControl1.Controls.Add(this.groupBox3);
     this.groupControl1.Controls.Add(this.groupBox2);
     this.groupControl1.Controls.Add(this.labelControl12);
     this.groupControl1.Controls.Add(this.labelControl7);
     this.groupControl1.Controls.Add(this.DateApertura);
     this.groupControl1.Controls.Add(this.labelControl6);
     this.groupControl1.Controls.Add(this.textSLeadReferencia);
     this.groupControl1.Location = new System.Drawing.Point(4, 44);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(617, 596);
     this.groupControl1.TabIndex = 35;
     this.groupControl1.Text = "Datos Sales Lead";
     this.groupControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl1_Paint);
     //
     // cmbTipoCompetencia
     //
     this.cmbTipoCompetencia.Location = new System.Drawing.Point(131, 462);
     this.cmbTipoCompetencia.Name = "cmbTipoCompetencia";
     this.cmbTipoCompetencia.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbTipoCompetencia.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbTipoCompetencia.Size = new System.Drawing.Size(102, 20);
     this.cmbTipoCompetencia.TabIndex = 107;
     //
     // txtCompetencia
     //
     this.txtCompetencia.Location = new System.Drawing.Point(131, 488);
     this.txtCompetencia.Name = "txtCompetencia";
     this.txtCompetencia.Size = new System.Drawing.Size(139, 20);
     this.txtCompetencia.TabIndex = 75;
     //
     // label9999
     //
     this.label9999.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.label9999.Location = new System.Drawing.Point(21, 489);
     this.label9999.Name = "label9999";
     this.label9999.Size = new System.Drawing.Size(66, 13);
     this.label9999.TabIndex = 95;
     this.label9999.Text = "Competencia:";
     //
     // labelControl36
     //
     this.labelControl36.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl36.Location = new System.Drawing.Point(21, 465);
     this.labelControl36.Name = "labelControl36";
     this.labelControl36.Size = new System.Drawing.Size(104, 13);
     this.labelControl36.TabIndex = 75;
     this.labelControl36.Text = "Tipo de Competencia:";
     //
     // lstIncoterms
     //
     this.lstIncoterms.CheckOnClick = true;
     this.lstIncoterms.HorizontalScrollbar = true;
     this.lstIncoterms.HorzScrollStep = 10;
     this.lstIncoterms.Location = new System.Drawing.Point(359, 521);
     this.lstIncoterms.Name = "lstIncoterms";
     this.lstIncoterms.Size = new System.Drawing.Size(210, 62);
     this.lstIncoterms.TabIndex = 94;
     //
     // labelControl34
     //
     this.labelControl34.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl34.Location = new System.Drawing.Point(295, 521);
     this.labelControl34.Name = "labelControl34";
     this.labelControl34.Size = new System.Drawing.Size(56, 13);
     this.labelControl34.TabIndex = 93;
     this.labelControl34.Text = "Incorterms:";
     //
     // lstTerminosCompra
     //
     this.lstTerminosCompra.CheckOnClick = true;
     this.lstTerminosCompra.HorizontalScrollbar = true;
     this.lstTerminosCompra.HorzScrollStep = 10;
     this.lstTerminosCompra.Location = new System.Drawing.Point(129, 521);
     this.lstTerminosCompra.Name = "lstTerminosCompra";
     this.lstTerminosCompra.Size = new System.Drawing.Size(145, 62);
     this.lstTerminosCompra.TabIndex = 88;
     //
     // labelControl26
     //
     this.labelControl26.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl26.Location = new System.Drawing.Point(204, 26);
     this.labelControl26.Name = "labelControl26";
     this.labelControl26.Size = new System.Drawing.Size(82, 13);
     this.labelControl26.TabIndex = 87;
     this.labelControl26.Text = "Fecha Follow Up:";
     //
     // DateRevision
     //
     this.DateRevision.EditValue = null;
     this.DateRevision.Location = new System.Drawing.Point(296, 23);
     this.DateRevision.Name = "DateRevision";
     this.DateRevision.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.DateRevision.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.DateRevision.Size = new System.Drawing.Size(102, 20);
     this.DateRevision.TabIndex = 2;
     //
     // labelControl2
     //
     this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl2.Location = new System.Drawing.Point(21, 521);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(102, 13);
     this.labelControl2.TabIndex = 68;
     this.labelControl2.Text = "Terminos de Compra:";
     //
     // gridCompetencia
     //
     this.gridCompetencia.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.gridCompetencia.Location = new System.Drawing.Point(356, 440);
     this.gridCompetencia.MainView = this.gridViewCompetencia;
     this.gridCompetencia.Name = "gridCompetencia";
     this.gridCompetencia.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemSpinEdit1,
     this.repositoryItemLookUpEdit1,
     this.repositoryItemCheckEdit1});
     this.gridCompetencia.Size = new System.Drawing.Size(203, 67);
     this.gridCompetencia.TabIndex = 70;
     this.gridCompetencia.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewCompetencia});
     //
     // gridViewCompetencia
     //
     this.gridViewCompetencia.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColTipoCompetencia,
     this.gridColCompetidor});
     this.gridViewCompetencia.GridControl = this.gridCompetencia;
     this.gridViewCompetencia.Name = "gridViewCompetencia";
     this.gridViewCompetencia.NewItemRowText = "Click aqui para agregar nueva fila";
     this.gridViewCompetencia.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
     this.gridViewCompetencia.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.True;
     this.gridViewCompetencia.OptionsBehavior.Editable = false;
     this.gridViewCompetencia.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridViewCompetencia.OptionsView.ShowGroupPanel = false;
     this.gridViewCompetencia.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.Default;
     //
     // gridColTipoCompetencia
     //
     this.gridColTipoCompetencia.Caption = "Tipo";
     this.gridColTipoCompetencia.FieldName = "TipoCompetencia.Nombre";
     this.gridColTipoCompetencia.Name = "gridColTipoCompetencia";
     this.gridColTipoCompetencia.Tag = "TipoCompetencia.Nombre";
     this.gridColTipoCompetencia.Visible = true;
     this.gridColTipoCompetencia.VisibleIndex = 0;
     //
     // gridColCompetidor
     //
     this.gridColCompetidor.Caption = "Competencia";
     this.gridColCompetidor.FieldName = "Descripcion";
     this.gridColCompetidor.Name = "gridColCompetidor";
     this.gridColCompetidor.Visible = true;
     this.gridColCompetidor.VisibleIndex = 1;
     this.gridColCompetidor.Width = 58;
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     //
     // sButtonEliminar
     //
     this.sButtonEliminar.AutoSizeInLayoutControl = true;
     this.sButtonEliminar.Image = ((System.Drawing.Image)(resources.GetObject("sButtonEliminar.Image")));
     this.sButtonEliminar.Location = new System.Drawing.Point(323, 484);
     this.sButtonEliminar.Name = "sButtonEliminar";
     this.sButtonEliminar.Size = new System.Drawing.Size(26, 24);
     this.sButtonEliminar.TabIndex = 71;
     this.sButtonEliminar.Click += new System.EventHandler(this.SButtonEliminarClick);
     //
     // sBAgregar
     //
     this.sBAgregar.Image = ((System.Drawing.Image)(resources.GetObject("sBAgregar.Image")));
     this.sBAgregar.Location = new System.Drawing.Point(323, 458);
     this.sBAgregar.Name = "sBAgregar";
     this.sBAgregar.Size = new System.Drawing.Size(27, 24);
     this.sBAgregar.TabIndex = 69;
     this.sBAgregar.Click += new System.EventHandler(this.SBAgregarClick);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.txtconsigEmail);
     this.groupBox4.Controls.Add(this.labelControl33);
     this.groupBox4.Controls.Add(this.labelControl27);
     this.groupBox4.Controls.Add(this.txtConsigNombre);
     this.groupBox4.Controls.Add(this.txtConsigContacto);
     this.groupBox4.Controls.Add(this.labelControl4);
     this.groupBox4.Controls.Add(this.txtConsigDireccion);
     this.groupBox4.Controls.Add(this.labelControl5);
     this.groupBox4.Controls.Add(this.txtConsigTelefono);
     this.groupBox4.Controls.Add(this.labelControl9);
     this.groupBox4.Controls.Add(this.labelControl18);
     this.groupBox4.Controls.Add(this.txtConsigCiudad);
     this.groupBox4.Location = new System.Drawing.Point(8, 313);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(604, 117);
     this.groupBox4.TabIndex = 68;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Consignatario";
     //
     // txtconsigEmail
     //
     this.txtconsigEmail.Location = new System.Drawing.Point(388, 61);
     this.txtconsigEmail.Name = "txtconsigEmail";
     this.txtconsigEmail.Size = new System.Drawing.Size(210, 20);
     this.txtconsigEmail.TabIndex = 73;
     //
     // labelControl33
     //
     this.labelControl33.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl33.Location = new System.Drawing.Point(332, 64);
     this.labelControl33.Name = "labelControl33";
     this.labelControl33.Size = new System.Drawing.Size(28, 13);
     this.labelControl33.TabIndex = 74;
     this.labelControl33.Text = "eMail:";
     //
     // labelControl27
     //
     this.labelControl27.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl27.Location = new System.Drawing.Point(9, 19);
     this.labelControl27.Name = "labelControl27";
     this.labelControl27.Size = new System.Drawing.Size(41, 13);
     this.labelControl27.TabIndex = 72;
     this.labelControl27.Text = "Nombre:";
     //
     // txtConsigNombre
     //
     this.txtConsigNombre.Location = new System.Drawing.Point(84, 13);
     this.txtConsigNombre.Name = "txtConsigNombre";
     this.txtConsigNombre.Size = new System.Drawing.Size(381, 20);
     this.txtConsigNombre.TabIndex = 13;
     //
     // txtConsigContacto
     //
     this.txtConsigContacto.Location = new System.Drawing.Point(377, 91);
     this.txtConsigContacto.Name = "txtConsigContacto";
     this.txtConsigContacto.Size = new System.Drawing.Size(221, 20);
     this.txtConsigContacto.TabIndex = 17;
     //
     // labelControl4
     //
     this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl4.Location = new System.Drawing.Point(323, 94);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(48, 13);
     this.labelControl4.TabIndex = 66;
     this.labelControl4.Text = "Contacto:";
     //
     // txtConsigDireccion
     //
     this.txtConsigDireccion.Location = new System.Drawing.Point(84, 39);
     this.txtConsigDireccion.Name = "txtConsigDireccion";
     this.txtConsigDireccion.Size = new System.Drawing.Size(514, 20);
     this.txtConsigDireccion.TabIndex = 14;
     //
     // labelControl5
     //
     this.labelControl5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl5.Location = new System.Drawing.Point(10, 42);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(47, 13);
     this.labelControl5.TabIndex = 56;
     this.labelControl5.Text = "Dirección:";
     //
     // txtConsigTelefono
     //
     this.txtConsigTelefono.Location = new System.Drawing.Point(84, 91);
     this.txtConsigTelefono.Name = "txtConsigTelefono";
     this.txtConsigTelefono.Size = new System.Drawing.Size(111, 20);
     this.txtConsigTelefono.TabIndex = 16;
     //
     // labelControl9
     //
     this.labelControl9.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl9.Location = new System.Drawing.Point(10, 94);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(46, 13);
     this.labelControl9.TabIndex = 64;
     this.labelControl9.Text = "Telefono:";
     //
     // labelControl18
     //
     this.labelControl18.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl18.Location = new System.Drawing.Point(9, 68);
     this.labelControl18.Name = "labelControl18";
     this.labelControl18.Size = new System.Drawing.Size(37, 13);
     this.labelControl18.TabIndex = 60;
     this.labelControl18.Text = "Ciudad:";
     //
     // txtConsigCiudad
     //
     this.txtConsigCiudad.Location = new System.Drawing.Point(84, 65);
     this.txtConsigCiudad.Name = "txtConsigCiudad";
     this.txtConsigCiudad.Size = new System.Drawing.Size(178, 20);
     this.txtConsigCiudad.TabIndex = 15;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.txtShipEmail);
     this.groupBox3.Controls.Add(this.labelControl31);
     this.groupBox3.Controls.Add(this.txtShipNombre);
     this.groupBox3.Controls.Add(this.labelControl8);
     this.groupBox3.Controls.Add(this.txtShipWeb);
     this.groupBox3.Controls.Add(this.labelControl3);
     this.groupBox3.Controls.Add(this.txtShipContacto);
     this.groupBox3.Controls.Add(this.labelControl1);
     this.groupBox3.Controls.Add(this.txtShipDireccion);
     this.groupBox3.Controls.Add(this.labelControl13);
     this.groupBox3.Controls.Add(this.txtShipTelefono);
     this.groupBox3.Controls.Add(this.labelControl16);
     this.groupBox3.Controls.Add(this.labelControl17);
     this.groupBox3.Controls.Add(this.txtShipZipCode);
     this.groupBox3.Controls.Add(this.txtShipPais);
     this.groupBox3.Controls.Add(this.labelControl15);
     this.groupBox3.Controls.Add(this.labelControl14);
     this.groupBox3.Controls.Add(this.txtShipCiudad);
     this.groupBox3.Location = new System.Drawing.Point(8, 126);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(604, 181);
     this.groupBox3.TabIndex = 67;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Shipper";
     //
     // txtShipEmail
     //
     this.txtShipEmail.Location = new System.Drawing.Point(388, 98);
     this.txtShipEmail.Name = "txtShipEmail";
     this.txtShipEmail.Size = new System.Drawing.Size(210, 20);
     this.txtShipEmail.TabIndex = 71;
     //
     // labelControl31
     //
     this.labelControl31.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl31.Location = new System.Drawing.Point(332, 101);
     this.labelControl31.Name = "labelControl31";
     this.labelControl31.Size = new System.Drawing.Size(28, 13);
     this.labelControl31.TabIndex = 72;
     this.labelControl31.Text = "eMail:";
     //
     // txtShipNombre
     //
     this.txtShipNombre.Location = new System.Drawing.Point(84, 17);
     this.txtShipNombre.Name = "txtShipNombre";
     this.txtShipNombre.Size = new System.Drawing.Size(381, 20);
     this.txtShipNombre.TabIndex = 5;
     //
     // labelControl8
     //
     this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl8.Location = new System.Drawing.Point(9, 20);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(41, 13);
     this.labelControl8.TabIndex = 70;
     this.labelControl8.Text = "Nombre:";
     //
     // txtShipWeb
     //
     this.txtShipWeb.Location = new System.Drawing.Point(388, 152);
     this.txtShipWeb.Name = "txtShipWeb";
     this.txtShipWeb.Size = new System.Drawing.Size(184, 20);
     this.txtShipWeb.TabIndex = 12;
     //
     // labelControl3
     //
     this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl3.Location = new System.Drawing.Point(331, 159);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(49, 13);
     this.labelControl3.TabIndex = 68;
     this.labelControl3.Text = "Sitio Web:";
     //
     // txtShipContacto
     //
     this.txtShipContacto.Location = new System.Drawing.Point(388, 71);
     this.txtShipContacto.Name = "txtShipContacto";
     this.txtShipContacto.Size = new System.Drawing.Size(210, 20);
     this.txtShipContacto.TabIndex = 11;
     //
     // labelControl1
     //
     this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl1.Location = new System.Drawing.Point(332, 74);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(48, 13);
     this.labelControl1.TabIndex = 66;
     this.labelControl1.Text = "Contacto:";
     //
     // txtShipDireccion
     //
     this.txtShipDireccion.Location = new System.Drawing.Point(84, 45);
     this.txtShipDireccion.Name = "txtShipDireccion";
     this.txtShipDireccion.Size = new System.Drawing.Size(514, 20);
     this.txtShipDireccion.TabIndex = 6;
     //
     // labelControl13
     //
     this.labelControl13.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl13.Location = new System.Drawing.Point(9, 48);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Size = new System.Drawing.Size(47, 13);
     this.labelControl13.TabIndex = 56;
     this.labelControl13.Text = "Dirección:";
     //
     // txtShipTelefono
     //
     this.txtShipTelefono.Location = new System.Drawing.Point(84, 149);
     this.txtShipTelefono.Name = "txtShipTelefono";
     this.txtShipTelefono.Size = new System.Drawing.Size(111, 20);
     this.txtShipTelefono.TabIndex = 10;
     //
     // labelControl16
     //
     this.labelControl16.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl16.Location = new System.Drawing.Point(9, 74);
     this.labelControl16.Name = "labelControl16";
     this.labelControl16.Size = new System.Drawing.Size(46, 13);
     this.labelControl16.TabIndex = 58;
     this.labelControl16.Text = "Zip Code:";
     //
     // labelControl17
     //
     this.labelControl17.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl17.Location = new System.Drawing.Point(8, 152);
     this.labelControl17.Name = "labelControl17";
     this.labelControl17.Size = new System.Drawing.Size(46, 13);
     this.labelControl17.TabIndex = 64;
     this.labelControl17.Text = "Telefono:";
     //
     // txtShipZipCode
     //
     this.txtShipZipCode.Location = new System.Drawing.Point(84, 71);
     this.txtShipZipCode.Name = "txtShipZipCode";
     this.txtShipZipCode.Size = new System.Drawing.Size(74, 20);
     this.txtShipZipCode.TabIndex = 7;
     //
     // txtShipPais
     //
     this.txtShipPais.Location = new System.Drawing.Point(84, 123);
     this.txtShipPais.Name = "txtShipPais";
     this.txtShipPais.Size = new System.Drawing.Size(230, 20);
     this.txtShipPais.TabIndex = 9;
     //
     // labelControl15
     //
     this.labelControl15.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl15.Location = new System.Drawing.Point(9, 101);
     this.labelControl15.Name = "labelControl15";
     this.labelControl15.Size = new System.Drawing.Size(37, 13);
     this.labelControl15.TabIndex = 60;
     this.labelControl15.Text = "Ciudad:";
     //
     // labelControl14
     //
     this.labelControl14.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl14.Location = new System.Drawing.Point(9, 126);
     this.labelControl14.Name = "labelControl14";
     this.labelControl14.Size = new System.Drawing.Size(23, 13);
     this.labelControl14.TabIndex = 62;
     this.labelControl14.Text = "País:";
     //
     // txtShipCiudad
     //
     this.txtShipCiudad.Location = new System.Drawing.Point(84, 97);
     this.txtShipCiudad.Name = "txtShipCiudad";
     this.txtShipCiudad.Size = new System.Drawing.Size(230, 20);
     this.txtShipCiudad.TabIndex = 8;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.cboagente);
     this.groupBox2.Controls.Add(this.labelControl10);
     this.groupBox2.Controls.Add(this.txtContacto);
     this.groupBox2.Controls.Add(this.labelControl11);
     this.groupBox2.Location = new System.Drawing.Point(8, 48);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(469, 72);
     this.groupBox2.TabIndex = 66;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Agente";
     //
     // cboagente
     //
     this.cboagente.Location = new System.Drawing.Point(88, 19);
     this.cboagente.Name = "cboagente";
     this.cboagente.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboagente.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cboagente.Size = new System.Drawing.Size(178, 20);
     this.cboagente.TabIndex = 3;
     this.cboagente.SelectedIndexChanged += new System.EventHandler(this.cboagente_SelectedIndexChanged);
     //
     // labelControl10
     //
     this.labelControl10.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl10.Location = new System.Drawing.Point(9, 22);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(39, 13);
     this.labelControl10.TabIndex = 50;
     this.labelControl10.Text = "Agente:";
     //
     // txtContacto
     //
     this.txtContacto.Enabled = false;
     this.txtContacto.Location = new System.Drawing.Point(88, 45);
     this.txtContacto.Name = "txtContacto";
     this.txtContacto.Size = new System.Drawing.Size(375, 20);
     this.txtContacto.TabIndex = 4;
     //
     // labelControl11
     //
     this.labelControl11.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl11.Location = new System.Drawing.Point(8, 48);
     this.labelControl11.Name = "labelControl11";
     this.labelControl11.Size = new System.Drawing.Size(48, 13);
     this.labelControl11.TabIndex = 52;
     this.labelControl11.Text = "Contacto:";
     //
     // labelControl12
     //
     this.labelControl12.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl12.Location = new System.Drawing.Point(13, 79);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(40, 13);
     this.labelControl12.TabIndex = 54;
     this.labelControl12.Text = "Shipper:";
     //
     // labelControl7
     //
     this.labelControl7.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl7.Location = new System.Drawing.Point(657, 269);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(50, 13);
     this.labelControl7.TabIndex = 29;
     this.labelControl7.Text = "Vendedor:";
     //
     // DateApertura
     //
     this.DateApertura.EditValue = null;
     this.DateApertura.Enabled = false;
     this.DateApertura.Location = new System.Drawing.Point(96, 23);
     this.DateApertura.Name = "DateApertura";
     this.DateApertura.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.DateApertura.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.DateApertura.Size = new System.Drawing.Size(102, 20);
     this.DateApertura.TabIndex = 1;
     //
     // labelControl6
     //
     this.labelControl6.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl6.Location = new System.Drawing.Point(13, 26);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(79, 13);
     this.labelControl6.TabIndex = 27;
     this.labelControl6.Text = "Fecha Apertura:";
     //
     // textSLeadReferencia
     //
     this.textSLeadReferencia.Location = new System.Drawing.Point(214, 98);
     this.textSLeadReferencia.Name = "textSLeadReferencia";
     this.textSLeadReferencia.Size = new System.Drawing.Size(381, 20);
     this.textSLeadReferencia.TabIndex = 71;
     this.textSLeadReferencia.Visible = false;
     //
     // groupControl2
     //
     this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.groupControl2.Appearance.ForeColor = System.Drawing.Color.DarkBlue;
     this.groupControl2.Appearance.Options.UseFont = true;
     this.groupControl2.Appearance.Options.UseForeColor = true;
     this.groupControl2.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.groupControl2.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue;
     this.groupControl2.AppearanceCaption.Options.UseFont = true;
     this.groupControl2.AppearanceCaption.Options.UseForeColor = true;
     this.groupControl2.Controls.Add(this.ButtonEnviar);
     this.groupControl2.Controls.Add(this.gridAsignaciones);
     this.groupControl2.Location = new System.Drawing.Point(628, 459);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(355, 181);
     this.groupControl2.TabIndex = 37;
     this.groupControl2.Text = "Resumen Asignación";
     //
     // ButtonEnviar
     //
     this.ButtonEnviar.Appearance.ForeColor = System.Drawing.Color.DarkBlue;
     this.ButtonEnviar.Appearance.Options.UseForeColor = true;
     this.ButtonEnviar.Location = new System.Drawing.Point(249, 93);
     this.ButtonEnviar.Name = "ButtonEnviar";
     this.ButtonEnviar.Size = new System.Drawing.Size(101, 35);
     this.ButtonEnviar.TabIndex = 36;
     this.ButtonEnviar.Text = "Enviar Prospectos";
     this.ButtonEnviar.Click += new System.EventHandler(this.ButtonEnviar_Click);
     //
     // gridAsignaciones
     //
     this.gridAsignaciones.Location = new System.Drawing.Point(2, 19);
     this.gridAsignaciones.MainView = this.gridView1;
     this.gridAsignaciones.Name = "gridAsignaciones";
     this.gridAsignaciones.Size = new System.Drawing.Size(234, 135);
     this.gridAsignaciones.TabIndex = 0;
     this.gridAsignaciones.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColVendedor});
     this.gridView1.GridControl = this.gridAsignaciones;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsMenu.EnableGroupPanelMenu = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColVendedor
     //
     this.gridColVendedor.Caption = "Vendedor";
     this.gridColVendedor.FieldName = "Asignacion.VendedorAsignado.NombreCompleto";
     this.gridColVendedor.Name = "gridColVendedor";
     this.gridColVendedor.Visible = true;
     this.gridColVendedor.VisibleIndex = 0;
     this.gridColVendedor.Width = 50;
     //
     // groupControl3
     //
     this.groupControl3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl3.Appearance.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.groupControl3.Appearance.ForeColor = System.Drawing.Color.DarkBlue;
     this.groupControl3.Appearance.Options.UseFont = true;
     this.groupControl3.Appearance.Options.UseForeColor = true;
     this.groupControl3.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.groupControl3.AppearanceCaption.ForeColor = System.Drawing.Color.DarkBlue;
     this.groupControl3.AppearanceCaption.Options.UseFont = true;
     this.groupControl3.AppearanceCaption.Options.UseForeColor = true;
     this.groupControl3.Controls.Add(this.txtCommodity);
     this.groupControl3.Controls.Add(this.labelControl32);
     this.groupControl3.Controls.Add(this.labelControl35);
     this.groupControl3.Controls.Add(this.lstTipoContenedor);
     this.groupControl3.Controls.Add(this.snNumEmbMes);
     this.groupControl3.Controls.Add(this.labelControl30);
     this.groupControl3.Controls.Add(this.txtCarrier);
     this.groupControl3.Controls.Add(this.labelControl29);
     this.groupControl3.Controls.Add(this.txtPod);
     this.groupControl3.Controls.Add(this.cboVendedores);
     this.groupControl3.Controls.Add(this.labelControl28);
     this.groupControl3.Controls.Add(this.cboUMAereo);
     this.groupControl3.Controls.Add(this.cboUMFCL);
     this.groupControl3.Controls.Add(this.cboUMLCL);
     this.groupControl3.Controls.Add(this.labelControl20);
     this.groupControl3.Controls.Add(this.labelControl21);
     this.groupControl3.Controls.Add(this.labelControl22);
     this.groupControl3.Controls.Add(this.txtCantidadLCL);
     this.groupControl3.Controls.Add(this.txtCantidadFCL);
     this.groupControl3.Controls.Add(this.txtCantidadAereo);
     this.groupControl3.Controls.Add(this.labelControl19);
     this.groupControl3.Controls.Add(this.DateUltimoEmbarque);
     this.groupControl3.Controls.Add(this.labelControl25);
     this.groupControl3.Controls.Add(this.txtpol);
     this.groupControl3.Controls.Add(this.labelControl24);
     this.groupControl3.Controls.Add(this.lstProductos);
     this.groupControl3.Controls.Add(this.labelControl23);
     this.groupControl3.Controls.Add(this.BtnAsignar);
     this.groupControl3.Location = new System.Drawing.Point(627, 43);
     this.groupControl3.Name = "groupControl3";
     this.groupControl3.Size = new System.Drawing.Size(356, 410);
     this.groupControl3.TabIndex = 38;
     this.groupControl3.Text = "Datos Seas Lead";
     //
     // txtCommodity
     //
     this.txtCommodity.Location = new System.Drawing.Point(136, 239);
     this.txtCommodity.Name = "txtCommodity";
     this.txtCommodity.Size = new System.Drawing.Size(186, 20);
     this.txtCommodity.TabIndex = 107;
     //
     // labelControl32
     //
     this.labelControl32.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl32.Location = new System.Drawing.Point(17, 242);
     this.labelControl32.Name = "labelControl32";
     this.labelControl32.Size = new System.Drawing.Size(57, 13);
     this.labelControl32.TabIndex = 108;
     this.labelControl32.Text = "Commodity:";
     //
     // labelControl35
     //
     this.labelControl35.Appearance.Options.UseTextOptions = true;
     this.labelControl35.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.labelControl35.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.labelControl35.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.labelControl35.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl35.Location = new System.Drawing.Point(15, 215);
     this.labelControl35.Name = "labelControl35";
     this.labelControl35.Size = new System.Drawing.Size(86, 17);
     this.labelControl35.TabIndex = 106;
     this.labelControl35.Text = "Tipo Contenedor:";
     //
     // lstTipoContenedor
     //
     this.lstTipoContenedor.Location = new System.Drawing.Point(136, 215);
     this.lstTipoContenedor.Name = "lstTipoContenedor";
     this.lstTipoContenedor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.lstTipoContenedor.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.lstTipoContenedor.Size = new System.Drawing.Size(183, 20);
     this.lstTipoContenedor.TabIndex = 105;
     //
     // snNumEmbMes
     //
     this.snNumEmbMes.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.snNumEmbMes.Location = new System.Drawing.Point(135, 24);
     this.snNumEmbMes.Name = "snNumEmbMes";
     this.snNumEmbMes.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.snNumEmbMes.Properties.Mask.EditMask = "n0";
     this.snNumEmbMes.Size = new System.Drawing.Size(53, 20);
     this.snNumEmbMes.TabIndex = 104;
     //
     // labelControl30
     //
     this.labelControl30.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl30.Location = new System.Drawing.Point(15, 317);
     this.labelControl30.Name = "labelControl30";
     this.labelControl30.Size = new System.Drawing.Size(76, 13);
     this.labelControl30.TabIndex = 103;
     this.labelControl30.Text = "Carrier / Airline:";
     //
     // txtCarrier
     //
     this.txtCarrier.Location = new System.Drawing.Point(135, 311);
     this.txtCarrier.Name = "txtCarrier";
     this.txtCarrier.Size = new System.Drawing.Size(184, 20);
     this.txtCarrier.TabIndex = 102;
     //
     // labelControl29
     //
     this.labelControl29.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl29.Location = new System.Drawing.Point(17, 293);
     this.labelControl29.Name = "labelControl29";
     this.labelControl29.Size = new System.Drawing.Size(22, 13);
     this.labelControl29.TabIndex = 101;
     this.labelControl29.Text = "Pod:";
     this.labelControl29.ToolTip = "Puerto Descarga";
     //
     // txtPod
     //
     this.txtPod.Location = new System.Drawing.Point(135, 287);
     this.txtPod.Name = "txtPod";
     this.txtPod.Size = new System.Drawing.Size(184, 20);
     this.txtPod.TabIndex = 100;
     //
     // cboVendedores
     //
     this.cboVendedores.Location = new System.Drawing.Point(135, 359);
     this.cboVendedores.Name = "cboVendedores";
     this.cboVendedores.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboVendedores.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cboVendedores.Size = new System.Drawing.Size(102, 20);
     this.cboVendedores.TabIndex = 99;
     //
     // labelControl28
     //
     this.labelControl28.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl28.Location = new System.Drawing.Point(17, 361);
     this.labelControl28.Name = "labelControl28";
     this.labelControl28.Size = new System.Drawing.Size(50, 13);
     this.labelControl28.TabIndex = 98;
     this.labelControl28.Text = "Vendedor:";
     //
     // cboUMAereo
     //
     this.cboUMAereo.Location = new System.Drawing.Point(218, 94);
     this.cboUMAereo.Name = "cboUMAereo";
     this.cboUMAereo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboUMAereo.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cboUMAereo.Size = new System.Drawing.Size(76, 20);
     this.cboUMAereo.TabIndex = 24;
     //
     // cboUMFCL
     //
     this.cboUMFCL.Location = new System.Drawing.Point(218, 72);
     this.cboUMFCL.Name = "cboUMFCL";
     this.cboUMFCL.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboUMFCL.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cboUMFCL.Size = new System.Drawing.Size(76, 20);
     this.cboUMFCL.TabIndex = 22;
     //
     // cboUMLCL
     //
     this.cboUMLCL.EditValue = " ";
     this.cboUMLCL.Location = new System.Drawing.Point(218, 50);
     this.cboUMLCL.Name = "cboUMLCL";
     this.cboUMLCL.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cboUMLCL.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cboUMLCL.Size = new System.Drawing.Size(76, 20);
     this.cboUMLCL.TabIndex = 20;
     //
     // labelControl20
     //
     this.labelControl20.Location = new System.Drawing.Point(17, 53);
     this.labelControl20.Name = "labelControl20";
     this.labelControl20.Size = new System.Drawing.Size(67, 13);
     this.labelControl20.TabIndex = 88;
     this.labelControl20.Text = "Cantidad LCL:";
     //
     // labelControl21
     //
     this.labelControl21.Location = new System.Drawing.Point(17, 79);
     this.labelControl21.Name = "labelControl21";
     this.labelControl21.Size = new System.Drawing.Size(68, 13);
     this.labelControl21.TabIndex = 90;
     this.labelControl21.Text = "Cantidad FCL:";
     //
     // labelControl22
     //
     this.labelControl22.Location = new System.Drawing.Point(17, 101);
     this.labelControl22.Name = "labelControl22";
     this.labelControl22.Size = new System.Drawing.Size(79, 13);
     this.labelControl22.TabIndex = 89;
     this.labelControl22.Text = "Cantidad Áereo:";
     //
     // txtCantidadLCL
     //
     this.txtCantidadLCL.Location = new System.Drawing.Point(135, 50);
     this.txtCantidadLCL.Name = "txtCantidadLCL";
     this.txtCantidadLCL.Size = new System.Drawing.Size(80, 20);
     this.txtCantidadLCL.TabIndex = 19;
     //
     // txtCantidadFCL
     //
     this.txtCantidadFCL.Location = new System.Drawing.Point(135, 72);
     this.txtCantidadFCL.Name = "txtCantidadFCL";
     this.txtCantidadFCL.Size = new System.Drawing.Size(80, 20);
     this.txtCantidadFCL.TabIndex = 21;
     //
     // txtCantidadAereo
     //
     this.txtCantidadAereo.Location = new System.Drawing.Point(135, 94);
     this.txtCantidadAereo.Name = "txtCantidadAereo";
     this.txtCantidadAereo.Size = new System.Drawing.Size(80, 20);
     this.txtCantidadAereo.TabIndex = 23;
     //
     // labelControl19
     //
     this.labelControl19.Location = new System.Drawing.Point(15, 29);
     this.labelControl19.Name = "labelControl19";
     this.labelControl19.Size = new System.Drawing.Size(113, 13);
     this.labelControl19.TabIndex = 86;
     this.labelControl19.Text = "N° Embarques por mes:";
     //
     // DateUltimoEmbarque
     //
     this.DateUltimoEmbarque.EditValue = null;
     this.DateUltimoEmbarque.Location = new System.Drawing.Point(135, 335);
     this.DateUltimoEmbarque.Name = "DateUltimoEmbarque";
     this.DateUltimoEmbarque.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.DateUltimoEmbarque.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.DateUltimoEmbarque.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.DateUltimoEmbarque.Size = new System.Drawing.Size(102, 20);
     this.DateUltimoEmbarque.TabIndex = 26;
     this.DateUltimoEmbarque.EditValueChanged += new System.EventHandler(this.txtUltimoEmbarque_EditValueChanged);
     //
     // labelControl25
     //
     this.labelControl25.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl25.Location = new System.Drawing.Point(17, 341);
     this.labelControl25.Name = "labelControl25";
     this.labelControl25.Size = new System.Drawing.Size(84, 13);
     this.labelControl25.TabIndex = 73;
     this.labelControl25.Text = "Ultimo Embarque:";
     //
     // txtpol
     //
     this.txtpol.Location = new System.Drawing.Point(135, 263);
     this.txtpol.Name = "txtpol";
     this.txtpol.Size = new System.Drawing.Size(184, 20);
     this.txtpol.TabIndex = 25;
     //
     // labelControl24
     //
     this.labelControl24.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.labelControl24.Location = new System.Drawing.Point(17, 267);
     this.labelControl24.Name = "labelControl24";
     this.labelControl24.Size = new System.Drawing.Size(18, 13);
     this.labelControl24.TabIndex = 70;
     this.labelControl24.Text = "Pol:";
     this.labelControl24.ToolTip = "Puerto de Carga";
     //
     // lstProductos
     //
     this.lstProductos.CheckOnClick = true;
     this.lstProductos.HorizontalScrollbar = true;
     this.lstProductos.HorzScrollStep = 10;
     this.lstProductos.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item1"),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item2"),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item3"),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item4"),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Item5")});
     this.lstProductos.Location = new System.Drawing.Point(135, 120);
     this.lstProductos.Name = "lstProductos";
     this.lstProductos.Size = new System.Drawing.Size(187, 90);
     this.lstProductos.TabIndex = 20;
     //
     // labelControl23
     //
     this.labelControl23.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl23.Location = new System.Drawing.Point(17, 122);
     this.labelControl23.Name = "labelControl23";
     this.labelControl23.Size = new System.Drawing.Size(73, 22);
     this.labelControl23.TabIndex = 21;
     this.labelControl23.Text = "Productos:";
     //
     // BtnAsignar
     //
     this.BtnAsignar.Location = new System.Drawing.Point(266, 341);
     this.BtnAsignar.Name = "BtnAsignar";
     this.BtnAsignar.Size = new System.Drawing.Size(75, 33);
     this.BtnAsignar.TabIndex = 16;
     this.BtnAsignar.Text = "Asignar";
     this.BtnAsignar.Click += new System.EventHandler(this.BtnAsignarClick);
     //
     // ctrldxError
     //
     this.ctrldxError.ContainerControl = this;
     //
     // frmDefinirSLead
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(1000, 647);
     this.Controls.Add(this.groupControl3);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.toolStripBarraLlamada);
     this.Name = "frmDefinirSLead";
     this.Text = "Definir Sales Lead";
     this.Load += new System.EventHandler(this.FrmDefinirSLeadLoad);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmDefinirSLead_FormClosed);
     this.toolStripBarraLlamada.ResumeLayout(false);
     this.toolStripBarraLlamada.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTipoCompetencia.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCompetencia.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstIncoterms)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstTerminosCompra)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRevision.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateRevision.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridCompetencia)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCompetencia)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtconsigEmail.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConsigNombre.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConsigContacto.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConsigDireccion.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConsigTelefono.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConsigCiudad.Properties)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipEmail.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipNombre.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipWeb.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipContacto.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipDireccion.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipTelefono.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipZipCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipPais.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShipCiudad.Properties)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboagente.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtContacto.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateApertura.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateApertura.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textSLeadReferencia.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridAsignaciones)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     this.groupControl3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtCommodity.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstTipoContenedor.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.snNumEmbMes.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCarrier.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPod.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboVendedores.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboUMAereo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboUMFCL.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboUMLCL.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCantidadLCL.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCantidadFCL.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCantidadAereo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateUltimoEmbarque.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateUltimoEmbarque.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtpol.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lstProductos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ctrldxError)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.txtTenHang = new System.Windows.Forms.TextBox();
     this.btnSave = new DevExpress.XtraEditors.SimpleButton();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     this.txtSL = new DevExpress.XtraEditors.SpinEdit();
     this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
     this.txtDG = new DevExpress.XtraEditors.TextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSL.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDG.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(14, 28);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(59, 15);
     this.label1.TabIndex = 0;
     this.label1.Text = "Tên hàng";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(14, 59);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(58, 15);
     this.label2.TabIndex = 0;
     this.label2.Text = "Số lượng";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(14, 85);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(51, 15);
     this.label3.TabIndex = 0;
     this.label3.Text = "Đơn giá";
     //
     // txtTenHang
     //
     this.txtTenHang.Enabled = false;
     this.txtTenHang.Location = new System.Drawing.Point(83, 24);
     this.txtTenHang.Name = "txtTenHang";
     this.txtTenHang.Size = new System.Drawing.Size(221, 21);
     this.txtTenHang.TabIndex = 0;
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(83, 126);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(87, 27);
     this.btnSave.TabIndex = 3;
     this.btnSave.Text = "Cập nhật";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(176, 126);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(87, 27);
     this.btnCancel.TabIndex = 4;
     this.btnCancel.Text = "Hủy";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // txtSL
     //
     this.txtSL.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.txtSL.Location = new System.Drawing.Point(83, 57);
     this.txtSL.Name = "txtSL";
     this.txtSL.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtSL.Size = new System.Drawing.Size(222, 20);
     this.txtSL.TabIndex = 1;
     //
     // dxErrorProvider1
     //
     this.dxErrorProvider1.ContainerControl = this;
     //
     // txtDG
     //
     this.txtDG.Location = new System.Drawing.Point(83, 88);
     this.txtDG.Name = "txtDG";
     this.txtDG.Size = new System.Drawing.Size(222, 20);
     this.txtDG.TabIndex = 2;
     //
     // FrmChiTietEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(331, 165);
     this.Controls.Add(this.txtDG);
     this.Controls.Add(this.txtSL);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.txtTenHang);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "FrmChiTietEdit";
     this.Text = "FrmChiTietEdit";
     this.Load += new System.EventHandler(this.FrmChiTietEdit_Load);
     ((System.ComponentModel.ISupportInitialize)(this.txtSL.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDG.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #19
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(xfmLoginClassic));
     this.txtPassword     = new DevExpress.XtraEditors.TextEdit();
     this.lbUserName      = new DevExpress.XtraEditors.LabelControl();
     this.lbPassword      = new DevExpress.XtraEditors.LabelControl();
     this.btnLogin        = new DevExpress.XtraEditors.SimpleButton();
     this.chxRemember     = new DevExpress.XtraEditors.CheckEdit();
     this.btnExit         = new DevExpress.XtraEditors.SimpleButton();
     this.btnOption       = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl3   = new DevExpress.XtraEditors.LabelControl();
     this.lbFirstLogin    = new DevExpress.XtraEditors.LabelControl();
     this.picLogon        = new DevExpress.XtraEditors.PictureEdit();
     this.Err             = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider();
     this.txtUserName     = new DevExpress.XtraEditors.ComboBoxEdit();
     this.spWait          = new Vssoft.Common.UI.LoadingCircle();
     this.lblWait         = new DevExpress.XtraEditors.LabelControl();
     this.pnUpdateContent = new DevExpress.XtraEditors.PanelControl();
     this.llUpdate        = new System.Windows.Forms.LinkLabel();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chxRemember.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picLogon.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Err)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnUpdateContent)).BeginInit();
     this.pnUpdateContent.SuspendLayout();
     this.SuspendLayout();
     //
     // txtPassword
     //
     this.txtPassword.Location = new System.Drawing.Point(150, 105);
     this.txtPassword.Name     = "txtPassword";
     this.txtPassword.Properties.PasswordChar = '*';
     this.txtPassword.Size     = new System.Drawing.Size(168, 20);
     this.txtPassword.TabIndex = 1;
     this.txtPassword.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPassword_KeyDown);
     //
     // lbUserName
     //
     this.lbUserName.Location = new System.Drawing.Point(87, 78);
     this.lbUserName.Name     = "lbUserName";
     this.lbUserName.Size     = new System.Drawing.Size(47, 13);
     this.lbUserName.TabIndex = 2;
     this.lbUserName.Text     = "Tài Khoản";
     //
     // lbPassword
     //
     this.lbPassword.Location = new System.Drawing.Point(87, 108);
     this.lbPassword.Name     = "lbPassword";
     this.lbPassword.Size     = new System.Drawing.Size(45, 13);
     this.lbPassword.TabIndex = 3;
     this.lbPassword.Text     = "Mật Khẩu";
     //
     // btnLogin
     //
     this.btnLogin.Location = new System.Drawing.Point(148, 154);
     this.btnLogin.Name     = "btnLogin";
     this.btnLogin.Size     = new System.Drawing.Size(82, 23);
     this.btnLogin.TabIndex = 3;
     this.btnLogin.Text     = "Đăng Nhập";
     this.btnLogin.Click   += new System.EventHandler(this.btnLogin_Click);
     this.btnLogin.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPassword_KeyDown);
     //
     // chxRemember
     //
     this.chxRemember.Location           = new System.Drawing.Point(147, 130);
     this.chxRemember.Name               = "chxRemember";
     this.chxRemember.Properties.Caption = "Nhớ tài khoản và mật khẩu";
     this.chxRemember.Size               = new System.Drawing.Size(181, 19);
     this.chxRemember.TabIndex           = 2;
     this.chxRemember.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.txtPassword_KeyDown);
     //
     // btnExit
     //
     this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnExit.Location     = new System.Drawing.Point(236, 154);
     this.btnExit.Name         = "btnExit";
     this.btnExit.Size         = new System.Drawing.Size(82, 23);
     this.btnExit.TabIndex     = 4;
     this.btnExit.Text         = "Kết Thúc";
     this.btnExit.Click       += new System.EventHandler(this.btnExit_Click);
     this.btnExit.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txtPassword_KeyDown);
     //
     // btnOption
     //
     this.btnOption.Location = new System.Drawing.Point(5, 154);
     this.btnOption.Name     = "btnOption";
     this.btnOption.Size     = new System.Drawing.Size(81, 23);
     this.btnOption.TabIndex = 5;
     this.btnOption.Text     = "Tuỳ Chọn";
     this.btnOption.Click   += new System.EventHandler(this.btnOption_Click);
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl3.Appearance.Options.UseFont = true;
     this.labelControl3.Location = new System.Drawing.Point(149, 8);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(75, 16);
     this.labelControl3.TabIndex = 8;
     this.labelControl3.Text     = "ĐĂNG NHẬP";
     //
     // lbFirstLogin
     //
     this.lbFirstLogin.Appearance.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbFirstLogin.Appearance.Options.UseFont        = true;
     this.lbFirstLogin.Appearance.Options.UseTextOptions = true;
     this.lbFirstLogin.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.lbFirstLogin.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lbFirstLogin.Location     = new System.Drawing.Point(104, 26);
     this.lbFirstLogin.Name         = "lbFirstLogin";
     this.lbFirstLogin.Size         = new System.Drawing.Size(214, 43);
     this.lbFirstLogin.TabIndex     = 9;
     this.lbFirstLogin.Text         = "Đăng nhập lần đầu tiên tài khoản: admin, mật khẩu:(để trống)";
     //
     // picLogon
     //
     this.picLogon.Cursor    = System.Windows.Forms.Cursors.Default;
     this.picLogon.EditValue = ((object)(resources.GetObject("picLogon.EditValue")));
     this.picLogon.Location  = new System.Drawing.Point(7, 1);
     this.picLogon.Name      = "picLogon";
     this.picLogon.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.picLogon.Properties.Appearance.Options.UseBackColor = true;
     this.picLogon.Properties.BorderStyle      = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.picLogon.Properties.PictureStoreMode = DevExpress.XtraEditors.Controls.PictureStoreMode.ByteArray;
     this.picLogon.Properties.SizeMode         = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.picLogon.Size     = new System.Drawing.Size(75, 71);
     this.picLogon.TabIndex = 10;
     //
     // Err
     //
     this.Err.ContainerControl = this;
     //
     // txtUserName
     //
     this.txtUserName.EditValue = "admin";
     this.txtUserName.Location  = new System.Drawing.Point(150, 75);
     this.txtUserName.Name      = "txtUserName";
     this.txtUserName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.txtUserName.Properties.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtUserName_Properties_ButtonClick);
     this.txtUserName.Size     = new System.Drawing.Size(168, 20);
     this.txtUserName.TabIndex = 0;
     this.txtUserName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPassword_KeyDown);
     //
     // spWait
     //
     this.spWait.Active            = false;
     this.spWait.Color             = System.Drawing.Color.DarkGray;
     this.spWait.InnerCircleRadius = 10;
     this.spWait.Location          = new System.Drawing.Point(10, 79);
     this.spWait.Name              = "spWait";
     this.spWait.NumberSpoke       = 16;
     this.spWait.OuterCircleRadius = 20;
     this.spWait.RotationSpeed     = 150;
     this.spWait.Size              = new System.Drawing.Size(58, 47);
     this.spWait.SpokeThickness    = 6;
     this.spWait.TabIndex          = 12;
     this.spWait.Text              = "loadingCircle1";
     this.spWait.Value             = 0;
     this.spWait.Visible           = false;
     //
     // lblWait
     //
     this.lblWait.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblWait.Appearance.Options.UseFont = true;
     this.lblWait.Location = new System.Drawing.Point(12, 128);
     this.lblWait.Name     = "lblWait";
     this.lblWait.Size     = new System.Drawing.Size(66, 13);
     this.lblWait.TabIndex = 13;
     this.lblWait.Text     = "Vui lòng đợi...";
     this.lblWait.Visible  = false;
     //
     // pnUpdateContent
     //
     this.pnUpdateContent.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnUpdateContent.Controls.Add(this.llUpdate);
     this.pnUpdateContent.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnUpdateContent.Location = new System.Drawing.Point(0, 153);
     this.pnUpdateContent.Name     = "pnUpdateContent";
     this.pnUpdateContent.Size     = new System.Drawing.Size(329, 30);
     this.pnUpdateContent.TabIndex = 14;
     this.pnUpdateContent.Visible  = false;
     //
     // llUpdate
     //
     this.llUpdate.AutoSize     = true;
     this.llUpdate.Location     = new System.Drawing.Point(9, 8);
     this.llUpdate.Name         = "llUpdate";
     this.llUpdate.Size         = new System.Drawing.Size(261, 13);
     this.llUpdate.TabIndex     = 0;
     this.llUpdate.TabStop      = true;
     this.llUpdate.Text         = "Bản cập nhật mới đã sẳn có! Nhấp vào đây để tải về!";
     this.llUpdate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llUpdate_LinkClicked);
     //
     // xfmLoginClassic
     //
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions        = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(329, 183);
     this.Controls.Add(this.pnUpdateContent);
     this.Controls.Add(this.lblWait);
     this.Controls.Add(this.spWait);
     this.Controls.Add(this.txtUserName);
     this.Controls.Add(this.picLogon);
     this.Controls.Add(this.lbFirstLogin);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.btnOption);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.chxRemember);
     this.Controls.Add(this.btnLogin);
     this.Controls.Add(this.lbPassword);
     this.Controls.Add(this.lbUserName);
     this.Controls.Add(this.txtPassword);
     this.DoubleBuffered  = true;
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "xfmLoginClassic";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Đăng Nhập";
     this.TopMost         = true;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.xfmLoginClassic_FormClosing);
     this.Load           += new System.EventHandler(this.xfmLoginClassic_Load);
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chxRemember.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picLogon.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Err)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnUpdateContent)).EndInit();
     this.pnUpdateContent.ResumeLayout(false);
     this.pnUpdateContent.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }