/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn1     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn2     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn3     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn4     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn gridCheckBoxColumn1 = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     this.pnlTitulo            = new System.Windows.Forms.Panel();
     this.label3               = new System.Windows.Forms.Label();
     this.FlpBotones           = new System.Windows.Forms.FlowLayoutPanel();
     this.btnContestarEncuesta = new System.Windows.Forms.Button();
     this.dtgEncuestas         = new CIDFares.Library.Controls.CIDDataGridsf.DataGridsf();
     this.pnlTitulo.SuspendLayout();
     this.FlpBotones.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgEncuestas)).BeginInit();
     this.SuspendLayout();
     //
     // pnlTitulo
     //
     this.pnlTitulo.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(166)))), ((int)(((byte)(48)))));
     this.pnlTitulo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlTitulo.Controls.Add(this.label3);
     this.pnlTitulo.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlTitulo.Font     = new System.Drawing.Font("Montserrat", 8.249999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlTitulo.Location = new System.Drawing.Point(0, 0);
     this.pnlTitulo.Name     = "pnlTitulo";
     this.pnlTitulo.Size     = new System.Drawing.Size(684, 45);
     this.pnlTitulo.TabIndex = 12;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Montserrat", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(12, 11);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(176, 26);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "CUESTIONARIOS";
     //
     // FlpBotones
     //
     this.FlpBotones.Controls.Add(this.btnContestarEncuesta);
     this.FlpBotones.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.FlpBotones.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.FlpBotones.Location      = new System.Drawing.Point(0, 487);
     this.FlpBotones.Name          = "FlpBotones";
     this.FlpBotones.Padding       = new System.Windows.Forms.Padding(10, 20, 10, 0);
     this.FlpBotones.Size          = new System.Drawing.Size(684, 74);
     this.FlpBotones.TabIndex      = 21;
     //
     // btnContestarEncuesta
     //
     this.btnContestarEncuesta.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnContestarEncuesta.BackColor = System.Drawing.Color.White;
     this.btnContestarEncuesta.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(166)))), ((int)(((byte)(48)))));
     this.btnContestarEncuesta.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnContestarEncuesta.Font       = new System.Drawing.Font("Montserrat", 8.999999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnContestarEncuesta.ForeColor  = System.Drawing.Color.Black;
     this.btnContestarEncuesta.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnContestarEncuesta.Location   = new System.Drawing.Point(531, 23);
     this.btnContestarEncuesta.Name       = "btnContestarEncuesta";
     this.btnContestarEncuesta.Size       = new System.Drawing.Size(130, 28);
     this.btnContestarEncuesta.TabIndex   = 15;
     this.btnContestarEncuesta.Text       = "ACEPTAR";
     this.btnContestarEncuesta.UseVisualStyleBackColor = false;
     this.btnContestarEncuesta.Click += new System.EventHandler(this.BtnContestarEncuesta_Click);
     //
     // dtgEncuestas
     //
     this.dtgEncuestas.AccessibleName       = "Table";
     this.dtgEncuestas.AllowDraggingColumns = true;
     this.dtgEncuestas.AllowEditing         = false;
     this.dtgEncuestas.AllowFiltering       = true;
     this.dtgEncuestas.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.dtgEncuestas.AutoExpandGroups    = true;
     this.dtgEncuestas.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
     this.dtgEncuestas.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(252)))), ((int)(((byte)(251)))));
     gridTextColumn1.AllowDragging         = true;
     gridTextColumn1.AllowEditing          = false;
     gridTextColumn1.AllowFiltering        = true;
     gridTextColumn1.HeaderText            = "IdEncuesta";
     gridTextColumn1.MappingName           = "datos.IdEncuesta";
     gridTextColumn1.Visible                   = false;
     gridTextColumn2.AllowDragging             = true;
     gridTextColumn2.AllowEditing              = false;
     gridTextColumn2.AllowFiltering            = true;
     gridTextColumn2.HeaderText                = "ENCUESTA";
     gridTextColumn2.MappingName               = "datos.NombreEncuesta";
     gridTextColumn3.AllowDragging             = true;
     gridTextColumn3.AllowEditing              = false;
     gridTextColumn3.AllowFiltering            = true;
     gridTextColumn3.HeaderText                = "IdTipoEncuesta";
     gridTextColumn3.MappingName               = "datos.IdTipoEncuesta";
     gridTextColumn3.Visible                   = false;
     gridTextColumn4.AllowDragging             = true;
     gridTextColumn4.AllowEditing              = false;
     gridTextColumn4.AllowFiltering            = true;
     gridTextColumn4.HeaderText                = "TIPO DE ENCUESTA";
     gridTextColumn4.MappingName               = "datos.Descripcion";
     gridCheckBoxColumn1.AllowCheckBoxOnHeader = true;
     gridCheckBoxColumn1.AllowDragging         = true;
     gridCheckBoxColumn1.AllowEditing          = false;
     gridCheckBoxColumn1.AllowFiltering        = true;
     gridCheckBoxColumn1.HeaderText            = "ASIGNAR";
     gridCheckBoxColumn1.MappingName           = "asignar";
     this.dtgEncuestas.Columns.Add(gridTextColumn1);
     this.dtgEncuestas.Columns.Add(gridTextColumn2);
     this.dtgEncuestas.Columns.Add(gridTextColumn3);
     this.dtgEncuestas.Columns.Add(gridTextColumn4);
     this.dtgEncuestas.Columns.Add(gridCheckBoxColumn1);
     this.dtgEncuestas.Location  = new System.Drawing.Point(12, 51);
     this.dtgEncuestas.Name      = "dtgEncuestas";
     this.dtgEncuestas.RowHeight = 21;
     this.dtgEncuestas.Size      = new System.Drawing.Size(660, 430);
     this.dtgEncuestas.TabIndex  = 13;
     this.dtgEncuestas.Text      = "dataGridsf1";
     //
     // FrmOpcionCuestionario
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(684, 561);
     this.Controls.Add(this.FlpBotones);
     this.Controls.Add(this.dtgEncuestas);
     this.Controls.Add(this.pnlTitulo);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FrmOpcionCuestionario";
     this.Text            = "FrmOpcionCuestionario";
     this.Load           += new System.EventHandler(this.FrmOpcionCuestionario_Load);
     this.pnlTitulo.ResumeLayout(false);
     this.pnlTitulo.PerformLayout();
     this.FlpBotones.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtgEncuestas)).EndInit();
     this.ResumeLayout(false);
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn1     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn     gridCheckBoxColumn1 = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn2     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn3     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn4     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn5     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn6     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn7     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.Styles.GridBordersInfo gridBordersInfo1    = new Syncfusion.WinForms.DataGrid.Styles.GridBordersInfo();
     this.PanelPrincipal = new System.Windows.Forms.Panel();
     this.GridPaquete    = new Syncfusion.WinForms.DataGrid.SfDataGrid();
     this.panel3         = new System.Windows.Forms.Panel();
     this.btnNuevo       = new CIDFares.Library.Controls.Btn.Btn();
     this.btnCobrar      = new System.Windows.Forms.Button();
     this.panel1         = new System.Windows.Forms.Panel();
     this.pictureBox1    = new System.Windows.Forms.PictureBox();
     this.label1         = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.PanelPrincipal.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GridPaquete)).BeginInit();
     this.panel3.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // PanelPrincipal
     //
     this.PanelPrincipal.BackColor = System.Drawing.Color.White;
     this.PanelPrincipal.Controls.Add(this.GridPaquete);
     this.PanelPrincipal.Controls.Add(this.panel3);
     this.PanelPrincipal.Controls.Add(this.panel1);
     this.PanelPrincipal.Location = new System.Drawing.Point(0, 0);
     this.PanelPrincipal.Name     = "PanelPrincipal";
     this.PanelPrincipal.Size     = new System.Drawing.Size(591, 548);
     this.PanelPrincipal.TabIndex = 0;
     //
     // GridPaquete
     //
     this.GridPaquete.AccessibleName     = "Table";
     gridTextColumn1.HeaderText          = "IdPaquete";
     gridTextColumn1.MappingName         = "OrdenPaquete.Paquete.IdPaquete";
     gridTextColumn1.Visible             = false;
     gridCheckBoxColumn1.AllowEditing    = false;
     gridCheckBoxColumn1.HeaderText      = "Seleccionar";
     gridCheckBoxColumn1.MappingName     = "Paquete.Seleccionar";
     gridCheckBoxColumn1.Width           = 28D;
     gridTextColumn2.HeaderText          = "Cantidad";
     gridTextColumn2.MappingName         = "Paquete.CantidadServicio";
     gridTextColumn2.Width               = 30D;
     gridTextColumn3.AllowEditing        = false;
     gridTextColumn3.AllowGrouping       = false;
     gridTextColumn3.HeaderText          = "Paquete";
     gridTextColumn3.MappingName         = "Paquete.Nombre";
     gridTextColumn3.Width               = 150D;
     gridTextColumn4.Format              = "C2";
     gridTextColumn4.HeaderText          = "Total";
     gridTextColumn4.MappingName         = "Paquete.MontoPaquete";
     gridTextColumn4.Width               = 80D;
     gridTextColumn5.Format              = "C2";
     gridTextColumn5.HeaderText          = "Pago minimo";
     gridTextColumn5.MappingName         = "Paquete.PagoMinimo";
     gridTextColumn6.CellStyle.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(186)))), ((int)(((byte)(60)))));
     gridTextColumn6.Format              = "C2";
     gridTextColumn6.HeaderText          = "Abono";
     gridTextColumn6.MappingName         = "Paquete.Abono";
     gridTextColumn7.AllowEditing        = false;
     gridTextColumn7.CellStyle.TextColor = System.Drawing.Color.Red;
     gridTextColumn7.Format              = "c2";
     gridTextColumn7.HeaderText          = "Adeudo";
     gridTextColumn7.MappingName         = "Paquete.PorPagar";
     this.GridPaquete.Columns.Add(gridTextColumn1);
     this.GridPaquete.Columns.Add(gridCheckBoxColumn1);
     this.GridPaquete.Columns.Add(gridTextColumn2);
     this.GridPaquete.Columns.Add(gridTextColumn3);
     this.GridPaquete.Columns.Add(gridTextColumn4);
     this.GridPaquete.Columns.Add(gridTextColumn5);
     this.GridPaquete.Columns.Add(gridTextColumn6);
     this.GridPaquete.Columns.Add(gridTextColumn7);
     this.GridPaquete.Location      = new System.Drawing.Point(12, 81);
     this.GridPaquete.Name          = "GridPaquete";
     this.GridPaquete.SelectionMode = Syncfusion.WinForms.DataGrid.Enums.GridSelectionMode.Extended;
     this.GridPaquete.Size          = new System.Drawing.Size(579, 366);
     gridBordersInfo1.Bottom        = new Syncfusion.WinForms.DataGrid.Styles.GridBorder(Syncfusion.WinForms.DataGrid.Styles.GridBorderStyle.Standard, System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))));
     this.GridPaquete.Style.AddNewRowStyle.Borders                 = gridBordersInfo1;
     this.GridPaquete.Style.BorderStyle                            = System.Windows.Forms.BorderStyle.None;
     this.GridPaquete.Style.CellStyle.Font.Facename                = "Century Gothic";
     this.GridPaquete.Style.CellStyle.Font.Size                    = 11F;
     this.GridPaquete.Style.CheckBoxStyle.CheckedBackColor         = System.Drawing.Color.White;
     this.GridPaquete.Style.CheckBoxStyle.CheckedBorderColor       = System.Drawing.Color.White;
     this.GridPaquete.Style.CheckBoxStyle.CheckedTickColor         = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(186)))), ((int)(((byte)(60)))));
     this.GridPaquete.Style.CheckBoxStyle.IndeterminateBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(186)))), ((int)(((byte)(60)))));
     this.GridPaquete.Style.CurrentCellStyle.BorderColor           = System.Drawing.Color.White;
     this.GridPaquete.Style.HeaderStyle.Font.Facename              = "Century Gothic";
     this.GridPaquete.Style.HeaderStyle.Font.Size                  = 10F;
     this.GridPaquete.TabIndex            = 7;
     this.GridPaquete.Text                = "sfDataGrid1";
     this.GridPaquete.CurrentCellEndEdit += new Syncfusion.WinForms.DataGrid.Events.CurrentCellEndEditEventHandler(this.GridPaquete_CurrentCellEndEdit);
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.Controls.Add(this.btnNuevo);
     this.panel3.Controls.Add(this.btnCobrar);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 467);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(591, 81);
     this.panel3.TabIndex = 6;
     //
     // btnNuevo
     //
     this.btnNuevo.BackColor                         = System.Drawing.Color.White;
     this.btnNuevo.BeforeTouchSize                   = new System.Drawing.Size(182, 53);
     this.btnNuevo.FlatAppearance.BorderSize         = 0;
     this.btnNuevo.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.btnNuevo.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.btnNuevo.Font                    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNuevo.ForeColor               = System.Drawing.Color.Black;
     this.btnNuevo.IsBackStageButton       = false;
     this.btnNuevo.Location                = new System.Drawing.Point(57, 16);
     this.btnNuevo.MouseHoverBackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(166)))), ((int)(((byte)(48)))));
     this.btnNuevo.MouseHoverForeColor     = System.Drawing.Color.White;
     this.btnNuevo.MouseLeaveForeColor     = System.Drawing.Color.Black;
     this.btnNuevo.Name                    = "btnNuevo";
     this.btnNuevo.Size                    = new System.Drawing.Size(182, 53);
     this.btnNuevo.TabIndex                = 3;
     this.btnNuevo.Text                    = "Agendar Cita";
     this.btnNuevo.UseVisualStyleBackColor = false;
     this.btnNuevo.Click                  += new System.EventHandler(this.btnNuevo_Click);
     //
     // btnCobrar
     //
     this.btnCobrar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(176)))), ((int)(((byte)(50)))));
     this.btnCobrar.Enabled   = false;
     this.btnCobrar.FlatAppearance.BorderSize = 0;
     this.btnCobrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCobrar.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCobrar.ForeColor = System.Drawing.Color.White;
     this.btnCobrar.Location  = new System.Drawing.Point(325, 16);
     this.btnCobrar.Name      = "btnCobrar";
     this.btnCobrar.Size      = new System.Drawing.Size(189, 53);
     this.btnCobrar.TabIndex  = 2;
     this.btnCobrar.Text      = "Siguiente";
     this.btnCobrar.UseVisualStyleBackColor = false;
     this.btnCobrar.Click += new System.EventHandler(this.btnCobrar_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(591, 75);
     this.panel1.TabIndex = 4;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::CIDFares.Spa.WFApplication.Properties.Resources.cerrar;
     this.pictureBox1.Location = new System.Drawing.Point(568, 3);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(20, 20);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 6;
     this.pictureBox1.TabStop  = false;
     this.pictureBox1.Click   += new System.EventHandler(this.pictureBox1_Click);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.White;
     this.label1.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(186)))), ((int)(((byte)(60)))));
     this.label1.Location  = new System.Drawing.Point(152, 26);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(312, 22);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Paquetes";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // FrmPaqueteVenta
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(594, 548);
     this.Controls.Add(this.PanelPrincipal);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FrmPaqueteVenta";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.FrmPaqueteVenta_Load);
     this.PanelPrincipal.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GridPaquete)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).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();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn1     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn     gridCheckBoxColumn1 = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn2     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn3     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.Styles.GridBordersInfo gridBordersInfo1    = new Syncfusion.WinForms.DataGrid.Styles.GridBordersInfo();
     this.PanelPrincipal  = new System.Windows.Forms.Panel();
     this.ErrorControl    = new System.Windows.Forms.Label();
     this.pnlEfectivo     = new System.Windows.Forms.Panel();
     this.EfectivoControl = new Syncfusion.Windows.Forms.Tools.CurrencyTextBox();
     this.panel2          = new System.Windows.Forms.Panel();
     this.label3          = new System.Windows.Forms.Label();
     this.GridFormaPago   = new Syncfusion.WinForms.DataGrid.SfDataGrid();
     this.panel3          = new System.Windows.Forms.Panel();
     this.btnCobrar       = new System.Windows.Forms.Button();
     this.panel1          = new System.Windows.Forms.Panel();
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.TotalControl    = new System.Windows.Forms.Label();
     this.label1          = new System.Windows.Forms.Label();
     this.pnlCambio       = new System.Windows.Forms.Panel();
     this.label5          = new System.Windows.Forms.Label();
     this.btnAceeptar     = new System.Windows.Forms.Button();
     this.CambioControl   = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.errorProvider1  = new System.Windows.Forms.ErrorProvider(this.components);
     this.PanelPrincipal.SuspendLayout();
     this.pnlEfectivo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.EfectivoControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridFormaPago)).BeginInit();
     this.panel3.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.pnlCambio.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // PanelPrincipal
     //
     this.PanelPrincipal.BackColor = System.Drawing.Color.White;
     this.PanelPrincipal.Controls.Add(this.ErrorControl);
     this.PanelPrincipal.Controls.Add(this.pnlEfectivo);
     this.PanelPrincipal.Controls.Add(this.GridFormaPago);
     this.PanelPrincipal.Controls.Add(this.panel3);
     this.PanelPrincipal.Controls.Add(this.panel1);
     this.PanelPrincipal.Location = new System.Drawing.Point(0, 0);
     this.PanelPrincipal.Name     = "PanelPrincipal";
     this.PanelPrincipal.Size     = new System.Drawing.Size(442, 536);
     this.PanelPrincipal.TabIndex = 0;
     //
     // ErrorControl
     //
     this.ErrorControl.AutoSize = true;
     this.ErrorControl.Location = new System.Drawing.Point(401, 163);
     this.ErrorControl.Name     = "ErrorControl";
     this.ErrorControl.Size     = new System.Drawing.Size(0, 13);
     this.ErrorControl.TabIndex = 12;
     //
     // pnlEfectivo
     //
     this.pnlEfectivo.Controls.Add(this.EfectivoControl);
     this.pnlEfectivo.Controls.Add(this.panel2);
     this.pnlEfectivo.Controls.Add(this.label3);
     this.pnlEfectivo.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlEfectivo.Location = new System.Drawing.Point(0, 373);
     this.pnlEfectivo.Name     = "pnlEfectivo";
     this.pnlEfectivo.Size     = new System.Drawing.Size(442, 82);
     this.pnlEfectivo.TabIndex = 11;
     //
     // EfectivoControl
     //
     this.EfectivoControl.BackGroundColor = System.Drawing.Color.White;
     this.EfectivoControl.BeforeTouchSize = new System.Drawing.Size(222, 34);
     this.EfectivoControl.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.EfectivoControl.CornerRadius    = 2;
     this.EfectivoControl.Cursor          = System.Windows.Forms.Cursors.Arrow;
     this.EfectivoControl.DecimalValue    = new decimal(new int[] {
         0,
         0,
         0,
         131072
     });
     this.EfectivoControl.FocusBorderColor = System.Drawing.Color.Transparent;
     this.EfectivoControl.Font             = new System.Drawing.Font("Century Gothic", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.EfectivoControl.ForeColor        = System.Drawing.Color.Silver;
     this.EfectivoControl.ImeMode          = System.Windows.Forms.ImeMode.NoControl;
     this.EfectivoControl.Location         = new System.Drawing.Point(102, 34);
     this.EfectivoControl.MaxValue         = new decimal(new int[] {
         -727379968,
         232,
         0,
         0
     });
     this.EfectivoControl.Metrocolor  = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(211)))), ((int)(((byte)(212)))));
     this.EfectivoControl.MinimumSize = new System.Drawing.Size(8, 4);
     this.EfectivoControl.MinValue    = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.EfectivoControl.Name                        = "EfectivoControl";
     this.EfectivoControl.NullString                  = "";
     this.EfectivoControl.PositiveColor               = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(186)))), ((int)(((byte)(60)))));
     this.EfectivoControl.SelectAllOnFocus            = false;
     this.EfectivoControl.Size                        = new System.Drawing.Size(222, 34);
     this.EfectivoControl.TabIndex                    = 1;
     this.EfectivoControl.Text                        = "$0.00";
     this.EfectivoControl.TextAlign                   = System.Windows.Forms.HorizontalAlignment.Center;
     this.EfectivoControl.ThemeStyle.FocusBorderColor = System.Drawing.Color.Gray;
     this.EfectivoControl.ThemeStyle.HoverBorderColor = System.Drawing.Color.White;
     this.EfectivoControl.ZeroColor                   = System.Drawing.Color.Silver;
     //
     // panel2
     //
     this.panel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(186)))), ((int)(((byte)(60)))));
     this.panel2.Location  = new System.Drawing.Point(102, 68);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new System.Drawing.Size(222, 3);
     this.panel2.TabIndex  = 13;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.White;
     this.label3.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(186)))), ((int)(((byte)(60)))));
     this.label3.Location  = new System.Drawing.Point(173, 9);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(85, 22);
     this.label3.TabIndex  = 12;
     this.label3.Text      = "Efectivo";
     //
     // GridFormaPago
     //
     this.GridFormaPago.AccessibleName         = "Table";
     gridTextColumn1.HeaderText                = "Column1";
     gridTextColumn1.MappingName               = "IdFormaPago";
     gridTextColumn1.Visible                   = false;
     gridCheckBoxColumn1.AllowCheckBoxOnHeader = true;
     gridCheckBoxColumn1.HeaderText            = "Seleccionar";
     gridCheckBoxColumn1.MappingName           = "Seleccionar";
     gridCheckBoxColumn1.Width                 = 30D;
     gridTextColumn2.AllowEditing              = false;
     gridTextColumn2.AllowGrouping             = false;
     gridTextColumn2.HeaderText                = "Formas de pago";
     gridTextColumn2.MappingName               = "Nombre";
     gridTextColumn2.Width       = 250D;
     gridTextColumn3.Format      = "C2";
     gridTextColumn3.HeaderText  = "Monto";
     gridTextColumn3.MappingName = "Cantidad";
     gridTextColumn3.Width       = 80D;
     this.GridFormaPago.Columns.Add(gridTextColumn1);
     this.GridFormaPago.Columns.Add(gridCheckBoxColumn1);
     this.GridFormaPago.Columns.Add(gridTextColumn2);
     this.GridFormaPago.Columns.Add(gridTextColumn3);
     this.GridFormaPago.Location      = new System.Drawing.Point(35, 157);
     this.GridFormaPago.Name          = "GridFormaPago";
     this.GridFormaPago.SelectionMode = Syncfusion.WinForms.DataGrid.Enums.GridSelectionMode.Extended;
     this.GridFormaPago.SelectionUnit = Syncfusion.WinForms.DataGrid.Enums.SelectionUnit.Cell;
     this.GridFormaPago.Size          = new System.Drawing.Size(379, 207);
     gridBordersInfo1.Bottom          = new Syncfusion.WinForms.DataGrid.Styles.GridBorder(Syncfusion.WinForms.DataGrid.Styles.GridBorderStyle.Standard, System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))));
     this.GridFormaPago.Style.AddNewRowStyle.Borders                 = gridBordersInfo1;
     this.GridFormaPago.Style.BorderStyle                            = System.Windows.Forms.BorderStyle.None;
     this.GridFormaPago.Style.CellStyle.Font.Facename                = "Century Gothic";
     this.GridFormaPago.Style.CellStyle.Font.Size                    = 11F;
     this.GridFormaPago.Style.CheckBoxStyle.CheckedBackColor         = System.Drawing.Color.White;
     this.GridFormaPago.Style.CheckBoxStyle.CheckedBorderColor       = System.Drawing.Color.White;
     this.GridFormaPago.Style.CheckBoxStyle.CheckedTickColor         = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(186)))), ((int)(((byte)(60)))));
     this.GridFormaPago.Style.CheckBoxStyle.IndeterminateBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(186)))), ((int)(((byte)(60)))));
     this.GridFormaPago.Style.CurrentCellStyle.BorderColor           = System.Drawing.Color.White;
     this.GridFormaPago.Style.HeaderStyle.Font.Facename              = "Century Gothic";
     this.GridFormaPago.Style.HeaderStyle.Font.Size                  = 10F;
     this.GridFormaPago.TabIndex            = 7;
     this.GridFormaPago.Text                = "sfDataGrid1";
     this.GridFormaPago.CurrentCellEndEdit += new Syncfusion.WinForms.DataGrid.Events.CurrentCellEndEditEventHandler(this.GridFormaPago_CurrentCellEndEdit);
     this.GridFormaPago.TextChanged        += new System.EventHandler(this.GridFormaPago_TextChanged);
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.Controls.Add(this.btnCobrar);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 455);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(442, 81);
     this.panel3.TabIndex = 6;
     //
     // btnCobrar
     //
     this.btnCobrar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(176)))), ((int)(((byte)(50)))));
     this.btnCobrar.FlatAppearance.BorderSize = 0;
     this.btnCobrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCobrar.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCobrar.ForeColor = System.Drawing.Color.White;
     this.btnCobrar.Location  = new System.Drawing.Point(63, 16);
     this.btnCobrar.Name      = "btnCobrar";
     this.btnCobrar.Size      = new System.Drawing.Size(312, 53);
     this.btnCobrar.TabIndex  = 2;
     this.btnCobrar.Text      = "Cobrar ";
     this.btnCobrar.UseVisualStyleBackColor = false;
     this.btnCobrar.Click += new System.EventHandler(this.btnCobrar_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.TotalControl);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(442, 151);
     this.panel1.TabIndex = 4;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::CIDFares.Spa.WFApplication.Properties.Resources.cerrar;
     this.pictureBox1.Location = new System.Drawing.Point(418, 3);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(20, 20);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 5;
     this.pictureBox1.TabStop  = false;
     this.pictureBox1.Click   += new System.EventHandler(this.pictureBox1_Click);
     //
     // TotalControl
     //
     this.TotalControl.Font      = new System.Drawing.Font("Century Gothic", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TotalControl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(186)))), ((int)(((byte)(60)))));
     this.TotalControl.Location  = new System.Drawing.Point(3, 66);
     this.TotalControl.Name      = "TotalControl";
     this.TotalControl.Size      = new System.Drawing.Size(435, 56);
     this.TotalControl.TabIndex  = 4;
     this.TotalControl.Text      = "$300";
     this.TotalControl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.TotalControl.Click    += new System.EventHandler(this.TotalControl_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.White;
     this.label1.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(186)))), ((int)(((byte)(60)))));
     this.label1.Location  = new System.Drawing.Point(79, 44);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(296, 22);
     this.label1.TabIndex  = 3;
     this.label1.Text      = "Seleccione una forma de pago";
     this.label1.Click    += new System.EventHandler(this.label1_Click);
     //
     // pnlCambio
     //
     this.pnlCambio.BackColor = System.Drawing.Color.White;
     this.pnlCambio.Controls.Add(this.label5);
     this.pnlCambio.Controls.Add(this.btnAceeptar);
     this.pnlCambio.Controls.Add(this.CambioControl);
     this.pnlCambio.Controls.Add(this.label4);
     this.pnlCambio.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlCambio.Location = new System.Drawing.Point(0, 0);
     this.pnlCambio.Name     = "pnlCambio";
     this.pnlCambio.Size     = new System.Drawing.Size(441, 548);
     this.pnlCambio.TabIndex = 17;
     this.pnlCambio.Paint   += new System.Windows.Forms.PaintEventHandler(this.pnlCambio_Paint);
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.White;
     this.label5.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(186)))), ((int)(((byte)(60)))));
     this.label5.Location  = new System.Drawing.Point(175, 206);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(83, 22);
     this.label5.TabIndex  = 8;
     this.label5.Text      = "Cambio";
     //
     // btnAceeptar
     //
     this.btnAceeptar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(176)))), ((int)(((byte)(50)))));
     this.btnAceeptar.FlatAppearance.BorderSize = 0;
     this.btnAceeptar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnAceeptar.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAceeptar.ForeColor = System.Drawing.Color.White;
     this.btnAceeptar.Location  = new System.Drawing.Point(72, 391);
     this.btnAceeptar.Name      = "btnAceeptar";
     this.btnAceeptar.Size      = new System.Drawing.Size(312, 53);
     this.btnAceeptar.TabIndex  = 5;
     this.btnAceeptar.Text      = "Aceptar";
     this.btnAceeptar.UseVisualStyleBackColor = false;
     this.btnAceeptar.Click += new System.EventHandler(this.btnAceeptar_Click);
     //
     // CambioControl
     //
     this.CambioControl.AutoSize  = true;
     this.CambioControl.Font      = new System.Drawing.Font("Century Gothic", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CambioControl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(186)))), ((int)(((byte)(60)))));
     this.CambioControl.Location  = new System.Drawing.Point(150, 243);
     this.CambioControl.Name      = "CambioControl";
     this.CambioControl.Size      = new System.Drawing.Size(132, 56);
     this.CambioControl.TabIndex  = 7;
     this.CambioControl.Text      = "$300";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.White;
     this.label4.Font      = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(186)))), ((int)(((byte)(60)))));
     this.label4.Location  = new System.Drawing.Point(79, 100);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(286, 22);
     this.label4.TabIndex  = 6;
     this.label4.Text      = "Venta realizada exitosamente";
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // FrmSeleccionarPago
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(441, 548);
     this.Controls.Add(this.PanelPrincipal);
     this.Controls.Add(this.pnlCambio);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FrmSeleccionarPago";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = " ";
     this.Load           += new System.EventHandler(this.FrmSeleccionarPago_Load);
     this.PanelPrincipal.ResumeLayout(false);
     this.PanelPrincipal.PerformLayout();
     this.pnlEfectivo.ResumeLayout(false);
     this.pnlEfectivo.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.EfectivoControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridFormaPago)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.pnlCambio.ResumeLayout(false);
     this.pnlCambio.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn     gridCheckBoxColumn5   = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn7       = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn8       = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridDateTimeColumn     gridDateTimeColumn3   = new Syncfusion.WinForms.DataGrid.GridDateTimeColumn();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn     gridCheckBoxColumn1   = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn     gridCheckBoxColumn3   = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn1       = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn2       = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn5       = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn6       = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridDateTimeColumn     gridDateTimeColumn1   = new Syncfusion.WinForms.DataGrid.GridDateTimeColumn();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn     gridCheckBoxColumn4   = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     Syncfusion.WinForms.DataGrid.GridButtonColumn       gridButtonColumn1     = new Syncfusion.WinForms.DataGrid.GridButtonColumn();
     Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo treeNodeAdvStyleInfo1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdvStyleInfo();
     this.txtDataSource          = new System.Windows.Forms.TextBox();
     this.tabControl1            = new System.Windows.Forms.TabControl();
     this.tabDimensions          = new System.Windows.Forms.TabPage();
     this.button3                = new System.Windows.Forms.Button();
     this.btnProcessDimensions   = new System.Windows.Forms.Button();
     this.button1                = new System.Windows.Forms.Button();
     this.btnSelectAllPartition  = new System.Windows.Forms.Button();
     this.dgDimensions           = new Syncfusion.WinForms.DataGrid.SfDataGrid();
     this.tabPartitions          = new System.Windows.Forms.TabPage();
     this.cbPartitionProcessType = new Syncfusion.WinForms.ListView.SfComboBox();
     this.label1                      = new System.Windows.Forms.Label();
     this.txtPartitionFilter          = new System.Windows.Forms.TextBox();
     this.btnEnableSelectedPartitions = new System.Windows.Forms.Button();
     this.btnPartitionRefresh         = new System.Windows.Forms.Button();
     this.button5                     = new System.Windows.Forms.Button();
     this.button6                     = new System.Windows.Forms.Button();
     this.button7                     = new System.Windows.Forms.Button();
     this.dgPartitions                = new Syncfusion.WinForms.DataGrid.SfDataGrid();
     this.statusStrip                 = new System.Windows.Forms.StatusStrip();
     this.lblStatus                   = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripProgressBar        = new System.Windows.Forms.ToolStripProgressBar();
     this.bgw                 = new System.ComponentModel.BackgroundWorker();
     this.tvServer            = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
     this.btnServerAdd        = new System.Windows.Forms.Button();
     this.nudPartitionThreads = new System.Windows.Forms.NumericUpDown();
     this.toolTip1            = new System.Windows.Forms.ToolTip(this.components);
     this.tabControl1.SuspendLayout();
     this.tabDimensions.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgDimensions)).BeginInit();
     this.tabPartitions.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbPartitionProcessType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgPartitions)).BeginInit();
     this.statusStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tvServer)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudPartitionThreads)).BeginInit();
     this.SuspendLayout();
     //
     // txtDataSource
     //
     this.txtDataSource.ForeColor = System.Drawing.SystemColors.WindowText;
     this.txtDataSource.Location  = new System.Drawing.Point(12, 12);
     this.txtDataSource.Name      = "txtDataSource";
     this.txtDataSource.Size      = new System.Drawing.Size(238, 20);
     this.txtDataSource.TabIndex  = 4;
     this.txtDataSource.Text      = "127.0.0.1";
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabDimensions);
     this.tabControl1.Controls.Add(this.tabPartitions);
     this.tabControl1.Location      = new System.Drawing.Point(285, 12);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(847, 419);
     this.tabControl1.TabIndex      = 6;
     //
     // tabDimensions
     //
     this.tabDimensions.Controls.Add(this.button3);
     this.tabDimensions.Controls.Add(this.btnProcessDimensions);
     this.tabDimensions.Controls.Add(this.button1);
     this.tabDimensions.Controls.Add(this.btnSelectAllPartition);
     this.tabDimensions.Controls.Add(this.dgDimensions);
     this.tabDimensions.Location = new System.Drawing.Point(4, 22);
     this.tabDimensions.Name     = "tabDimensions";
     this.tabDimensions.Padding  = new System.Windows.Forms.Padding(3);
     this.tabDimensions.Size     = new System.Drawing.Size(839, 393);
     this.tabDimensions.TabIndex = 0;
     this.tabDimensions.Text     = "Dimensions";
     this.tabDimensions.UseVisualStyleBackColor = true;
     //
     // button3
     //
     this.button3.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button3.Location = new System.Drawing.Point(6, 363);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 5;
     this.button3.Text     = "Refresh";
     this.button3.UseVisualStyleBackColor = true;
     //
     // btnProcessDimensions
     //
     this.btnProcessDimensions.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnProcessDimensions.Location = new System.Drawing.Point(296, 363);
     this.btnProcessDimensions.Name     = "btnProcessDimensions";
     this.btnProcessDimensions.Size     = new System.Drawing.Size(119, 23);
     this.btnProcessDimensions.TabIndex = 4;
     this.btnProcessDimensions.Text     = "Process Selected";
     this.btnProcessDimensions.UseVisualStyleBackColor = true;
     this.btnProcessDimensions.Click += new System.EventHandler(this.btnProcessDimensions_Click);
     //
     // button1
     //
     this.button1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button1.Location = new System.Drawing.Point(168, 363);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(122, 23);
     this.button1.TabIndex = 3;
     this.button1.Text     = "Select Unprocessed";
     this.button1.UseVisualStyleBackColor = true;
     //
     // btnSelectAllPartition
     //
     this.btnSelectAllPartition.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSelectAllPartition.Location = new System.Drawing.Point(87, 363);
     this.btnSelectAllPartition.Name     = "btnSelectAllPartition";
     this.btnSelectAllPartition.Size     = new System.Drawing.Size(75, 23);
     this.btnSelectAllPartition.TabIndex = 2;
     this.btnSelectAllPartition.Text     = "Select All";
     this.btnSelectAllPartition.UseVisualStyleBackColor = true;
     //
     // dgDimensions
     //
     this.dgDimensions.AccessibleName = "Table";
     this.dgDimensions.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.dgDimensions.AutoGenerateColumns = false;
     gridCheckBoxColumn5.HeaderText        = "Selected";
     gridCheckBoxColumn5.MappingName       = "Selected";
     gridCheckBoxColumn5.Width             = 40D;
     gridTextColumn7.AutoSizeColumnsMode   = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
     gridTextColumn7.HeaderText            = "Partition Name (ID)";
     gridTextColumn7.MappingName           = "Display";
     gridTextColumn8.HeaderText            = "State";
     gridTextColumn8.MappingName           = "State";
     gridDateTimeColumn3.HeaderText        = "Last Processed";
     gridDateTimeColumn3.MappingName       = "LastProcessed";
     gridDateTimeColumn3.MaxDateTime       = new System.DateTime(9999, 12, 31, 23, 59, 59, 999);
     this.dgDimensions.Columns.Add(gridCheckBoxColumn5);
     this.dgDimensions.Columns.Add(gridTextColumn7);
     this.dgDimensions.Columns.Add(gridTextColumn8);
     this.dgDimensions.Columns.Add(gridDateTimeColumn3);
     this.dgDimensions.Location          = new System.Drawing.Point(6, 6);
     this.dgDimensions.Name              = "dgDimensions";
     this.dgDimensions.SelectionMode     = Syncfusion.WinForms.DataGrid.Enums.GridSelectionMode.Extended;
     this.dgDimensions.ShowGroupDropArea = true;
     this.dgDimensions.ShowRowHeader     = true;
     this.dgDimensions.Size              = new System.Drawing.Size(694, 351);
     this.dgDimensions.TabIndex          = 1;
     this.dgDimensions.Text              = "sfDataGrid1";
     //
     // tabPartitions
     //
     this.tabPartitions.Controls.Add(this.nudPartitionThreads);
     this.tabPartitions.Controls.Add(this.cbPartitionProcessType);
     this.tabPartitions.Controls.Add(this.label1);
     this.tabPartitions.Controls.Add(this.txtPartitionFilter);
     this.tabPartitions.Controls.Add(this.btnEnableSelectedPartitions);
     this.tabPartitions.Controls.Add(this.btnPartitionRefresh);
     this.tabPartitions.Controls.Add(this.button5);
     this.tabPartitions.Controls.Add(this.button6);
     this.tabPartitions.Controls.Add(this.button7);
     this.tabPartitions.Controls.Add(this.dgPartitions);
     this.tabPartitions.Location = new System.Drawing.Point(4, 22);
     this.tabPartitions.Name     = "tabPartitions";
     this.tabPartitions.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPartitions.Size     = new System.Drawing.Size(839, 393);
     this.tabPartitions.TabIndex = 1;
     this.tabPartitions.Text     = "Partitions";
     this.tabPartitions.UseVisualStyleBackColor = true;
     //
     // cbPartitionProcessType
     //
     this.cbPartitionProcessType.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cbPartitionProcessType.Location         = new System.Drawing.Point(712, 367);
     this.cbPartitionProcessType.MaxDropDownItems = 10;
     this.cbPartitionProcessType.Name             = "cbPartitionProcessType";
     this.cbPartitionProcessType.Size             = new System.Drawing.Size(121, 20);
     this.cbPartitionProcessType.TabIndex         = 15;
     this.toolTip1.SetToolTip(this.cbPartitionProcessType, "Process Type");
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(29, 13);
     this.label1.TabIndex = 14;
     this.label1.Text     = "Filter";
     //
     // txtPartitionFilter
     //
     this.txtPartitionFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPartitionFilter.Location     = new System.Drawing.Point(41, 6);
     this.txtPartitionFilter.Name         = "txtPartitionFilter";
     this.txtPartitionFilter.Size         = new System.Drawing.Size(792, 20);
     this.txtPartitionFilter.TabIndex     = 13;
     this.txtPartitionFilter.TextChanged += new System.EventHandler(this.txtPartitionFilter_TextChanged);
     //
     // btnEnableSelectedPartitions
     //
     this.btnEnableSelectedPartitions.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnEnableSelectedPartitions.Location = new System.Drawing.Point(421, 364);
     this.btnEnableSelectedPartitions.Name     = "btnEnableSelectedPartitions";
     this.btnEnableSelectedPartitions.Size     = new System.Drawing.Size(119, 23);
     this.btnEnableSelectedPartitions.TabIndex = 12;
     this.btnEnableSelectedPartitions.Text     = "Enable Selected";
     this.btnEnableSelectedPartitions.UseVisualStyleBackColor = true;
     this.btnEnableSelectedPartitions.Click += new System.EventHandler(this.btnEnableSelectedPartitions_Click);
     //
     // btnPartitionRefresh
     //
     this.btnPartitionRefresh.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnPartitionRefresh.Location = new System.Drawing.Point(6, 364);
     this.btnPartitionRefresh.Name     = "btnPartitionRefresh";
     this.btnPartitionRefresh.Size     = new System.Drawing.Size(75, 23);
     this.btnPartitionRefresh.TabIndex = 11;
     this.btnPartitionRefresh.Text     = "Refresh";
     this.btnPartitionRefresh.UseVisualStyleBackColor = true;
     this.btnPartitionRefresh.Click += new System.EventHandler(this.btnPartitionRefresh_Click);
     //
     // button5
     //
     this.button5.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button5.Location = new System.Drawing.Point(296, 364);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(119, 23);
     this.button5.TabIndex = 10;
     this.button5.Text     = "Process Selected";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // button6
     //
     this.button6.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button6.Location = new System.Drawing.Point(168, 364);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(122, 23);
     this.button6.TabIndex = 9;
     this.button6.Text     = "Select Unprocessed";
     this.button6.UseVisualStyleBackColor = true;
     //
     // button7
     //
     this.button7.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button7.Location = new System.Drawing.Point(87, 364);
     this.button7.Name     = "button7";
     this.button7.Size     = new System.Drawing.Size(75, 23);
     this.button7.TabIndex = 8;
     this.button7.Text     = "Select All";
     this.button7.UseVisualStyleBackColor = true;
     //
     // dgPartitions
     //
     this.dgPartitions.AccessibleName       = "Table";
     this.dgPartitions.AllowDraggingColumns = true;
     this.dgPartitions.AllowResizingColumns = true;
     this.dgPartitions.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.dgPartitions.AutoGenerateColumns    = false;
     this.dgPartitions.AutoSizeColumnsMode    = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.AllCells;
     gridCheckBoxColumn1.AllowDragging        = true;
     gridCheckBoxColumn1.AllowEditing         = false;
     gridCheckBoxColumn1.AllowResizing        = true;
     gridCheckBoxColumn1.HeaderText           = "Disabled";
     gridCheckBoxColumn1.MappingName          = "Disabled";
     gridCheckBoxColumn1.Width                = 40D;
     gridCheckBoxColumn3.AllowDragging        = true;
     gridCheckBoxColumn3.AllowResizing        = true;
     gridCheckBoxColumn3.HeaderText           = "Selected";
     gridCheckBoxColumn3.MappingName          = "Selected";
     gridCheckBoxColumn3.Width                = 40D;
     gridTextColumn1.AllowDragging            = true;
     gridTextColumn1.AllowEditing             = false;
     gridTextColumn1.AllowResizing            = true;
     gridTextColumn1.HeaderText               = "Cube";
     gridTextColumn1.MappingName              = "CubeDisplay";
     gridTextColumn2.AllowDragging            = true;
     gridTextColumn2.AllowEditing             = false;
     gridTextColumn2.AllowResizing            = true;
     gridTextColumn2.HeaderText               = "Measure Group (ID)";
     gridTextColumn2.MappingName              = "MeasureGroupLong";
     gridTextColumn5.AllowDragging            = true;
     gridTextColumn5.AllowEditing             = false;
     gridTextColumn5.AllowResizing            = true;
     gridTextColumn5.AutoSizeColumnsMode      = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
     gridTextColumn5.HeaderText               = "Partition Name (ID)";
     gridTextColumn5.MappingName              = "Display";
     gridTextColumn6.AllowDragging            = true;
     gridTextColumn6.AllowEditing             = false;
     gridTextColumn6.AllowResizing            = true;
     gridTextColumn6.HeaderText               = "State";
     gridTextColumn6.MappingName              = "State";
     gridDateTimeColumn1.AllowDragging        = true;
     gridDateTimeColumn1.AllowEditing         = false;
     gridDateTimeColumn1.AllowResizing        = true;
     gridDateTimeColumn1.Format               = "d";
     gridDateTimeColumn1.HeaderText           = "Last Processed";
     gridDateTimeColumn1.MappingName          = "LastProcessed";
     gridDateTimeColumn1.MaxDateTime          = new System.DateTime(9999, 12, 31, 23, 59, 59, 999);
     gridCheckBoxColumn4.AllowDragging        = true;
     gridCheckBoxColumn4.AllowEditing         = false;
     gridCheckBoxColumn4.AllowResizing        = true;
     gridCheckBoxColumn4.HeaderText           = "Processing";
     gridCheckBoxColumn4.MappingName          = "Processing";
     gridButtonColumn1.AllowDefaultButtonText = true;
     gridButtonColumn1.AllowDragging          = true;
     gridButtonColumn1.AllowEditing           = false;
     gridButtonColumn1.AllowGrouping          = false;
     gridButtonColumn1.AllowResizing          = true;
     gridButtonColumn1.AllowSorting           = false;
     gridButtonColumn1.ButtonSize             = new System.Drawing.Size(0, 0);
     gridButtonColumn1.DefaultButtonText      = "SQL";
     gridButtonColumn1.HeaderText             = "Column9";
     gridButtonColumn1.ImageSize              = new System.Drawing.Size(0, 0);
     gridButtonColumn1.MappingName            = "Column9";
     gridButtonColumn1.MaximumWidth           = 60D;
     gridButtonColumn1.ShowToolTip            = true;
     this.dgPartitions.Columns.Add(gridCheckBoxColumn1);
     this.dgPartitions.Columns.Add(gridCheckBoxColumn3);
     this.dgPartitions.Columns.Add(gridTextColumn1);
     this.dgPartitions.Columns.Add(gridTextColumn2);
     this.dgPartitions.Columns.Add(gridTextColumn5);
     this.dgPartitions.Columns.Add(gridTextColumn6);
     this.dgPartitions.Columns.Add(gridDateTimeColumn1);
     this.dgPartitions.Columns.Add(gridCheckBoxColumn4);
     this.dgPartitions.Columns.Add(gridButtonColumn1);
     this.dgPartitions.Location          = new System.Drawing.Point(6, 32);
     this.dgPartitions.Name              = "dgPartitions";
     this.dgPartitions.SelectionMode     = Syncfusion.WinForms.DataGrid.Enums.GridSelectionMode.Extended;
     this.dgPartitions.ShowGroupDropArea = true;
     this.dgPartitions.ShowRowHeader     = true;
     this.dgPartitions.Size              = new System.Drawing.Size(827, 326);
     this.dgPartitions.TabIndex          = 7;
     this.dgPartitions.Text              = "sfDataGrid1";
     this.dgPartitions.QueryRowStyle    += new Syncfusion.WinForms.DataGrid.Events.QueryRowStyleEventHandler(this.dgPartitions_QueryRowStyle);
     this.dgPartitions.CellButtonClick  += new Syncfusion.WinForms.DataGrid.Events.CellButtonClickEventHandler(this.dgPartitions_CellButtonClick);
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblStatus,
         this.toolStripProgressBar
     });
     this.statusStrip.Location = new System.Drawing.Point(0, 434);
     this.statusStrip.Name     = "statusStrip";
     this.statusStrip.Size     = new System.Drawing.Size(1144, 22);
     this.statusStrip.TabIndex = 7;
     this.statusStrip.Text     = "statusStrip1";
     //
     // lblStatus
     //
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(48, 17);
     this.lblStatus.Text = "Ready...";
     //
     // toolStripProgressBar
     //
     this.toolStripProgressBar.Name = "toolStripProgressBar";
     this.toolStripProgressBar.Size = new System.Drawing.Size(100, 16);
     //
     // tvServer
     //
     this.tvServer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)));
     treeNodeAdvStyleInfo1.EnsureDefaultOptionedChild = true;
     this.tvServer.BaseStylePairs.AddRange(new Syncfusion.Windows.Forms.Tools.StyleNamePair[] {
         new Syncfusion.Windows.Forms.Tools.StyleNamePair("Standard", treeNodeAdvStyleInfo1)
     });
     this.tvServer.BeforeTouchSize = new System.Drawing.Size(267, 386);
     //
     //
     //
     this.tvServer.HelpTextControl.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tvServer.HelpTextControl.Location      = new System.Drawing.Point(0, 0);
     this.tvServer.HelpTextControl.Name          = "helpText";
     this.tvServer.HelpTextControl.Size          = new System.Drawing.Size(49, 15);
     this.tvServer.HelpTextControl.TabIndex      = 0;
     this.tvServer.HelpTextControl.Text          = "help text";
     this.tvServer.InactiveSelectedNodeForeColor = System.Drawing.SystemColors.ControlText;
     this.tvServer.Location              = new System.Drawing.Point(12, 41);
     this.tvServer.MetroColor            = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
     this.tvServer.Name                  = "tvServer";
     this.tvServer.SelectedNodeForeColor = System.Drawing.SystemColors.HighlightText;
     this.tvServer.Size                  = new System.Drawing.Size(267, 386);
     this.tvServer.TabIndex              = 2;
     this.tvServer.Text                  = "treeViewAdv1";
     //
     //
     //
     this.tvServer.ToolTipControl.BackColor   = System.Drawing.SystemColors.Info;
     this.tvServer.ToolTipControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tvServer.ToolTipControl.Location    = new System.Drawing.Point(0, 0);
     this.tvServer.ToolTipControl.Name        = "toolTip";
     this.tvServer.ToolTipControl.Size        = new System.Drawing.Size(41, 15);
     this.tvServer.ToolTipControl.TabIndex    = 1;
     this.tvServer.ToolTipControl.Text        = "toolTip";
     this.tvServer.AfterSelect += new System.EventHandler(this.tvServer_AfterSelect);
     //
     // btnServerAdd
     //
     this.btnServerAdd.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnServerAdd.Location  = new System.Drawing.Point(256, 12);
     this.btnServerAdd.Name      = "btnServerAdd";
     this.btnServerAdd.Size      = new System.Drawing.Size(23, 23);
     this.btnServerAdd.TabIndex  = 8;
     this.btnServerAdd.Text      = "+";
     this.btnServerAdd.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.toolTip1.SetToolTip(this.btnServerAdd, "Add server");
     this.btnServerAdd.UseVisualStyleBackColor = true;
     this.btnServerAdd.Click += new System.EventHandler(this.btnServerAdd_Click);
     //
     // nudPartitionThreads
     //
     this.nudPartitionThreads.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.nudPartitionThreads.Location = new System.Drawing.Point(664, 367);
     this.nudPartitionThreads.Name     = "nudPartitionThreads";
     this.nudPartitionThreads.Size     = new System.Drawing.Size(42, 20);
     this.nudPartitionThreads.TabIndex = 16;
     this.toolTip1.SetToolTip(this.nudPartitionThreads, "Max Processing Threads");
     this.nudPartitionThreads.Value = new decimal(new int[] {
         2,
         0,
         0,
         0
     });
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1144, 456);
     this.Controls.Add(this.btnServerAdd);
     this.Controls.Add(this.txtDataSource);
     this.Controls.Add(this.tvServer);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.tabControl1);
     this.Name  = "MainForm";
     this.Text  = "SSAS Info";
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabDimensions.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgDimensions)).EndInit();
     this.tabPartitions.ResumeLayout(false);
     this.tabPartitions.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbPartitionProcessType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgPartitions)).EndInit();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tvServer)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.nudPartitionThreads)).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();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn5     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn6     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn7     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn8     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn gridCheckBoxColumn2 = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn16    = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn17    = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn18    = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn19    = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn gridCheckBoxColumn3 = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn20    = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn1     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn2     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn3     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn4     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn9     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn21    = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     this.pnlTitulo          = new System.Windows.Forms.Panel();
     this.label3             = new System.Windows.Forms.Label();
     this.FlpBotones         = new System.Windows.Forms.FlowLayoutPanel();
     this.btnGuardarConsulta = new System.Windows.Forms.Button();
     this.btnAceptar         = new System.Windows.Forms.Button();
     this.tab = new System.Windows.Forms.TabControl();
     this.tabCuestionarios       = new System.Windows.Forms.TabPage();
     this.dtgEncuestas           = new CIDFares.Library.Controls.CIDDataGridsf.DataGridsf();
     this.tabMediciones          = new System.Windows.Forms.TabPage();
     this.dtgMediciones          = new CIDFares.Library.Controls.CIDDataGridsf.DataGridsf();
     this.tabServicios           = new System.Windows.Forms.TabPage();
     this.tabProductos           = new System.Windows.Forms.TabPage();
     this.tabPlanAlimentacion    = new System.Windows.Forms.TabPage();
     this.pnlContenedor          = new System.Windows.Forms.Panel();
     this.groupOpciones          = new System.Windows.Forms.GroupBox();
     this.dtgComentarios         = new CIDFares.Library.Controls.CIDDataGridsf.DataGridsf();
     this.btnComentarios         = new System.Windows.Forms.Button();
     this.FechaControl           = new Syncfusion.WinForms.Input.SfDateTimeEdit();
     this.RecomendacionesControl = new System.Windows.Forms.TextBox();
     this.ObservacionesControl   = new System.Windows.Forms.TextBox();
     this.label6              = new System.Windows.Forms.Label();
     this.label5              = new System.Windows.Forms.Label();
     this.DiagnosticoControl  = new System.Windows.Forms.TextBox();
     this.label7              = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.panelCentral        = new System.Windows.Forms.Panel();
     this.panel1              = new System.Windows.Forms.Panel();
     this.TipoConsultaControl = new System.Windows.Forms.ComboBox();
     this.btnOpciones         = new System.Windows.Forms.Button();
     this.ptbNuevoCliente     = new System.Windows.Forms.PictureBox();
     this.ptbCliente          = new System.Windows.Forms.PictureBox();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.NombreCompleto      = new System.Windows.Forms.TextBox();
     this.errorProvider1      = new System.Windows.Forms.ErrorProvider(this.components);
     this.pnlTitulo.SuspendLayout();
     this.FlpBotones.SuspendLayout();
     this.tab.SuspendLayout();
     this.tabCuestionarios.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgEncuestas)).BeginInit();
     this.tabMediciones.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgMediciones)).BeginInit();
     this.pnlContenedor.SuspendLayout();
     this.groupOpciones.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgComentarios)).BeginInit();
     this.panelCentral.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ptbNuevoCliente)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ptbCliente)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlTitulo
     //
     this.pnlTitulo.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(166)))), ((int)(((byte)(48)))));
     this.pnlTitulo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlTitulo.Controls.Add(this.label3);
     this.pnlTitulo.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlTitulo.Font     = new System.Drawing.Font("Montserrat", 8.249999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlTitulo.Location = new System.Drawing.Point(0, 0);
     this.pnlTitulo.Name     = "pnlTitulo";
     this.pnlTitulo.Size     = new System.Drawing.Size(1141, 45);
     this.pnlTitulo.TabIndex = 11;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Montserrat", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(12, 11);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(176, 26);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "CUESTIONARIOS";
     //
     // FlpBotones
     //
     this.FlpBotones.Controls.Add(this.btnGuardarConsulta);
     this.FlpBotones.Dock          = System.Windows.Forms.DockStyle.Bottom;
     this.FlpBotones.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.FlpBotones.Location      = new System.Drawing.Point(0, 615);
     this.FlpBotones.Name          = "FlpBotones";
     this.FlpBotones.Padding       = new System.Windows.Forms.Padding(10, 20, 10, 0);
     this.FlpBotones.Size          = new System.Drawing.Size(1141, 74);
     this.FlpBotones.TabIndex      = 3;
     //
     // btnGuardarConsulta
     //
     this.btnGuardarConsulta.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnGuardarConsulta.BackColor = System.Drawing.Color.White;
     this.btnGuardarConsulta.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(166)))), ((int)(((byte)(48)))));
     this.btnGuardarConsulta.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnGuardarConsulta.Font       = new System.Drawing.Font("Montserrat", 8.999999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnGuardarConsulta.ForeColor  = System.Drawing.Color.Black;
     this.btnGuardarConsulta.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnGuardarConsulta.Location   = new System.Drawing.Point(961, 23);
     this.btnGuardarConsulta.Name       = "btnGuardarConsulta";
     this.btnGuardarConsulta.Size       = new System.Drawing.Size(157, 28);
     this.btnGuardarConsulta.TabIndex   = 0;
     this.btnGuardarConsulta.Text       = "GUARDAR CONSULTA";
     this.btnGuardarConsulta.UseVisualStyleBackColor = false;
     this.btnGuardarConsulta.Visible = false;
     this.btnGuardarConsulta.Click  += new System.EventHandler(this.BtnGuardarConsulta_Click);
     //
     // btnAceptar
     //
     this.btnAceptar.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAceptar.BackColor = System.Drawing.Color.White;
     this.btnAceptar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(166)))), ((int)(((byte)(48)))));
     this.btnAceptar.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnAceptar.Font       = new System.Drawing.Font("Montserrat", 8.999999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAceptar.ForeColor  = System.Drawing.Color.Black;
     this.btnAceptar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAceptar.Location   = new System.Drawing.Point(434, 498);
     this.btnAceptar.Name       = "btnAceptar";
     this.btnAceptar.Size       = new System.Drawing.Size(183, 28);
     this.btnAceptar.TabIndex   = 1;
     this.btnAceptar.Text       = "CONTESTAR ENCUESTAS";
     this.btnAceptar.UseVisualStyleBackColor = false;
     this.btnAceptar.Visible = false;
     this.btnAceptar.Click  += new System.EventHandler(this.BtnAceptar_Click);
     //
     // tab
     //
     this.tab.Controls.Add(this.tabCuestionarios);
     this.tab.Controls.Add(this.tabMediciones);
     this.tab.Controls.Add(this.tabServicios);
     this.tab.Controls.Add(this.tabProductos);
     this.tab.Controls.Add(this.tabPlanAlimentacion);
     this.tab.Location      = new System.Drawing.Point(3, 11);
     this.tab.Name          = "tab";
     this.tab.SelectedIndex = 0;
     this.tab.Size          = new System.Drawing.Size(624, 481);
     this.tab.TabIndex      = 48;
     this.tab.Visible       = false;
     this.tab.Click        += new System.EventHandler(this.Tab_Click);
     //
     // tabCuestionarios
     //
     this.tabCuestionarios.Controls.Add(this.dtgEncuestas);
     this.tabCuestionarios.Location = new System.Drawing.Point(4, 22);
     this.tabCuestionarios.Name     = "tabCuestionarios";
     this.tabCuestionarios.Padding  = new System.Windows.Forms.Padding(3);
     this.tabCuestionarios.Size     = new System.Drawing.Size(616, 455);
     this.tabCuestionarios.TabIndex = 0;
     this.tabCuestionarios.Text     = "CUESTIONARIOS";
     this.tabCuestionarios.UseVisualStyleBackColor = true;
     //
     // dtgEncuestas
     //
     this.dtgEncuestas.AccessibleName       = "Table";
     this.dtgEncuestas.AllowDraggingColumns = true;
     this.dtgEncuestas.AllowEditing         = false;
     this.dtgEncuestas.AllowFiltering       = true;
     this.dtgEncuestas.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.dtgEncuestas.AutoExpandGroups    = true;
     this.dtgEncuestas.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
     this.dtgEncuestas.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(252)))), ((int)(((byte)(251)))));
     gridTextColumn5.AllowDragging         = true;
     gridTextColumn5.AllowEditing          = false;
     gridTextColumn5.AllowFiltering        = true;
     gridTextColumn5.HeaderText            = "IdEncuesta";
     gridTextColumn5.MappingName           = "datos.IdEncuesta";
     gridTextColumn5.Visible                   = false;
     gridTextColumn6.AllowDragging             = true;
     gridTextColumn6.AllowEditing              = false;
     gridTextColumn6.AllowFiltering            = true;
     gridTextColumn6.HeaderText                = "ENCUESTA";
     gridTextColumn6.MappingName               = "datos.NombreEncuesta";
     gridTextColumn7.AllowDragging             = true;
     gridTextColumn7.AllowEditing              = false;
     gridTextColumn7.AllowFiltering            = true;
     gridTextColumn7.HeaderText                = "IdTipoEncuesta";
     gridTextColumn7.MappingName               = "datos.IdTipoEncuesta";
     gridTextColumn7.Visible                   = false;
     gridTextColumn8.AllowDragging             = true;
     gridTextColumn8.AllowEditing              = false;
     gridTextColumn8.AllowFiltering            = true;
     gridTextColumn8.HeaderText                = "TIPO DE ENCUESTA";
     gridTextColumn8.MappingName               = "datos.Descripcion";
     gridCheckBoxColumn2.AllowCheckBoxOnHeader = true;
     gridCheckBoxColumn2.AllowDragging         = true;
     gridCheckBoxColumn2.AllowEditing          = false;
     gridCheckBoxColumn2.AllowFiltering        = true;
     gridCheckBoxColumn2.HeaderText            = "ASIGNAR";
     gridCheckBoxColumn2.MappingName           = "asignar";
     this.dtgEncuestas.Columns.Add(gridTextColumn5);
     this.dtgEncuestas.Columns.Add(gridTextColumn6);
     this.dtgEncuestas.Columns.Add(gridTextColumn7);
     this.dtgEncuestas.Columns.Add(gridTextColumn8);
     this.dtgEncuestas.Columns.Add(gridCheckBoxColumn2);
     this.dtgEncuestas.Location  = new System.Drawing.Point(3, 5);
     this.dtgEncuestas.Name      = "dtgEncuestas";
     this.dtgEncuestas.RowHeight = 21;
     this.dtgEncuestas.SerializationController = null;
     this.dtgEncuestas.ShowGroupDropArea       = true;
     this.dtgEncuestas.Size = new System.Drawing.Size(610, 444);
     this.dtgEncuestas.Style.CellStyle.TextColor = System.Drawing.Color.Black;
     this.dtgEncuestas.Style.GroupDropAreaItemStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
     this.dtgEncuestas.Style.GroupDropAreaItemStyle.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.dtgEncuestas.Style.GroupDropAreaStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(252)))), ((int)(((byte)(251)))));
     this.dtgEncuestas.Style.GroupDropAreaStyle.TextColor     = System.Drawing.Color.Black;
     this.dtgEncuestas.Style.HeaderStyle.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(166)))), ((int)(((byte)(48)))));
     this.dtgEncuestas.Style.HeaderStyle.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.dtgEncuestas.Style.IndentCellStyle.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(252)))), ((int)(((byte)(251)))));
     this.dtgEncuestas.TabIndex = 14;
     this.dtgEncuestas.Text     = "dataGridsf1";
     //
     // tabMediciones
     //
     this.tabMediciones.Controls.Add(this.dtgMediciones);
     this.tabMediciones.Font     = new System.Drawing.Font("Montserrat", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabMediciones.Location = new System.Drawing.Point(4, 22);
     this.tabMediciones.Name     = "tabMediciones";
     this.tabMediciones.Padding  = new System.Windows.Forms.Padding(3);
     this.tabMediciones.Size     = new System.Drawing.Size(616, 455);
     this.tabMediciones.TabIndex = 1;
     this.tabMediciones.Text     = "MEDICIONES";
     this.tabMediciones.UseVisualStyleBackColor = true;
     //
     // dtgMediciones
     //
     this.dtgMediciones.AccessibleName       = "Table";
     this.dtgMediciones.AllowDraggingColumns = true;
     this.dtgMediciones.AllowEditing         = false;
     this.dtgMediciones.AllowFiltering       = true;
     this.dtgMediciones.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.dtgMediciones.AutoExpandGroups    = true;
     this.dtgMediciones.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
     this.dtgMediciones.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(252)))), ((int)(((byte)(251)))));
     gridTextColumn16.AllowDragging         = true;
     gridTextColumn16.AllowEditing          = false;
     gridTextColumn16.AllowFiltering        = true;
     gridTextColumn16.HeaderText            = "IdEncuesta";
     gridTextColumn16.MappingName           = "dato.datos.IdEncuesta";
     gridTextColumn16.Visible                  = false;
     gridTextColumn17.AllowDragging            = true;
     gridTextColumn17.AllowEditing             = false;
     gridTextColumn17.AllowFiltering           = true;
     gridTextColumn17.HeaderText               = "NOMBRE";
     gridTextColumn17.MappingName              = "dato.Nombre";
     gridTextColumn18.AllowDragging            = true;
     gridTextColumn18.AllowEditing             = false;
     gridTextColumn18.AllowFiltering           = true;
     gridTextColumn18.HeaderText               = "UNIDAD DE MEDIDA";
     gridTextColumn18.MappingName              = "dato.NombreUnidadMedida";
     gridTextColumn19.AllowDragging            = true;
     gridTextColumn19.AllowEditing             = false;
     gridTextColumn19.AllowFiltering           = true;
     gridTextColumn19.HeaderText               = "VALOR";
     gridTextColumn19.MappingName              = "dato.NombreLista";
     gridCheckBoxColumn3.AllowCheckBoxOnHeader = true;
     gridCheckBoxColumn3.AllowDragging         = true;
     gridCheckBoxColumn3.AllowEditing          = false;
     gridCheckBoxColumn3.AllowFiltering        = true;
     gridCheckBoxColumn3.HeaderText            = "ASIGNAR";
     gridCheckBoxColumn3.MappingName           = "asignar";
     gridTextColumn20.AllowDragging            = true;
     gridTextColumn20.AllowEditing             = false;
     gridTextColumn20.AllowFiltering           = true;
     gridTextColumn20.HeaderText               = "Column6";
     gridTextColumn20.MappingName              = "dato.IdListaMedicion";
     gridTextColumn20.Visible                  = false;
     this.dtgMediciones.Columns.Add(gridTextColumn16);
     this.dtgMediciones.Columns.Add(gridTextColumn17);
     this.dtgMediciones.Columns.Add(gridTextColumn18);
     this.dtgMediciones.Columns.Add(gridTextColumn19);
     this.dtgMediciones.Columns.Add(gridCheckBoxColumn3);
     this.dtgMediciones.Columns.Add(gridTextColumn20);
     this.dtgMediciones.Location  = new System.Drawing.Point(3, 5);
     this.dtgMediciones.Name      = "dtgMediciones";
     this.dtgMediciones.RowHeight = 21;
     this.dtgMediciones.SerializationController = null;
     this.dtgMediciones.ShowGroupDropArea       = true;
     this.dtgMediciones.Size = new System.Drawing.Size(607, 444);
     this.dtgMediciones.Style.CellStyle.TextColor = System.Drawing.Color.Black;
     this.dtgMediciones.Style.GroupDropAreaItemStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
     this.dtgMediciones.Style.GroupDropAreaItemStyle.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.dtgMediciones.Style.GroupDropAreaStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(252)))), ((int)(((byte)(251)))));
     this.dtgMediciones.Style.GroupDropAreaStyle.TextColor     = System.Drawing.Color.Black;
     this.dtgMediciones.Style.HeaderStyle.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(166)))), ((int)(((byte)(48)))));
     this.dtgMediciones.Style.HeaderStyle.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.dtgMediciones.Style.IndentCellStyle.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(252)))), ((int)(((byte)(251)))));
     this.dtgMediciones.TabIndex = 15;
     this.dtgMediciones.Text     = "dataGridsf1";
     //
     // tabServicios
     //
     this.tabServicios.Location = new System.Drawing.Point(4, 22);
     this.tabServicios.Name     = "tabServicios";
     this.tabServicios.Size     = new System.Drawing.Size(616, 455);
     this.tabServicios.TabIndex = 2;
     this.tabServicios.Text     = "SERVICIOS";
     this.tabServicios.UseVisualStyleBackColor = true;
     //
     // tabProductos
     //
     this.tabProductos.Location = new System.Drawing.Point(4, 22);
     this.tabProductos.Name     = "tabProductos";
     this.tabProductos.Size     = new System.Drawing.Size(616, 455);
     this.tabProductos.TabIndex = 3;
     this.tabProductos.Text     = "PRODUCTOS";
     this.tabProductos.UseVisualStyleBackColor = true;
     //
     // tabPlanAlimentacion
     //
     this.tabPlanAlimentacion.Location = new System.Drawing.Point(4, 22);
     this.tabPlanAlimentacion.Name     = "tabPlanAlimentacion";
     this.tabPlanAlimentacion.Size     = new System.Drawing.Size(616, 455);
     this.tabPlanAlimentacion.TabIndex = 4;
     this.tabPlanAlimentacion.Text     = "PLAN DE ALIMENTACION";
     this.tabPlanAlimentacion.UseVisualStyleBackColor = true;
     //
     // pnlContenedor
     //
     this.pnlContenedor.Controls.Add(this.groupOpciones);
     this.pnlContenedor.Controls.Add(this.panelCentral);
     this.pnlContenedor.Controls.Add(this.panel1);
     this.pnlContenedor.Controls.Add(this.FlpBotones);
     this.pnlContenedor.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlContenedor.Location = new System.Drawing.Point(0, 45);
     this.pnlContenedor.Name     = "pnlContenedor";
     this.pnlContenedor.Size     = new System.Drawing.Size(1141, 689);
     this.pnlContenedor.TabIndex = 21;
     //
     // groupOpciones
     //
     this.groupOpciones.Controls.Add(this.dtgComentarios);
     this.groupOpciones.Controls.Add(this.btnComentarios);
     this.groupOpciones.Controls.Add(this.FechaControl);
     this.groupOpciones.Controls.Add(this.RecomendacionesControl);
     this.groupOpciones.Controls.Add(this.ObservacionesControl);
     this.groupOpciones.Controls.Add(this.label6);
     this.groupOpciones.Controls.Add(this.label5);
     this.groupOpciones.Controls.Add(this.DiagnosticoControl);
     this.groupOpciones.Controls.Add(this.label7);
     this.groupOpciones.Controls.Add(this.label4);
     this.groupOpciones.Enabled  = false;
     this.groupOpciones.Location = new System.Drawing.Point(633, 0);
     this.groupOpciones.Name     = "groupOpciones";
     this.groupOpciones.Size     = new System.Drawing.Size(496, 609);
     this.groupOpciones.TabIndex = 1;
     this.groupOpciones.TabStop  = false;
     this.groupOpciones.Visible  = false;
     //
     // dtgComentarios
     //
     this.dtgComentarios.AccessibleName       = "Table";
     this.dtgComentarios.AllowDraggingColumns = true;
     this.dtgComentarios.AllowEditing         = false;
     this.dtgComentarios.AllowFiltering       = true;
     this.dtgComentarios.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.dtgComentarios.AutoExpandGroups    = true;
     this.dtgComentarios.AutoSizeColumnsMode = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
     this.dtgComentarios.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(252)))), ((int)(((byte)(251)))));
     gridTextColumn1.AllowDragging           = true;
     gridTextColumn1.AllowEditing            = false;
     gridTextColumn1.AllowFiltering          = true;
     gridTextColumn1.HeaderText      = "IdEncuesta";
     gridTextColumn1.MappingName     = "IdComentario";
     gridTextColumn1.Visible         = false;
     gridTextColumn2.AllowDragging   = true;
     gridTextColumn2.AllowEditing    = false;
     gridTextColumn2.AllowFiltering  = true;
     gridTextColumn2.HeaderText      = "COMENTARIOS";
     gridTextColumn2.MappingName     = "Comentario";
     gridTextColumn3.AllowDragging   = true;
     gridTextColumn3.AllowEditing    = false;
     gridTextColumn3.AllowFiltering  = true;
     gridTextColumn3.HeaderText      = "FECHA";
     gridTextColumn3.MappingName     = "Fecha";
     gridTextColumn4.AllowDragging   = true;
     gridTextColumn4.AllowEditing    = false;
     gridTextColumn4.AllowFiltering  = true;
     gridTextColumn4.HeaderText      = "Column5";
     gridTextColumn4.MappingName     = "IdUsuario";
     gridTextColumn4.Visible         = false;
     gridTextColumn9.AllowDragging   = true;
     gridTextColumn9.AllowEditing    = false;
     gridTextColumn9.AllowFiltering  = true;
     gridTextColumn9.HeaderText      = "USUARIO";
     gridTextColumn9.MappingName     = "Nombre";
     gridTextColumn21.AllowDragging  = true;
     gridTextColumn21.AllowEditing   = false;
     gridTextColumn21.AllowFiltering = true;
     gridTextColumn21.HeaderText     = "IdEncuesta";
     gridTextColumn21.MappingName    = "IdEncuesta";
     gridTextColumn21.Visible        = false;
     this.dtgComentarios.Columns.Add(gridTextColumn1);
     this.dtgComentarios.Columns.Add(gridTextColumn2);
     this.dtgComentarios.Columns.Add(gridTextColumn3);
     this.dtgComentarios.Columns.Add(gridTextColumn4);
     this.dtgComentarios.Columns.Add(gridTextColumn9);
     this.dtgComentarios.Columns.Add(gridTextColumn21);
     this.dtgComentarios.Location  = new System.Drawing.Point(13, 328);
     this.dtgComentarios.Name      = "dtgComentarios";
     this.dtgComentarios.RowHeight = 21;
     this.dtgComentarios.SerializationController = null;
     this.dtgComentarios.ShowGroupDropArea       = true;
     this.dtgComentarios.Size = new System.Drawing.Size(439, 271);
     this.dtgComentarios.Style.CellStyle.TextColor = System.Drawing.Color.Black;
     this.dtgComentarios.Style.GroupDropAreaItemStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
     this.dtgComentarios.Style.GroupDropAreaItemStyle.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.dtgComentarios.Style.GroupDropAreaStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(252)))), ((int)(((byte)(251)))));
     this.dtgComentarios.Style.GroupDropAreaStyle.TextColor     = System.Drawing.Color.Black;
     this.dtgComentarios.Style.HeaderStyle.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(166)))), ((int)(((byte)(48)))));
     this.dtgComentarios.Style.HeaderStyle.TextColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.dtgComentarios.Style.IndentCellStyle.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(252)))), ((int)(((byte)(251)))));
     this.dtgComentarios.TabIndex = 53;
     this.dtgComentarios.Text     = "dataGridsf1";
     //
     // btnComentarios
     //
     this.btnComentarios.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnComentarios.BackColor = System.Drawing.Color.White;
     this.btnComentarios.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(166)))), ((int)(((byte)(48)))));
     this.btnComentarios.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnComentarios.Font       = new System.Drawing.Font("Montserrat", 8.999999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnComentarios.ForeColor  = System.Drawing.Color.Black;
     this.btnComentarios.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnComentarios.Location   = new System.Drawing.Point(458, 328);
     this.btnComentarios.Name       = "btnComentarios";
     this.btnComentarios.Size       = new System.Drawing.Size(27, 26);
     this.btnComentarios.TabIndex   = 4;
     this.btnComentarios.Text       = "+";
     this.btnComentarios.UseVisualStyleBackColor = false;
     this.btnComentarios.Click += new System.EventHandler(this.BtnComentarios_Click);
     //
     // FechaControl
     //
     this.FechaControl.Enabled  = false;
     this.FechaControl.Font     = new System.Drawing.Font("Montserrat", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FechaControl.Location = new System.Drawing.Point(259, 34);
     this.FechaControl.Name     = "FechaControl";
     this.FechaControl.Size     = new System.Drawing.Size(226, 31);
     this.FechaControl.TabIndex = 0;
     //
     // RecomendacionesControl
     //
     this.RecomendacionesControl.Font       = new System.Drawing.Font("Montserrat", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RecomendacionesControl.Location   = new System.Drawing.Point(13, 206);
     this.RecomendacionesControl.Multiline  = true;
     this.RecomendacionesControl.Name       = "RecomendacionesControl";
     this.RecomendacionesControl.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.RecomendacionesControl.Size       = new System.Drawing.Size(462, 105);
     this.RecomendacionesControl.TabIndex   = 3;
     //
     // ObservacionesControl
     //
     this.ObservacionesControl.Font       = new System.Drawing.Font("Montserrat", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ObservacionesControl.Location   = new System.Drawing.Point(259, 95);
     this.ObservacionesControl.Multiline  = true;
     this.ObservacionesControl.Name       = "ObservacionesControl";
     this.ObservacionesControl.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.ObservacionesControl.Size       = new System.Drawing.Size(216, 86);
     this.ObservacionesControl.TabIndex   = 2;
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("Montserrat", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.Black;
     this.label6.Location  = new System.Drawing.Point(10, 185);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(150, 18);
     this.label6.TabIndex  = 50;
     this.label6.Text      = "RECOMENDACIONES";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Montserrat", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location  = new System.Drawing.Point(256, 74);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(108, 18);
     this.label5.TabIndex  = 50;
     this.label5.Text      = "OBSERVACION";
     //
     // DiagnosticoControl
     //
     this.DiagnosticoControl.Font       = new System.Drawing.Font("Montserrat", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DiagnosticoControl.Location   = new System.Drawing.Point(13, 95);
     this.DiagnosticoControl.Multiline  = true;
     this.DiagnosticoControl.Name       = "DiagnosticoControl";
     this.DiagnosticoControl.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.DiagnosticoControl.Size       = new System.Drawing.Size(221, 86);
     this.DiagnosticoControl.TabIndex   = 1;
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Font      = new System.Drawing.Font("Montserrat", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.Black;
     this.label7.Location  = new System.Drawing.Point(256, 12);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(112, 18);
     this.label7.TabIndex  = 50;
     this.label7.Text      = "FECHA DE ALTA";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Montserrat", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location  = new System.Drawing.Point(10, 74);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(103, 18);
     this.label4.TabIndex  = 7;
     this.label4.Text      = "DIAGNOSTICO";
     //
     // panelCentral
     //
     this.panelCentral.Controls.Add(this.btnAceptar);
     this.panelCentral.Controls.Add(this.tab);
     this.panelCentral.Location = new System.Drawing.Point(0, 83);
     this.panelCentral.Name     = "panelCentral";
     this.panelCentral.Size     = new System.Drawing.Size(627, 532);
     this.panelCentral.TabIndex = 1;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.TipoConsultaControl);
     this.panel1.Controls.Add(this.btnOpciones);
     this.panel1.Controls.Add(this.ptbNuevoCliente);
     this.panel1.Controls.Add(this.ptbCliente);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.NombreCompleto);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(627, 83);
     this.panel1.TabIndex = 0;
     //
     // TipoConsultaControl
     //
     this.TipoConsultaControl.Font = new System.Drawing.Font("Montserrat", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TipoConsultaControl.FormattingEnabled = true;
     this.TipoConsultaControl.Location          = new System.Drawing.Point(359, 33);
     this.TipoConsultaControl.Name     = "TipoConsultaControl";
     this.TipoConsultaControl.Size     = new System.Drawing.Size(234, 26);
     this.TipoConsultaControl.TabIndex = 0;
     //
     // btnOpciones
     //
     this.btnOpciones.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOpciones.BackColor = System.Drawing.Color.White;
     this.btnOpciones.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(166)))), ((int)(((byte)(48)))));
     this.btnOpciones.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnOpciones.Font       = new System.Drawing.Font("Montserrat", 8.999999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnOpciones.ForeColor  = System.Drawing.Color.Black;
     this.btnOpciones.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnOpciones.Location   = new System.Drawing.Point(596, 33);
     this.btnOpciones.Name       = "btnOpciones";
     this.btnOpciones.Size       = new System.Drawing.Size(27, 26);
     this.btnOpciones.TabIndex   = 1;
     this.btnOpciones.Text       = "+";
     this.btnOpciones.UseVisualStyleBackColor = false;
     this.btnOpciones.Click += new System.EventHandler(this.BtnOpciones_Click);
     //
     // ptbNuevoCliente
     //
     this.ptbNuevoCliente.Image    = global::CIDFares.Spa.WFApplication.Properties.Resources.plus35pxBlack;
     this.ptbNuevoCliente.Location = new System.Drawing.Point(304, 33);
     this.ptbNuevoCliente.Name     = "ptbNuevoCliente";
     this.ptbNuevoCliente.Size     = new System.Drawing.Size(35, 26);
     this.ptbNuevoCliente.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.ptbNuevoCliente.TabIndex = 52;
     this.ptbNuevoCliente.TabStop  = false;
     //
     // ptbCliente
     //
     this.ptbCliente.Image    = global::CIDFares.Spa.WFApplication.Properties.Resources.search35px;
     this.ptbCliente.Location = new System.Drawing.Point(266, 33);
     this.ptbCliente.Name     = "ptbCliente";
     this.ptbCliente.Size     = new System.Drawing.Size(35, 26);
     this.ptbCliente.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.ptbCliente.TabIndex = 53;
     this.ptbCliente.TabStop  = false;
     this.ptbCliente.Click   += new System.EventHandler(this.PtbCliente_Click);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Montserrat", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(356, 12);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(137, 18);
     this.label2.TabIndex  = 50;
     this.label2.Text      = "TIPO DE CONSULTA";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Montserrat", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(7, 12);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(65, 18);
     this.label1.TabIndex  = 51;
     this.label1.Text      = "CLIENTE";
     //
     // NombreCompleto
     //
     this.NombreCompleto.Font     = new System.Drawing.Font("Montserrat", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NombreCompleto.Location = new System.Drawing.Point(11, 33);
     this.NombreCompleto.Name     = "NombreCompleto";
     this.NombreCompleto.ReadOnly = true;
     this.NombreCompleto.Size     = new System.Drawing.Size(253, 26);
     this.NombreCompleto.TabIndex = 48;
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // FrmOpcionesCuestionario
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1141, 734);
     this.Controls.Add(this.pnlContenedor);
     this.Controls.Add(this.pnlTitulo);
     this.MinimumSize   = new System.Drawing.Size(1015, 726);
     this.Name          = "FrmOpcionesCuestionario";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "FrmOpcionesCuestionario";
     this.Load         += new System.EventHandler(this.FrmOpcionesCuestionario_Load);
     this.Shown        += new System.EventHandler(this.FrmOpcionesCuestionario_Shown);
     this.pnlTitulo.ResumeLayout(false);
     this.pnlTitulo.PerformLayout();
     this.FlpBotones.ResumeLayout(false);
     this.tab.ResumeLayout(false);
     this.tabCuestionarios.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtgEncuestas)).EndInit();
     this.tabMediciones.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtgMediciones)).EndInit();
     this.pnlContenedor.ResumeLayout(false);
     this.groupOpciones.ResumeLayout(false);
     this.groupOpciones.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgComentarios)).EndInit();
     this.panelCentral.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ptbNuevoCliente)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ptbCliente)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).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();
     Syncfusion.WinForms.DataGrid.GridNumericColumn  gridNumericColumn1  = new Syncfusion.WinForms.DataGrid.GridNumericColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn1     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridNumericColumn  gridNumericColumn2  = new Syncfusion.WinForms.DataGrid.GridNumericColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn2     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn3     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn gridCheckBoxColumn1 = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn4     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridNumericColumn  gridNumericColumn3  = new Syncfusion.WinForms.DataGrid.GridNumericColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn5     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridButtonColumn   gridButtonColumn1   = new Syncfusion.WinForms.DataGrid.GridButtonColumn();
     Syncfusion.WinForms.DataGrid.GridButtonColumn   gridButtonColumn2   = new Syncfusion.WinForms.DataGrid.GridButtonColumn();
     Syncfusion.Windows.Forms.BannerTextInfo         bannerTextInfo1     = new Syncfusion.Windows.Forms.BannerTextInfo();
     this.panel3              = new System.Windows.Forms.Panel();
     this.panel4              = new System.Windows.Forms.Panel();
     this.sdgTools            = new Syncfusion.WinForms.DataGrid.SfDataGrid();
     this.pnlControls1        = new System.Windows.Forms.Panel();
     this.btnSaveChanges      = new Syncfusion.WinForms.Controls.SfButton();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.btnAddNewTool       = new Syncfusion.WinForms.Controls.SfButton();
     this.panel1              = new System.Windows.Forms.Panel();
     this.btnImportFile       = new Syncfusion.WinForms.Controls.SfButton();
     this.pictureBox3         = new System.Windows.Forms.PictureBox();
     this.btnUpdateStatus     = new Syncfusion.WinForms.Controls.SfButton();
     this.pictureBox2         = new System.Windows.Forms.PictureBox();
     this.btnReload           = new Syncfusion.WinForms.Controls.SfButton();
     this.txtSearch           = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.bannerTextProvider1 = new Syncfusion.Windows.Forms.BannerTextProvider(this.components);
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sdgTools)).BeginInit();
     this.pnlControls1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch)).BeginInit();
     this.SuspendLayout();
     //
     // panel3
     //
     this.panel3.Controls.Add(this.panel4);
     this.panel3.Controls.Add(this.pnlControls1);
     this.panel3.Controls.Add(this.panel1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(808, 420);
     this.panel3.TabIndex = 2;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.sdgTools);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 40);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(808, 340);
     this.panel4.TabIndex = 4;
     //
     // sdgTools
     //
     this.sdgTools.AccessibleName                    = "Table";
     this.sdgTools.AllowDeleting                     = true;
     this.sdgTools.AllowResizingColumns              = true;
     this.sdgTools.AutoSizeColumnsMode               = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
     gridNumericColumn1.AllowResizing                = true;
     gridNumericColumn1.Format                       = "{0}";
     gridNumericColumn1.HeaderStyle.FilterIconColor  = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridNumericColumn1.HeaderText                   = "#";
     gridNumericColumn1.MappingName                  = "Id";
     gridNumericColumn1.MaximumWidth                 = 50D;
     gridTextColumn1.AllowResizing                   = true;
     gridTextColumn1.HeaderStyle.FilterIconColor     = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridTextColumn1.HeaderText                      = "Host";
     gridTextColumn1.MappingName                     = "Smtp";
     gridNumericColumn2.AllowResizing                = true;
     gridNumericColumn2.Format                       = "{0}";
     gridNumericColumn2.HeaderStyle.FilterIconColor  = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridNumericColumn2.HeaderText                   = "Port";
     gridNumericColumn2.MappingName                  = "Port";
     gridTextColumn2.AllowResizing                   = true;
     gridTextColumn2.HeaderStyle.FilterIconColor     = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridTextColumn2.HeaderText                      = "Username";
     gridTextColumn2.MappingName                     = "Username";
     gridTextColumn3.AllowResizing                   = true;
     gridTextColumn3.HeaderStyle.FilterIconColor     = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridTextColumn3.HeaderText                      = "Password";
     gridTextColumn3.MappingName                     = "Password";
     gridCheckBoxColumn1.AllowResizing               = true;
     gridCheckBoxColumn1.HeaderStyle.FilterIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridCheckBoxColumn1.HeaderText                  = "SSL";
     gridCheckBoxColumn1.MappingName                 = "Ssl";
     gridTextColumn4.AllowResizing                   = true;
     gridTextColumn4.HeaderStyle.FilterIconColor     = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridTextColumn4.HeaderText                      = "Status";
     gridTextColumn4.MappingName                     = "Status";
     gridNumericColumn3.AllowResizing                = true;
     gridNumericColumn3.Format                       = "{0}";
     gridNumericColumn3.HeaderStyle.FilterIconColor  = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridNumericColumn3.HeaderText                   = "Price";
     gridNumericColumn3.MappingName                  = "Price";
     gridTextColumn5.AllowResizing                   = true;
     gridTextColumn5.HeaderStyle.FilterIconColor     = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     gridTextColumn5.HeaderText                      = "Product Type";
     gridTextColumn5.MappingName                     = "Type";
     gridButtonColumn1.AllowDefaultButtonText        = false;
     gridButtonColumn1.AllowResizing                 = true;
     gridButtonColumn1.ButtonSize                    = new System.Drawing.Size(0, 0);
     gridButtonColumn1.DefaultButtonText             = "";
     gridButtonColumn1.HeaderText                    = "Action";
     gridButtonColumn1.ImageSize                     = new System.Drawing.Size(0, 0);
     gridButtonColumn1.MappingName                   = "Column10";
     gridButtonColumn1.NullDisplayText               = "Delete";
     gridButtonColumn2.AllowDefaultButtonText        = false;
     gridButtonColumn2.AllowResizing                 = true;
     gridButtonColumn2.ButtonSize                    = new System.Drawing.Size(0, 0);
     gridButtonColumn2.DefaultButtonText             = "";
     gridButtonColumn2.HeaderText                    = "Check Status";
     gridButtonColumn2.ImageSize                     = new System.Drawing.Size(0, 0);
     gridButtonColumn2.MappingName                   = "Column11";
     gridButtonColumn2.NullDisplayText               = "Update Status";
     this.sdgTools.Columns.Add(gridNumericColumn1);
     this.sdgTools.Columns.Add(gridTextColumn1);
     this.sdgTools.Columns.Add(gridNumericColumn2);
     this.sdgTools.Columns.Add(gridTextColumn2);
     this.sdgTools.Columns.Add(gridTextColumn3);
     this.sdgTools.Columns.Add(gridCheckBoxColumn1);
     this.sdgTools.Columns.Add(gridTextColumn4);
     this.sdgTools.Columns.Add(gridNumericColumn3);
     this.sdgTools.Columns.Add(gridTextColumn5);
     this.sdgTools.Columns.Add(gridButtonColumn1);
     this.sdgTools.Columns.Add(gridButtonColumn2);
     this.sdgTools.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.sdgTools.Location = new System.Drawing.Point(0, 0);
     this.sdgTools.Name     = "sdgTools";
     this.sdgTools.Size     = new System.Drawing.Size(808, 340);
     this.sdgTools.Style.HeaderStyle.FilterIconColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(29)))), ((int)(((byte)(29)))));
     this.sdgTools.TabIndex         = 0;
     this.sdgTools.Text             = "sfDataGrid1";
     this.sdgTools.QueryRowStyle   += new Syncfusion.WinForms.DataGrid.Events.QueryRowStyleEventHandler(this.sdgTools_QueryRowStyle);
     this.sdgTools.CellButtonClick += new Syncfusion.WinForms.DataGrid.Events.CellButtonClickEventHandler(this.sdgTools_CellButtonClick);
     //
     // pnlControls1
     //
     this.pnlControls1.Controls.Add(this.btnSaveChanges);
     this.pnlControls1.Controls.Add(this.pictureBox1);
     this.pnlControls1.Controls.Add(this.btnAddNewTool);
     this.pnlControls1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.pnlControls1.Location = new System.Drawing.Point(0, 380);
     this.pnlControls1.Name     = "pnlControls1";
     this.pnlControls1.Padding  = new System.Windows.Forms.Padding(5);
     this.pnlControls1.Size     = new System.Drawing.Size(808, 40);
     this.pnlControls1.TabIndex = 3;
     //
     // btnSaveChanges
     //
     this.btnSaveChanges.AccessibleName         = "Button";
     this.btnSaveChanges.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.btnSaveChanges.Font                   = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnSaveChanges.Location               = new System.Drawing.Point(551, 5);
     this.btnSaveChanges.Name                   = "btnSaveChanges";
     this.btnSaveChanges.Size                   = new System.Drawing.Size(121, 30);
     this.btnSaveChanges.Style.BackColor        = System.Drawing.Color.Green;
     this.btnSaveChanges.Style.FocusedBackColor = System.Drawing.Color.Green;
     this.btnSaveChanges.Style.FocusedForeColor = System.Drawing.Color.White;
     this.btnSaveChanges.Style.ForeColor        = System.Drawing.Color.White;
     this.btnSaveChanges.Style.HoverBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(0)))));
     this.btnSaveChanges.Style.HoverForeColor   = System.Drawing.Color.White;
     this.btnSaveChanges.Style.PressedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(163)))), ((int)(((byte)(85)))));
     this.btnSaveChanges.Style.PressedForeColor = System.Drawing.Color.White;
     this.btnSaveChanges.TabIndex               = 5;
     this.btnSaveChanges.Text                   = "Save Changes";
     this.btnSaveChanges.Click                 += new System.EventHandler(this.btnSaveChanges_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pictureBox1.Location = new System.Drawing.Point(672, 5);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(10, 30);
     this.pictureBox1.TabIndex = 4;
     this.pictureBox1.TabStop  = false;
     //
     // btnAddNewTool
     //
     this.btnAddNewTool.AccessibleName         = "Button";
     this.btnAddNewTool.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.btnAddNewTool.Font                   = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnAddNewTool.Location               = new System.Drawing.Point(682, 5);
     this.btnAddNewTool.Name                   = "btnAddNewTool";
     this.btnAddNewTool.Size                   = new System.Drawing.Size(121, 30);
     this.btnAddNewTool.Style.BackColor        = System.Drawing.Color.Green;
     this.btnAddNewTool.Style.FocusedBackColor = System.Drawing.Color.Green;
     this.btnAddNewTool.Style.FocusedForeColor = System.Drawing.Color.White;
     this.btnAddNewTool.Style.ForeColor        = System.Drawing.Color.White;
     this.btnAddNewTool.Style.HoverBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(0)))));
     this.btnAddNewTool.Style.HoverForeColor   = System.Drawing.Color.White;
     this.btnAddNewTool.Style.PressedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(163)))), ((int)(((byte)(85)))));
     this.btnAddNewTool.Style.PressedForeColor = System.Drawing.Color.White;
     this.btnAddNewTool.TabIndex               = 3;
     this.btnAddNewTool.Text                   = "Add New Tool";
     this.btnAddNewTool.Click                 += new System.EventHandler(this.btnAddNewTool_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnImportFile);
     this.panel1.Controls.Add(this.pictureBox3);
     this.panel1.Controls.Add(this.btnUpdateStatus);
     this.panel1.Controls.Add(this.pictureBox2);
     this.panel1.Controls.Add(this.btnReload);
     this.panel1.Controls.Add(this.txtSearch);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Padding  = new System.Windows.Forms.Padding(5);
     this.panel1.Size     = new System.Drawing.Size(808, 40);
     this.panel1.TabIndex = 2;
     //
     // btnImportFile
     //
     this.btnImportFile.AccessibleName         = "Button";
     this.btnImportFile.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.btnImportFile.Font                   = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnImportFile.Location               = new System.Drawing.Point(485, 5);
     this.btnImportFile.Name                   = "btnImportFile";
     this.btnImportFile.Size                   = new System.Drawing.Size(104, 30);
     this.btnImportFile.Style.BackColor        = System.Drawing.Color.Green;
     this.btnImportFile.Style.FocusedBackColor = System.Drawing.Color.Green;
     this.btnImportFile.Style.FocusedForeColor = System.Drawing.Color.White;
     this.btnImportFile.Style.ForeColor        = System.Drawing.Color.White;
     this.btnImportFile.Style.HoverBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(0)))));
     this.btnImportFile.Style.HoverForeColor   = System.Drawing.Color.White;
     this.btnImportFile.Style.PressedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(163)))), ((int)(((byte)(85)))));
     this.btnImportFile.Style.PressedForeColor = System.Drawing.Color.White;
     this.btnImportFile.TabIndex               = 8;
     this.btnImportFile.Text                   = "Import File";
     this.btnImportFile.Click                 += new System.EventHandler(this.btnImportFile_Click);
     //
     // pictureBox3
     //
     this.pictureBox3.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pictureBox3.Location = new System.Drawing.Point(589, 5);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(10, 30);
     this.pictureBox3.TabIndex = 7;
     this.pictureBox3.TabStop  = false;
     //
     // btnUpdateStatus
     //
     this.btnUpdateStatus.AccessibleName         = "Button";
     this.btnUpdateStatus.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.btnUpdateStatus.Font                   = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnUpdateStatus.Location               = new System.Drawing.Point(599, 5);
     this.btnUpdateStatus.Name                   = "btnUpdateStatus";
     this.btnUpdateStatus.Size                   = new System.Drawing.Size(104, 30);
     this.btnUpdateStatus.Style.BackColor        = System.Drawing.Color.Green;
     this.btnUpdateStatus.Style.FocusedBackColor = System.Drawing.Color.Green;
     this.btnUpdateStatus.Style.FocusedForeColor = System.Drawing.Color.White;
     this.btnUpdateStatus.Style.ForeColor        = System.Drawing.Color.White;
     this.btnUpdateStatus.Style.HoverBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(0)))));
     this.btnUpdateStatus.Style.HoverForeColor   = System.Drawing.Color.White;
     this.btnUpdateStatus.Style.PressedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(163)))), ((int)(((byte)(85)))));
     this.btnUpdateStatus.Style.PressedForeColor = System.Drawing.Color.White;
     this.btnUpdateStatus.TabIndex               = 6;
     this.btnUpdateStatus.Text                   = "Update All";
     this.btnUpdateStatus.Click                 += new System.EventHandler(this.btnUpdateStatus_Click);
     //
     // pictureBox2
     //
     this.pictureBox2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pictureBox2.Location = new System.Drawing.Point(703, 5);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(10, 30);
     this.pictureBox2.TabIndex = 5;
     this.pictureBox2.TabStop  = false;
     //
     // btnReload
     //
     this.btnReload.AccessibleName         = "Button";
     this.btnReload.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.btnReload.Font                   = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnReload.Location               = new System.Drawing.Point(713, 5);
     this.btnReload.Name                   = "btnReload";
     this.btnReload.Size                   = new System.Drawing.Size(90, 30);
     this.btnReload.Style.BackColor        = System.Drawing.Color.Green;
     this.btnReload.Style.FocusedBackColor = System.Drawing.Color.Green;
     this.btnReload.Style.FocusedForeColor = System.Drawing.Color.White;
     this.btnReload.Style.ForeColor        = System.Drawing.Color.White;
     this.btnReload.Style.HoverBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(0)))));
     this.btnReload.Style.HoverForeColor   = System.Drawing.Color.White;
     this.btnReload.Style.PressedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(163)))), ((int)(((byte)(85)))));
     this.btnReload.Style.PressedForeColor = System.Drawing.Color.White;
     this.btnReload.TabIndex               = 3;
     this.btnReload.Text                   = "Reload";
     this.btnReload.Click                 += new System.EventHandler(this.txtReload_Click);
     //
     // txtSearch
     //
     bannerTextInfo1.Text    = "Search Anywhere";
     bannerTextInfo1.Visible = true;
     this.bannerTextProvider1.SetBannerText(this.txtSearch, bannerTextInfo1);
     this.txtSearch.BeforeTouchSize = new System.Drawing.Size(224, 29);
     this.txtSearch.Dock            = System.Windows.Forms.DockStyle.Left;
     this.txtSearch.Font            = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearch.Location        = new System.Drawing.Point(5, 5);
     this.txtSearch.Name            = "txtSearch";
     this.txtSearch.Size            = new System.Drawing.Size(224, 29);
     this.txtSearch.TabIndex        = 2;
     this.txtSearch.TextChanged    += new System.EventHandler(this.txtSearch_TextChanged);
     //
     // Tools
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.panel3);
     this.Name = "Tools";
     this.Size = new System.Drawing.Size(808, 420);
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.sdgTools)).EndInit();
     this.pnlControls1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch)).EndInit();
     this.ResumeLayout(false);
 }
예제 #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn5         = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn     gridCheckBoxColumn2     = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn6         = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn7         = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn         gridTextColumn8         = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GroupColumnDescription groupColumnDescription2 = new Syncfusion.WinForms.DataGrid.GroupColumnDescription();
     this.pnlPrincipal     = new System.Windows.Forms.Panel();
     this.panelCentral     = new System.Windows.Forms.Panel();
     this.panel3           = new System.Windows.Forms.Panel();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.ErrorControl     = new System.Windows.Forms.Label();
     this.ListaRegla       = new Syncfusion.WinForms.DataGrid.SfDataGrid();
     this.panel2           = new System.Windows.Forms.Panel();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.label1           = new System.Windows.Forms.Label();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.btnGuardar       = new System.Windows.Forms.Button();
     this.btnCancelar      = new System.Windows.Forms.Button();
     this.IdRolControl     = new System.Windows.Forms.ComboBox();
     this.pnlHead          = new System.Windows.Forms.Panel();
     this.label2           = new System.Windows.Forms.Label();
     this.errorProvider1   = new System.Windows.Forms.ErrorProvider(this.components);
     this.pnlPrincipal.SuspendLayout();
     this.panelCentral.SuspendLayout();
     this.panel3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ListaRegla)).BeginInit();
     this.panel2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.pnlHead.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlPrincipal
     //
     this.pnlPrincipal.Controls.Add(this.panelCentral);
     this.pnlPrincipal.Controls.Add(this.pnlHead);
     this.pnlPrincipal.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlPrincipal.Location = new System.Drawing.Point(0, 0);
     this.pnlPrincipal.Name     = "pnlPrincipal";
     this.pnlPrincipal.Size     = new System.Drawing.Size(937, 476);
     this.pnlPrincipal.TabIndex = 0;
     //
     // panelCentral
     //
     this.panelCentral.Controls.Add(this.panel3);
     this.panelCentral.Controls.Add(this.panel2);
     this.panelCentral.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelCentral.Location = new System.Drawing.Point(0, 58);
     this.panelCentral.Name     = "panelCentral";
     this.panelCentral.Size     = new System.Drawing.Size(937, 418);
     this.panelCentral.TabIndex = 3;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.groupBox2);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(277, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(660, 418);
     this.panel3.TabIndex = 1;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.White;
     this.groupBox2.Controls.Add(this.ErrorControl);
     this.groupBox2.Controls.Add(this.ListaRegla);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Font     = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.Location = new System.Drawing.Point(0, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(660, 418);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Reglas";
     //
     // ErrorControl
     //
     this.ErrorControl.AutoSize = true;
     this.ErrorControl.Location = new System.Drawing.Point(11, 30);
     this.ErrorControl.Name     = "ErrorControl";
     this.ErrorControl.Size     = new System.Drawing.Size(0, 17);
     this.ErrorControl.TabIndex = 55;
     //
     // ListaRegla
     //
     this.ListaRegla.AccessibleName       = "";
     this.ListaRegla.AllowGrouping        = false;
     this.ListaRegla.AllowResizingColumns = true;
     this.ListaRegla.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.ListaRegla.AutoSizeColumnsMode       = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
     gridTextColumn5.AllowGrouping             = false;
     gridTextColumn5.AllowResizing             = true;
     gridTextColumn5.HeaderText                = "Column1";
     gridTextColumn5.MappingName               = "IdRegla";
     gridTextColumn5.Visible                   = false;
     gridCheckBoxColumn2.AllowCheckBoxOnHeader = true;
     gridCheckBoxColumn2.AllowGrouping         = false;
     gridCheckBoxColumn2.AllowResizing         = true;
     gridCheckBoxColumn2.AllowThreeState       = true;
     gridCheckBoxColumn2.HeaderText            = "AplicaRegla";
     gridCheckBoxColumn2.MappingName           = "ReglaAsignada";
     gridCheckBoxColumn2.Width                 = 30D;
     gridTextColumn6.AllowGrouping             = false;
     gridTextColumn6.AllowResizing             = true;
     gridTextColumn6.HeaderText                = "Nombre Permiso";
     gridTextColumn6.MappingName               = "NombrePermiso";
     gridTextColumn6.Visible                   = false;
     gridTextColumn7.AllowGrouping             = false;
     gridTextColumn7.AllowResizing             = true;
     gridTextColumn7.HeaderText                = "Regla";
     gridTextColumn7.MappingName               = "NombreRegla";
     gridTextColumn7.Width         = 300D;
     gridTextColumn8.AllowGrouping = false;
     gridTextColumn8.AllowResizing = true;
     gridTextColumn8.HeaderText    = "Descripción";
     gridTextColumn8.MappingName   = "Descripcion";
     this.ListaRegla.Columns.Add(gridTextColumn5);
     this.ListaRegla.Columns.Add(gridCheckBoxColumn2);
     this.ListaRegla.Columns.Add(gridTextColumn6);
     this.ListaRegla.Columns.Add(gridTextColumn7);
     this.ListaRegla.Columns.Add(gridTextColumn8);
     this.ListaRegla.Font = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     groupColumnDescription2.ColumnName = "NombrePermiso";
     this.ListaRegla.GroupColumnDescriptions.Add(groupColumnDescription2);
     this.ListaRegla.Location             = new System.Drawing.Point(6, 22);
     this.ListaRegla.Name                 = "ListaRegla";
     this.ListaRegla.PreviewRowHeightMode = Syncfusion.WinForms.DataGrid.Enums.PreviewRowHeightMode.Auto;
     this.ListaRegla.Size                 = new System.Drawing.Size(648, 393);
     this.ListaRegla.Style.GroupDropAreaItemStyle.Font.Facename = "Century Gothic";
     this.ListaRegla.Style.GroupDropAreaItemStyle.Font.Size     = 12F;
     this.ListaRegla.Style.HeaderStyle.Font.Facename            = "Century Gothic";
     this.ListaRegla.Style.HeaderStyle.Font.Size = 10F;
     this.ListaRegla.TabIndex = 2;
     this.ListaRegla.Text     = "sfDataGrid1";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.groupBox1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(277, 418);
     this.panel2.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.White;
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.flowLayoutPanel1);
     this.groupBox1.Controls.Add(this.IdRolControl);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Font     = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(277, 418);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Perfil";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 104);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(132, 17);
     this.label1.TabIndex = 54;
     this.label1.Text     = "Seleccione un perfil";
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.btnGuardar);
     this.flowLayoutPanel1.Controls.Add(this.btnCancelar);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(6, 187);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(262, 34);
     this.flowLayoutPanel1.TabIndex = 53;
     //
     // btnGuardar
     //
     this.btnGuardar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(186)))), ((int)(((byte)(60)))));
     this.btnGuardar.FlatAppearance.BorderSize = 0;
     this.btnGuardar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnGuardar.Font      = new System.Drawing.Font("Century Gothic", 9.75F);
     this.btnGuardar.ForeColor = System.Drawing.Color.White;
     this.btnGuardar.Location  = new System.Drawing.Point(3, 3);
     this.btnGuardar.Name      = "btnGuardar";
     this.btnGuardar.Size      = new System.Drawing.Size(123, 29);
     this.btnGuardar.TabIndex  = 6;
     this.btnGuardar.Text      = "Guardar";
     this.btnGuardar.UseVisualStyleBackColor = false;
     this.btnGuardar.Click += new System.EventHandler(this.btnGuardar_Click);
     //
     // btnCancelar
     //
     this.btnCancelar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
     this.btnCancelar.FlatAppearance.BorderSize = 0;
     this.btnCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCancelar.Font      = new System.Drawing.Font("Century Gothic", 9.75F);
     this.btnCancelar.ForeColor = System.Drawing.Color.White;
     this.btnCancelar.Location  = new System.Drawing.Point(132, 3);
     this.btnCancelar.Name      = "btnCancelar";
     this.btnCancelar.Size      = new System.Drawing.Size(123, 29);
     this.btnCancelar.TabIndex  = 7;
     this.btnCancelar.Text      = "Cancelar";
     this.btnCancelar.UseVisualStyleBackColor = false;
     this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click);
     //
     // IdRolControl
     //
     this.IdRolControl.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.IdRolControl.FormattingEnabled = true;
     this.IdRolControl.Location          = new System.Drawing.Point(9, 124);
     this.IdRolControl.Name                  = "IdRolControl";
     this.IdRolControl.Size                  = new System.Drawing.Size(252, 28);
     this.IdRolControl.TabIndex              = 0;
     this.IdRolControl.SelectedIndexChanged += new System.EventHandler(this.IdPerfilControl_SelectedIndexChanged);
     //
     // pnlHead
     //
     this.pnlHead.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(166)))), ((int)(((byte)(48)))));
     this.pnlHead.Controls.Add(this.label2);
     this.pnlHead.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlHead.Location = new System.Drawing.Point(0, 0);
     this.pnlHead.Name     = "pnlHead";
     this.pnlHead.Size     = new System.Drawing.Size(937, 58);
     this.pnlHead.TabIndex = 0;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(5, 18);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(242, 20);
     this.label2.TabIndex  = 55;
     this.label2.Text      = "Seleccionar reglas a un perfil";
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // FrmReglasPerfil
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(937, 476);
     this.Controls.Add(this.pnlPrincipal);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FrmReglasPerfil";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "FrmReglasPerfil";
     this.Load           += new System.EventHandler(this.FrmReglasPerfil_Load);
     this.pnlPrincipal.ResumeLayout(false);
     this.panelCentral.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ListaRegla)).EndInit();
     this.panel2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.pnlHead.ResumeLayout(false);
     this.pnlHead.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
예제 #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Syncfusion.WinForms.DataGrid.GridNumericColumn  gridNumericColumn1  = new Syncfusion.WinForms.DataGrid.GridNumericColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn1     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn2     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridTextColumn     gridTextColumn3     = new Syncfusion.WinForms.DataGrid.GridTextColumn();
     Syncfusion.WinForms.DataGrid.GridCheckBoxColumn gridCheckBoxColumn1 = new Syncfusion.WinForms.DataGrid.GridCheckBoxColumn();
     Syncfusion.WinForms.DataGrid.GridButtonColumn   gridButtonColumn1   = new Syncfusion.WinForms.DataGrid.GridButtonColumn();
     Syncfusion.Windows.Forms.BannerTextInfo         bannerTextInfo1     = new Syncfusion.Windows.Forms.BannerTextInfo();
     this.panel1              = new System.Windows.Forms.Panel();
     this.btnSaveChanges      = new Syncfusion.WinForms.Controls.SfButton();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.btnAddNewCustomer   = new Syncfusion.WinForms.Controls.SfButton();
     this.panel2              = new System.Windows.Forms.Panel();
     this.panel4              = new System.Windows.Forms.Panel();
     this.sgvCustomers        = new Syncfusion.WinForms.DataGrid.SfDataGrid();
     this.panel3              = new System.Windows.Forms.Panel();
     this.txtReload           = new Syncfusion.WinForms.Controls.SfButton();
     this.txtSearch           = new Syncfusion.Windows.Forms.Tools.TextBoxExt();
     this.bannerTextProvider1 = new Syncfusion.Windows.Forms.BannerTextProvider(this.components);
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sgvCustomers)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnSaveChanges);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.btnAddNewCustomer);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 469);
     this.panel1.Name     = "panel1";
     this.panel1.Padding  = new System.Windows.Forms.Padding(5);
     this.panel1.Size     = new System.Drawing.Size(776, 40);
     this.panel1.TabIndex = 0;
     //
     // btnSaveChanges
     //
     this.btnSaveChanges.AccessibleName         = "Button";
     this.btnSaveChanges.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.btnSaveChanges.Font                   = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnSaveChanges.Location               = new System.Drawing.Point(519, 5);
     this.btnSaveChanges.Name                   = "btnSaveChanges";
     this.btnSaveChanges.Size                   = new System.Drawing.Size(121, 30);
     this.btnSaveChanges.Style.BackColor        = System.Drawing.Color.Green;
     this.btnSaveChanges.Style.FocusedBackColor = System.Drawing.Color.Green;
     this.btnSaveChanges.Style.FocusedForeColor = System.Drawing.Color.White;
     this.btnSaveChanges.Style.ForeColor        = System.Drawing.Color.White;
     this.btnSaveChanges.Style.HoverBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(0)))));
     this.btnSaveChanges.Style.HoverForeColor   = System.Drawing.Color.White;
     this.btnSaveChanges.Style.PressedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(163)))), ((int)(((byte)(85)))));
     this.btnSaveChanges.Style.PressedForeColor = System.Drawing.Color.White;
     this.btnSaveChanges.TabIndex               = 2;
     this.btnSaveChanges.Text                   = "Save Changes";
     this.btnSaveChanges.Click                 += new System.EventHandler(this.btnSaveChanges_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pictureBox1.Location = new System.Drawing.Point(640, 5);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(10, 30);
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop  = false;
     //
     // btnAddNewCustomer
     //
     this.btnAddNewCustomer.AccessibleName         = "Button";
     this.btnAddNewCustomer.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.btnAddNewCustomer.Font                   = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.btnAddNewCustomer.Location               = new System.Drawing.Point(650, 5);
     this.btnAddNewCustomer.Name                   = "btnAddNewCustomer";
     this.btnAddNewCustomer.Size                   = new System.Drawing.Size(121, 30);
     this.btnAddNewCustomer.Style.BackColor        = System.Drawing.Color.Green;
     this.btnAddNewCustomer.Style.FocusedBackColor = System.Drawing.Color.Green;
     this.btnAddNewCustomer.Style.FocusedForeColor = System.Drawing.Color.White;
     this.btnAddNewCustomer.Style.ForeColor        = System.Drawing.Color.White;
     this.btnAddNewCustomer.Style.HoverBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(0)))));
     this.btnAddNewCustomer.Style.HoverForeColor   = System.Drawing.Color.White;
     this.btnAddNewCustomer.Style.PressedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(163)))), ((int)(((byte)(85)))));
     this.btnAddNewCustomer.Style.PressedForeColor = System.Drawing.Color.White;
     this.btnAddNewCustomer.TabIndex               = 0;
     this.btnAddNewCustomer.Text                   = "Add New Customer";
     this.btnAddNewCustomer.Click                 += new System.EventHandler(this.btnAddNewCustomer_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(776, 469);
     this.panel2.TabIndex = 1;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.sgvCustomers);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(0, 40);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(776, 429);
     this.panel4.TabIndex = 2;
     //
     // sgvCustomers
     //
     this.sgvCustomers.AccessibleName       = "Table";
     this.sgvCustomers.AllowResizingColumns = true;
     this.sgvCustomers.AutoGenerateColumns  = false;
     this.sgvCustomers.AutoSizeColumnsMode  = Syncfusion.WinForms.DataGrid.Enums.AutoSizeColumnsMode.Fill;
     gridNumericColumn1.AllowResizing       = true;
     gridNumericColumn1.Format                = "{0}";
     gridNumericColumn1.HeaderText            = "ID";
     gridNumericColumn1.MappingName           = "Id";
     gridNumericColumn1.MaximumWidth          = 50D;
     gridNumericColumn1.MinimumWidth          = 50D;
     gridTextColumn1.AllowResizing            = true;
     gridTextColumn1.HeaderText               = "Name";
     gridTextColumn1.MappingName              = "Name";
     gridTextColumn1.NullDisplayText          = "No Name";
     gridTextColumn2.AllowResizing            = true;
     gridTextColumn2.HeaderText               = "Email";
     gridTextColumn2.MappingName              = "Email";
     gridTextColumn3.AllowResizing            = true;
     gridTextColumn3.HeaderText               = "Password";
     gridTextColumn3.MappingName              = "Password";
     gridCheckBoxColumn1.AllowResizing        = true;
     gridCheckBoxColumn1.HeaderText           = "Blocked";
     gridCheckBoxColumn1.MappingName          = "IsBlocked";
     gridButtonColumn1.AllowDefaultButtonText = false;
     gridButtonColumn1.AllowResizing          = true;
     gridButtonColumn1.ButtonSize             = new System.Drawing.Size(0, 0);
     gridButtonColumn1.DefaultButtonText      = "";
     gridButtonColumn1.HeaderText             = "Action";
     gridButtonColumn1.ImageSize              = new System.Drawing.Size(0, 0);
     gridButtonColumn1.MappingName            = "Column7";
     gridButtonColumn1.NullDisplayText        = "Delete";
     this.sgvCustomers.Columns.Add(gridNumericColumn1);
     this.sgvCustomers.Columns.Add(gridTextColumn1);
     this.sgvCustomers.Columns.Add(gridTextColumn2);
     this.sgvCustomers.Columns.Add(gridTextColumn3);
     this.sgvCustomers.Columns.Add(gridCheckBoxColumn1);
     this.sgvCustomers.Columns.Add(gridButtonColumn1);
     this.sgvCustomers.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.sgvCustomers.Location           = new System.Drawing.Point(0, 0);
     this.sgvCustomers.Name               = "sgvCustomers";
     this.sgvCustomers.Size               = new System.Drawing.Size(776, 429);
     this.sgvCustomers.TabIndex           = 1;
     this.sgvCustomers.Text               = "sfDataGrid1";
     this.sgvCustomers.DataSourceChanged += new Syncfusion.WinForms.DataGrid.Events.DataSourceChangedEventHandler(this.sgvCustomers_DataSourceChanged);
     this.sgvCustomers.CellButtonClick   += new Syncfusion.WinForms.DataGrid.Events.CellButtonClickEventHandler(this.sgvCustomers_CellButtonClick);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.txtReload);
     this.panel3.Controls.Add(this.txtSearch);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Padding  = new System.Windows.Forms.Padding(5);
     this.panel3.Size     = new System.Drawing.Size(776, 40);
     this.panel3.TabIndex = 1;
     //
     // txtReload
     //
     this.txtReload.AccessibleName         = "Button";
     this.txtReload.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.txtReload.Font                   = new System.Drawing.Font("Segoe UI Semibold", 9F);
     this.txtReload.Location               = new System.Drawing.Point(681, 5);
     this.txtReload.Name                   = "txtReload";
     this.txtReload.Size                   = new System.Drawing.Size(90, 30);
     this.txtReload.Style.BackColor        = System.Drawing.Color.Green;
     this.txtReload.Style.FocusedBackColor = System.Drawing.Color.Green;
     this.txtReload.Style.FocusedForeColor = System.Drawing.Color.White;
     this.txtReload.Style.ForeColor        = System.Drawing.Color.White;
     this.txtReload.Style.HoverBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(78)))), ((int)(((byte)(0)))));
     this.txtReload.Style.HoverForeColor   = System.Drawing.Color.White;
     this.txtReload.Style.PressedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(163)))), ((int)(((byte)(85)))));
     this.txtReload.Style.PressedForeColor = System.Drawing.Color.White;
     this.txtReload.TabIndex               = 1;
     this.txtReload.Text                   = "Reload";
     this.txtReload.Click                 += new System.EventHandler(this.txtReload_Click);
     //
     // txtSearch
     //
     bannerTextInfo1.Text    = "Search By Name";
     bannerTextInfo1.Visible = true;
     this.bannerTextProvider1.SetBannerText(this.txtSearch, bannerTextInfo1);
     this.txtSearch.BeforeTouchSize = new System.Drawing.Size(186, 29);
     this.txtSearch.Dock            = System.Windows.Forms.DockStyle.Left;
     this.txtSearch.Font            = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearch.Location        = new System.Drawing.Point(5, 5);
     this.txtSearch.Name            = "txtSearch";
     this.txtSearch.Size            = new System.Drawing.Size(186, 29);
     this.txtSearch.TabIndex        = 0;
     this.txtSearch.TextChanged    += new System.EventHandler(this.txtSearch_TextChanged);
     //
     // Users
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name = "Users";
     this.Size = new System.Drawing.Size(776, 509);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.sgvCustomers)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtSearch)).EndInit();
     this.ResumeLayout(false);
 }