/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PreciosServicios));
     this.xpnlBase         = new TNGS.NetControls.XPanel();
     this.tsContainer1     = new TNGS.NetControls.TSContainer();
     this.tabPageSwitcher1 = new RibbonStyle.TabPageSwitcher();
     this.tabStripPage1    = new RibbonStyle.TabStripPage();
     this.tsPanel2         = new TNGS.NetControls.TSPanel();
     this.cmdHab           = new TNGS.NetControls.GlassButton();
     this.cmdCancelar      = new TNGS.NetControls.GlassButton();
     this.cmdGrabar        = new TNGS.NetControls.GlassButton();
     this.cmdDesHab        = new TNGS.NetControls.GlassButton();
     this.tsPanel1         = new TNGS.NetControls.TSPanel();
     this.cmdSalir         = new TNGS.NetControls.GlassButton();
     this.cmdPurgar        = new TNGS.NetControls.GlassButton();
     this.cmdModificar     = new TNGS.NetControls.GlassButton();
     this.cmdNuevo         = new TNGS.NetControls.GlassButton();
     this.tsBase1          = new TNGS.NetControls.TSBase();
     this.tab1             = new RibbonStyle.Tab();
     this.lblTitle         = new System.Windows.Forms.Label();
     this.grdDatos         = new TNGS.NetControls.FullGrid();
     this.cmdPrint         = new TNGS.NetControls.GlassButton();
     this.cmdExcel         = new TNGS.NetControls.GlassButton();
     this.frmEdicion       = new TNGS.NetControls.ImgGroup();
     this.lblColor         = new System.Windows.Forms.Label();
     this.cmbColor         = new TNGS.NetControls.CDCombo();
     this.lblFecha         = new System.Windows.Forms.Label();
     this.txtFecha         = new TNGS.NetControls.DateEdit();
     this.lblPrecio        = new System.Windows.Forms.Label();
     this.txtPrecio        = new TNGS.NetControls.DecimalEdit();
     this.lblCoseguro      = new System.Windows.Forms.Label();
     this.txtCoseguro      = new TNGS.NetControls.DecimalEdit();
     this.xpnlBase.SuspendLayout();
     this.tsContainer1.SuspendLayout();
     this.tabPageSwitcher1.SuspendLayout();
     this.tabStripPage1.SuspendLayout();
     this.tsPanel2.SuspendLayout();
     this.tsPanel1.SuspendLayout();
     this.tsBase1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdDatos)).BeginInit();
     this.frmEdicion.SuspendLayout();
     this.SuspendLayout();
     //
     // xpnlBase
     //
     this.xpnlBase.BackColor1 = System.Drawing.SystemColors.Control;
     this.xpnlBase.BackColor2 = System.Drawing.SystemColors.Control;
     this.xpnlBase.Controls.Add(this.tsContainer1);
     this.xpnlBase.Controls.Add(this.lblTitle);
     this.xpnlBase.Controls.Add(this.grdDatos);
     this.xpnlBase.Controls.Add(this.cmdPrint);
     this.xpnlBase.Controls.Add(this.cmdExcel);
     this.xpnlBase.Controls.Add(this.frmEdicion);
     this.xpnlBase.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.xpnlBase.Location = new System.Drawing.Point(0, 0);
     this.xpnlBase.Name     = "xpnlBase";
     this.xpnlBase.Size     = new System.Drawing.Size(750, 450);
     this.xpnlBase.TabIndex = 0;
     //
     // tsContainer1
     //
     this.tsContainer1.Controls.Add(this.tabPageSwitcher1);
     this.tsContainer1.Controls.Add(this.tsBase1);
     this.tsContainer1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tsContainer1.Location = new System.Drawing.Point(0, 0);
     this.tsContainer1.Name     = "tsContainer1";
     this.tsContainer1.Size     = new System.Drawing.Size(750, 115);
     this.tsContainer1.TabIndex = 22;
     //
     // tabPageSwitcher1
     //
     this.tabPageSwitcher1.Controls.Add(this.tabStripPage1);
     this.tabPageSwitcher1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.tabPageSwitcher1.Location             = new System.Drawing.Point(0, 26);
     this.tabPageSwitcher1.Name                 = "tabPageSwitcher1";
     this.tabPageSwitcher1.SelectedTabStripPage = this.tabStripPage1;
     this.tabPageSwitcher1.Size                 = new System.Drawing.Size(750, 89);
     this.tabPageSwitcher1.TabIndex             = 1;
     this.tabPageSwitcher1.TabStrip             = this.tsBase1;
     this.tabPageSwitcher1.Text                 = "tabPageSwitcher1";
     //
     // tabStripPage1
     //
     this.tabStripPage1.Caption = "";
     this.tabStripPage1.Controls.Add(this.tsPanel2);
     this.tabStripPage1.Controls.Add(this.tsPanel1);
     this.tabStripPage1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.tabStripPage1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.tabStripPage1.Location  = new System.Drawing.Point(4, 0);
     this.tabStripPage1.Name      = "tabStripPage1";
     this.tabStripPage1.Opacity   = 255;
     this.tabStripPage1.Padding   = new System.Windows.Forms.Padding(0, 3, 0, 0);
     this.tabStripPage1.Size      = new System.Drawing.Size(742, 87);
     this.tabStripPage1.Speed     = 8;
     this.tabStripPage1.TabIndex  = 0;
     //
     // tsPanel2
     //
     this.tsPanel2.Caption = "Edición";
     this.tsPanel2.Controls.Add(this.cmdHab);
     this.tsPanel2.Controls.Add(this.cmdCancelar);
     this.tsPanel2.Controls.Add(this.cmdGrabar);
     this.tsPanel2.Controls.Add(this.cmdDesHab);
     this.tsPanel2.Dock      = System.Windows.Forms.DockStyle.Left;
     this.tsPanel2.FlatColor = System.Drawing.Color.RoyalBlue;
     this.tsPanel2.Location  = new System.Drawing.Point(282, 3);
     this.tsPanel2.Name      = "tsPanel2";
     this.tsPanel2.Opacity   = 255;
     this.tsPanel2.Size      = new System.Drawing.Size(284, 85);
     this.tsPanel2.Speed     = 1;
     this.tsPanel2.TabIndex  = 1;
     //
     // cmdHab
     //
     this.cmdHab.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdHab.BackgroundImage")));
     this.cmdHab.BlackBorder      = true;
     this.cmdHab.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdHab.CircleButton     = false;
     this.cmdHab.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Check;
     this.cmdHab.FlatColor        = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.cmdHab.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Aceptar;
     this.cmdHab.FlatFontSize     = 9;
     this.cmdHab.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdHab.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.cmdHab.Location         = new System.Drawing.Point(157, 7);
     this.cmdHab.Name             = "cmdHab";
     this.cmdHab.RoundCorners     = 2;
     this.cmdHab.Size             = new System.Drawing.Size(113, 25);
     this.cmdHab.TabIndex         = 11;
     this.cmdHab.Text             = "Habilitar";
     this.cmdHab.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdHab.W8Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.cmdHab.Click           += new System.EventHandler(this.cmdDesHab_Click);
     //
     // cmdCancelar
     //
     this.cmdCancelar.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdCancelar.BackgroundImage")));
     this.cmdCancelar.BlackBorder      = true;
     this.cmdCancelar.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdCancelar.CircleButton     = false;
     this.cmdCancelar.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Cancel;
     this.cmdCancelar.FlatColor        = System.Drawing.Color.Red;
     this.cmdCancelar.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Cancelar;
     this.cmdCancelar.FlatFontSize     = 9;
     this.cmdCancelar.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdCancelar.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.cmdCancelar.ImageOnTop       = true;
     this.cmdCancelar.Location         = new System.Drawing.Point(81, 4);
     this.cmdCancelar.Name             = "cmdCancelar";
     this.cmdCancelar.RoundCorners     = 2;
     this.cmdCancelar.Size             = new System.Drawing.Size(70, 60);
     this.cmdCancelar.TabIndex         = 12;
     this.cmdCancelar.Text             = "Cancelar";
     this.cmdCancelar.TextAlign        = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdCancelar.W8Color          = System.Drawing.Color.Red;
     this.cmdCancelar.Click           += new System.EventHandler(this.cmdCancelar_Click);
     //
     // cmdGrabar
     //
     this.cmdGrabar.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdGrabar.BackgroundImage")));
     this.cmdGrabar.BlackBorder      = true;
     this.cmdGrabar.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdGrabar.CircleButton     = false;
     this.cmdGrabar.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Save;
     this.cmdGrabar.FlatColor        = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.cmdGrabar.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Aceptar;
     this.cmdGrabar.FlatFontSize     = 9;
     this.cmdGrabar.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdGrabar.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.cmdGrabar.ImageOnTop       = true;
     this.cmdGrabar.Location         = new System.Drawing.Point(8, 4);
     this.cmdGrabar.Name             = "cmdGrabar";
     this.cmdGrabar.RoundCorners     = 2;
     this.cmdGrabar.Size             = new System.Drawing.Size(70, 60);
     this.cmdGrabar.TabIndex         = 10;
     this.cmdGrabar.Text             = "Grabar";
     this.cmdGrabar.TextAlign        = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdGrabar.W8Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.cmdGrabar.Click           += new System.EventHandler(this.cmdGrabar_Click);
     //
     // cmdDesHab
     //
     this.cmdDesHab.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdDesHab.BackgroundImage")));
     this.cmdDesHab.BlackBorder      = true;
     this.cmdDesHab.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdDesHab.CircleButton     = false;
     this.cmdDesHab.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Block;
     this.cmdDesHab.FlatColor        = System.Drawing.Color.Gold;
     this.cmdDesHab.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Yellow;
     this.cmdDesHab.FlatFontSize     = 9;
     this.cmdDesHab.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdDesHab.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.cmdDesHab.Location         = new System.Drawing.Point(157, 35);
     this.cmdDesHab.Name             = "cmdDesHab";
     this.cmdDesHab.RoundCorners     = 2;
     this.cmdDesHab.Size             = new System.Drawing.Size(113, 25);
     this.cmdDesHab.TabIndex         = 11;
     this.cmdDesHab.Text             = "Deshabilitar";
     this.cmdDesHab.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdDesHab.W8Color          = System.Drawing.Color.Gold;
     this.cmdDesHab.Click           += new System.EventHandler(this.cmdDesHab_Click);
     //
     // tsPanel1
     //
     this.tsPanel1.Caption = "Operaciones";
     this.tsPanel1.Controls.Add(this.cmdSalir);
     this.tsPanel1.Controls.Add(this.cmdPurgar);
     this.tsPanel1.Controls.Add(this.cmdModificar);
     this.tsPanel1.Controls.Add(this.cmdNuevo);
     this.tsPanel1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.tsPanel1.FlatColor = System.Drawing.Color.RoyalBlue;
     this.tsPanel1.Location  = new System.Drawing.Point(0, 3);
     this.tsPanel1.Name      = "tsPanel1";
     this.tsPanel1.Opacity   = 255;
     this.tsPanel1.Size      = new System.Drawing.Size(282, 85);
     this.tsPanel1.Speed     = 1;
     this.tsPanel1.TabIndex  = 0;
     //
     // cmdSalir
     //
     this.cmdSalir.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdSalir.BackgroundImage")));
     this.cmdSalir.BlackBorder      = true;
     this.cmdSalir.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdSalir.CircleButton     = false;
     this.cmdSalir.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Undo;
     this.cmdSalir.FlatColor        = System.Drawing.Color.Red;
     this.cmdSalir.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Cancelar;
     this.cmdSalir.FlatFontSize     = 9;
     this.cmdSalir.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdSalir.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.cmdSalir.Location         = new System.Drawing.Point(164, 7);
     this.cmdSalir.Name             = "cmdSalir";
     this.cmdSalir.RoundCorners     = 2;
     this.cmdSalir.Size             = new System.Drawing.Size(104, 25);
     this.cmdSalir.TabIndex         = 6;
     this.cmdSalir.Text             = "Salir";
     this.cmdSalir.TextAlign        = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdSalir.W8Color          = System.Drawing.Color.Red;
     this.cmdSalir.Click           += new System.EventHandler(this.cmdSalir_Click);
     //
     // cmdPurgar
     //
     this.cmdPurgar.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdPurgar.BackgroundImage")));
     this.cmdPurgar.BlackBorder      = true;
     this.cmdPurgar.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdPurgar.CircleButton     = false;
     this.cmdPurgar.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Folder;
     this.cmdPurgar.FlatColor        = System.Drawing.Color.Gray;
     this.cmdPurgar.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Imprimir;
     this.cmdPurgar.FlatFontSize     = 9;
     this.cmdPurgar.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdPurgar.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.cmdPurgar.Location         = new System.Drawing.Point(164, 35);
     this.cmdPurgar.Name             = "cmdPurgar";
     this.cmdPurgar.RoundCorners     = 2;
     this.cmdPurgar.Size             = new System.Drawing.Size(104, 25);
     this.cmdPurgar.TabIndex         = 5;
     this.cmdPurgar.Text             = "Compactar";
     this.cmdPurgar.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdPurgar.W8Color          = System.Drawing.Color.Gray;
     this.cmdPurgar.Click           += new System.EventHandler(this.cmdPurgar_Click);
     //
     // cmdModificar
     //
     this.cmdModificar.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdModificar.BackgroundImage")));
     this.cmdModificar.BlackBorder      = true;
     this.cmdModificar.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdModificar.CircleButton     = false;
     this.cmdModificar.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Edit;
     this.cmdModificar.FlatColor        = System.Drawing.Color.DodgerBlue;
     this.cmdModificar.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.LightBlue;
     this.cmdModificar.FlatFontSize     = 9;
     this.cmdModificar.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdModificar.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.cmdModificar.ImageOnTop       = true;
     this.cmdModificar.Location         = new System.Drawing.Point(85, 4);
     this.cmdModificar.Name             = "cmdModificar";
     this.cmdModificar.RoundCorners     = 2;
     this.cmdModificar.Size             = new System.Drawing.Size(74, 60);
     this.cmdModificar.TabIndex         = 4;
     this.cmdModificar.Text             = "Modificar";
     this.cmdModificar.TextAlign        = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdModificar.W8Color          = System.Drawing.Color.DodgerBlue;
     this.cmdModificar.Click           += new System.EventHandler(this.cmdModificar_Click);
     //
     // cmdNuevo
     //
     this.cmdNuevo.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdNuevo.BackgroundImage")));
     this.cmdNuevo.BlackBorder      = true;
     this.cmdNuevo.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdNuevo.CircleButton     = false;
     this.cmdNuevo.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.New;
     this.cmdNuevo.FlatColor        = System.Drawing.Color.DodgerBlue;
     this.cmdNuevo.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.LightBlue;
     this.cmdNuevo.FlatFontSize     = 9;
     this.cmdNuevo.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdNuevo.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.cmdNuevo.ImageOnTop       = true;
     this.cmdNuevo.Location         = new System.Drawing.Point(8, 4);
     this.cmdNuevo.Name             = "cmdNuevo";
     this.cmdNuevo.RoundCorners     = 2;
     this.cmdNuevo.Size             = new System.Drawing.Size(74, 60);
     this.cmdNuevo.TabIndex         = 3;
     this.cmdNuevo.Text             = "Nuevo";
     this.cmdNuevo.TextAlign        = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdNuevo.W8Color          = System.Drawing.Color.DodgerBlue;
     this.cmdNuevo.Click           += new System.EventHandler(this.cmdNuevo_Click);
     //
     // tsBase1
     //
     this.tsBase1.AutoSize  = false;
     this.tsBase1.FlatLigth = true;
     this.tsBase1.ForeColor = System.Drawing.Color.Black;
     this.tsBase1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.tsBase1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tab1
     });
     this.tsBase1.Location         = new System.Drawing.Point(0, 0);
     this.tsBase1.Name             = "tsBase1";
     this.tsBase1.Padding          = new System.Windows.Forms.Padding(60, 3, 30, 0);
     this.tsBase1.SelectedTab      = this.tab1;
     this.tsBase1.ShowItemToolTips = false;
     this.tsBase1.Size             = new System.Drawing.Size(750, 26);
     this.tsBase1.TabIndex         = 0;
     this.tsBase1.TabOverlap       = 0;
     this.tsBase1.Text             = "tsBase1";
     //
     // tab1
     //
     this.tab1.AutoSize     = false;
     this.tab1.Checked      = true;
     this.tab1.CheckState   = System.Windows.Forms.CheckState.Checked;
     this.tab1.Font         = new System.Drawing.Font("Segoe UI", 9F);
     this.tab1.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
     this.tab1.Margin       = new System.Windows.Forms.Padding(6, 1, 0, 2);
     this.tab1.Name         = "tab1";
     this.tab1.Size         = new System.Drawing.Size(114, 23);
     this.tab1.TabStripPage = this.tabStripPage1;
     this.tab1.Text         = "Mantenimiento";
     //
     // lblTitle
     //
     this.lblTitle.BackColor = System.Drawing.Color.Transparent;
     this.lblTitle.Font      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.Location  = new System.Drawing.Point(9, 126);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(180, 16);
     this.lblTitle.TabIndex  = 20;
     this.lblTitle.Text      = "PreciosServicios:";
     //
     // grdDatos
     //
     this.grdDatos.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.grdDatos.BorderStyle        = System.Windows.Forms.BorderStyle.FixedSingle;
     this.grdDatos.CaptionFilterColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(206)))), ((int)(((byte)(72)))));
     this.grdDatos.CaptionVisible     = false;
     this.grdDatos.DataMember         = "";
     this.grdDatos.ExcelName          = "Datos Exportados";
     this.grdDatos.ExcelTitle         = "";
     this.grdDatos.GridOrder          = "";
     this.grdDatos.HeaderForeColor    = System.Drawing.SystemColors.ControlText;
     this.grdDatos.Location           = new System.Drawing.Point(4, 142);
     this.grdDatos.Name         = "grdDatos";
     this.grdDatos.Size         = new System.Drawing.Size(742, 148);
     this.grdDatos.TabIndex     = 0;
     this.grdDatos.Advance     += new TNGS.NetRoutines.AdvanceEventHandler(this.grdDatos_Advance);
     this.grdDatos.DataDClick  += new TNGS.NetRoutines.DataDClickEventHandler(this.grdDatos_DataDClick);
     this.grdDatos.HeaderClick += new TNGS.NetRoutines.HeaderClickEventHandler(this.grdDatos_HeaderClick);
     //
     // cmdPrint
     //
     this.cmdPrint.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdPrint.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdPrint.BackgroundImage")));
     this.cmdPrint.BlackBorder      = true;
     this.cmdPrint.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdPrint.CircleButton     = false;
     this.cmdPrint.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.fPrint;
     this.cmdPrint.FlatColor        = System.Drawing.Color.Gray;
     this.cmdPrint.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Imprimir;
     this.cmdPrint.FlatFontSize     = 9;
     this.cmdPrint.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdPrint.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.cmdPrint.Location         = new System.Drawing.Point(719, 118);
     this.cmdPrint.Name             = "cmdPrint";
     this.cmdPrint.PCode            = "TNGS.PRINT";
     this.cmdPrint.RoundCorners     = 2;
     this.cmdPrint.Size             = new System.Drawing.Size(26, 24);
     this.cmdPrint.TabIndex         = 2;
     this.cmdPrint.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdPrint.W8Color          = System.Drawing.Color.Gray;
     this.cmdPrint.Click           += new System.EventHandler(this.cmdPrint_Click);
     //
     // cmdExcel
     //
     this.cmdExcel.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdExcel.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdExcel.BackgroundImage")));
     this.cmdExcel.BlackBorder      = true;
     this.cmdExcel.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdExcel.CircleButton     = false;
     this.cmdExcel.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.fExcel;
     this.cmdExcel.FlatColor        = System.Drawing.Color.LimeGreen;
     this.cmdExcel.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Excel;
     this.cmdExcel.FlatFontSize     = 9;
     this.cmdExcel.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdExcel.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.cmdExcel.Location         = new System.Drawing.Point(692, 118);
     this.cmdExcel.Name             = "cmdExcel";
     this.cmdExcel.PCode            = "TNGS.EXCEL";
     this.cmdExcel.RoundCorners     = 2;
     this.cmdExcel.Size             = new System.Drawing.Size(26, 24);
     this.cmdExcel.TabIndex         = 1;
     this.cmdExcel.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdExcel.W8Color          = System.Drawing.Color.LimeGreen;
     this.cmdExcel.Click           += new System.EventHandler(this.cmdExcel_Click);
     //
     // frmEdicion
     //
     this.frmEdicion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.frmEdicion.BackgroundColor         = System.Drawing.Color.WhiteSmoke;
     this.frmEdicion.BackgroundGradientColor = System.Drawing.SystemColors.Control;
     this.frmEdicion.BackgroundGradientMode  = TNGS.NetControls.ImgGroup.GroupBoxGradientMode.ForwardDiagonal;
     this.frmEdicion.BlackBorder             = true;
     this.frmEdicion.BorderColor             = System.Drawing.Color.Black;
     this.frmEdicion.BorderThickness         = 1F;
     this.frmEdicion.Controls.Add(this.lblColor);
     this.frmEdicion.Controls.Add(this.cmbColor);
     this.frmEdicion.Controls.Add(this.lblFecha);
     this.frmEdicion.Controls.Add(this.txtFecha);
     this.frmEdicion.Controls.Add(this.lblPrecio);
     this.frmEdicion.Controls.Add(this.txtPrecio);
     this.frmEdicion.Controls.Add(this.lblCoseguro);
     this.frmEdicion.Controls.Add(this.txtCoseguro);
     this.frmEdicion.CustomGroupBoxColor = System.Drawing.Color.White;
     this.frmEdicion.FlatMode            = true;
     this.frmEdicion.FontTitle           = new System.Drawing.Font("Arial", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.frmEdicion.ForeColor           = System.Drawing.Color.Black;
     this.frmEdicion.GroupImage          = null;
     this.frmEdicion.GroupTitle          = " PrecioServicio ";
     this.frmEdicion.Location            = new System.Drawing.Point(4, 296);
     this.frmEdicion.Name                   = "frmEdicion";
     this.frmEdicion.Padding                = new System.Windows.Forms.Padding(20);
     this.frmEdicion.PaintGroupBox          = false;
     this.frmEdicion.RoundCorners           = 4;
     this.frmEdicion.ShadowColor            = System.Drawing.Color.DarkGray;
     this.frmEdicion.ShadowControl          = false;
     this.frmEdicion.ShadowThickness        = 3;
     this.frmEdicion.Size                   = new System.Drawing.Size(742, 150);
     this.frmEdicion.TabIndex               = 21;
     this.frmEdicion.TitleBackground        = System.Drawing.Color.DodgerBlue;
     this.frmEdicion.TitleBackgroundDefault = TNGS.NetControls.ColorRuts.ColoresDefault.None;
     this.frmEdicion.TitleFontColor         = System.Drawing.Color.White;
     //
     // lblColor
     //
     this.lblColor.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblColor.Location  = new System.Drawing.Point(70, 56);
     this.lblColor.Name      = "lblColor";
     this.lblColor.Size      = new System.Drawing.Size(104, 22);
     this.lblColor.TabIndex  = 106;
     this.lblColor.Text      = "Color:";
     this.lblColor.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbColor
     //
     this.cmbColor.BackColor     = System.Drawing.SystemColors.Window;
     this.cmbColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbColor.Enabled       = false;
     this.cmbColor.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.cmbColor.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbColor.Location      = new System.Drawing.Point(180, 54);
     this.cmbColor.Name          = "cmbColor";
     this.cmbColor.Size          = new System.Drawing.Size(164, 24);
     this.cmbColor.Sorted        = true;
     this.cmbColor.TabIndex      = 6;
     //
     // lblFecha
     //
     this.lblFecha.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFecha.Location  = new System.Drawing.Point(96, 90);
     this.lblFecha.Name      = "lblFecha";
     this.lblFecha.Size      = new System.Drawing.Size(73, 22);
     this.lblFecha.TabIndex  = 107;
     this.lblFecha.Text      = "Fecha:";
     this.lblFecha.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtFecha
     //
     this.txtFecha.BackColor = System.Drawing.SystemColors.Window;
     this.txtFecha.Enabled   = false;
     this.txtFecha.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFecha.Location  = new System.Drawing.Point(180, 90);
     this.txtFecha.Name      = "txtFecha";
     this.txtFecha.Size      = new System.Drawing.Size(44, 22);
     this.txtFecha.TabIndex  = 7;
     this.txtFecha.Text      = "01/01/1900";
     //
     // lblPrecio
     //
     this.lblPrecio.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPrecio.Location  = new System.Drawing.Point(382, 56);
     this.lblPrecio.Name      = "lblPrecio";
     this.lblPrecio.Size      = new System.Drawing.Size(104, 22);
     this.lblPrecio.TabIndex  = 108;
     this.lblPrecio.Text      = "Precio:";
     this.lblPrecio.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPrecio
     //
     this.txtPrecio.BackColor = System.Drawing.SystemColors.Window;
     this.txtPrecio.Enabled   = false;
     this.txtPrecio.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPrecio.Location  = new System.Drawing.Point(492, 54);
     this.txtPrecio.MaxLength = 10;
     this.txtPrecio.Name      = "txtPrecio";
     this.txtPrecio.Size      = new System.Drawing.Size(101, 22);
     this.txtPrecio.TabIndex  = 8;
     this.txtPrecio.Text      = "0.00";
     //
     // lblCoseguro
     //
     this.lblCoseguro.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCoseguro.Location  = new System.Drawing.Point(382, 90);
     this.lblCoseguro.Name      = "lblCoseguro";
     this.lblCoseguro.Size      = new System.Drawing.Size(104, 22);
     this.lblCoseguro.TabIndex  = 109;
     this.lblCoseguro.Text      = "Coseguro:";
     this.lblCoseguro.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCoseguro
     //
     this.txtCoseguro.BackColor = System.Drawing.SystemColors.Window;
     this.txtCoseguro.Enabled   = false;
     this.txtCoseguro.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCoseguro.Location  = new System.Drawing.Point(492, 90);
     this.txtCoseguro.MaxLength = 10;
     this.txtCoseguro.Name      = "txtCoseguro";
     this.txtCoseguro.Size      = new System.Drawing.Size(101, 22);
     this.txtCoseguro.TabIndex  = 9;
     this.txtCoseguro.Text      = "0.00";
     //
     // PreciosServicios
     //
     this.AllowEndUserDocking = false;
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize          = new System.Drawing.Size(750, 450);
     this.Controls.Add(this.xpnlBase);
     this.DockAreas       = WeifenLuo.WinFormsUI.Docking.DockAreas.Document;
     this.Font            = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "PreciosServicios";
     this.ShowHint        = WeifenLuo.WinFormsUI.Docking.DockState.Document;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.TabText         = "Mantenimiento de PreciosServicios";
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.PreciosServicios_FormClosed);
     this.Load           += new System.EventHandler(this.PreciosServicios_Load);
     this.xpnlBase.ResumeLayout(false);
     this.tsContainer1.ResumeLayout(false);
     this.tabPageSwitcher1.ResumeLayout(false);
     this.tabStripPage1.ResumeLayout(false);
     this.tsPanel2.ResumeLayout(false);
     this.tsPanel1.ResumeLayout(false);
     this.tsBase1.ResumeLayout(false);
     this.tsBase1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdDatos)).EndInit();
     this.frmEdicion.ResumeLayout(false);
     this.frmEdicion.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MovilesInfracciones));
     this.xpnlBase       = new TNGS.NetControls.XPanel();
     this.gbHabilitar    = new TNGS.NetControls.GlassButton();
     this.gbDeshabilitar = new TNGS.NetControls.GlassButton();
     this.cmdCancelar    = new TNGS.NetControls.GlassButton();
     this.cmdGrabar      = new TNGS.NetControls.GlassButton();
     this.gbCompactar    = new TNGS.NetControls.GlassButton();
     this.cmdModificar   = new TNGS.NetControls.GlassButton();
     this.cmdNuevo       = new TNGS.NetControls.GlassButton();
     this.lblTitle       = new System.Windows.Forms.Label();
     this.grdDatos       = new TNGS.NetControls.FullGrid();
     this.cmdPrint       = new TNGS.NetControls.GlassButton();
     this.cmdExcel       = new TNGS.NetControls.GlassButton();
     this.frmEdicion     = new TNGS.NetControls.ImgGroup();
     this.cdcAnulada     = new TNGS.NetControls.CDCombo();
     this.lblPatente     = new System.Windows.Forms.Label();
     this.txtPatente     = new TNGS.NetControls.TextEdit();
     this.lblFecha       = new System.Windows.Forms.Label();
     this.txtFecha       = new TNGS.NetControls.DateTimeEdit();
     this.lblCodmotivo   = new System.Windows.Forms.Label();
     this.cmbCodmotivo   = new TNGS.NetControls.CDCombo();
     this.lblLugar       = new System.Windows.Forms.Label();
     this.txtLugar       = new TNGS.NetControls.TextEdit();
     this.lblPagada      = new System.Windows.Forms.Label();
     this.cmbPagada      = new TNGS.NetControls.CDCombo();
     this.lblImporte     = new System.Windows.Forms.Label();
     this.txtImporte     = new TNGS.NetControls.DecimalEdit();
     this.lblComentario  = new System.Windows.Forms.Label();
     this.txtComentario  = new TNGS.NetControls.TextEdit();
     this.lblAnulada     = new System.Windows.Forms.Label();
     this.btnExit        = new System.Windows.Forms.Button();
     this.xpnlBase.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdDatos)).BeginInit();
     this.frmEdicion.SuspendLayout();
     this.SuspendLayout();
     //
     // xpnlBase
     //
     this.xpnlBase.BackColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.xpnlBase.BackColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.xpnlBase.BorderColor = System.Drawing.Color.Black;
     this.xpnlBase.Controls.Add(this.btnExit);
     this.xpnlBase.Controls.Add(this.gbHabilitar);
     this.xpnlBase.Controls.Add(this.gbCompactar);
     this.xpnlBase.Controls.Add(this.gbDeshabilitar);
     this.xpnlBase.Controls.Add(this.cmdCancelar);
     this.xpnlBase.Controls.Add(this.cmdModificar);
     this.xpnlBase.Controls.Add(this.cmdGrabar);
     this.xpnlBase.Controls.Add(this.cmdNuevo);
     this.xpnlBase.Controls.Add(this.lblTitle);
     this.xpnlBase.Controls.Add(this.grdDatos);
     this.xpnlBase.Controls.Add(this.cmdPrint);
     this.xpnlBase.Controls.Add(this.cmdExcel);
     this.xpnlBase.Controls.Add(this.frmEdicion);
     this.xpnlBase.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.xpnlBase.Location  = new System.Drawing.Point(0, 0);
     this.xpnlBase.Name      = "xpnlBase";
     this.xpnlBase.Size      = new System.Drawing.Size(900, 600);
     this.xpnlBase.SkinFixed = true;
     this.xpnlBase.TabIndex  = 0;
     //
     // gbHabilitar
     //
     this.gbHabilitar.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("gbHabilitar.BackgroundImage")));
     this.gbHabilitar.BlackBorder      = true;
     this.gbHabilitar.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.gbHabilitar.CircleButton     = false;
     this.gbHabilitar.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Check;
     this.gbHabilitar.FlatColor        = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gbHabilitar.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Aceptar;
     this.gbHabilitar.FlatFontSize     = 9;
     this.gbHabilitar.FlatTextColor    = System.Drawing.Color.Black;
     this.gbHabilitar.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.gbHabilitar.Location         = new System.Drawing.Point(624, 12);
     this.gbHabilitar.Name             = "gbHabilitar";
     this.gbHabilitar.RoundCorners     = 2;
     this.gbHabilitar.Size             = new System.Drawing.Size(113, 25);
     this.gbHabilitar.TabIndex         = 17;
     this.gbHabilitar.Text             = "Habilitar";
     this.gbHabilitar.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.gbHabilitar.W8Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gbHabilitar.Click           += new System.EventHandler(this.gbChangeHabilitado_Click);
     //
     // gbDeshabilitar
     //
     this.gbDeshabilitar.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("gbDeshabilitar.BackgroundImage")));
     this.gbDeshabilitar.BlackBorder      = true;
     this.gbDeshabilitar.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.gbDeshabilitar.CircleButton     = false;
     this.gbDeshabilitar.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Block;
     this.gbDeshabilitar.FlatColor        = System.Drawing.Color.Red;
     this.gbDeshabilitar.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Cancelar;
     this.gbDeshabilitar.FlatFontSize     = 9;
     this.gbDeshabilitar.FlatTextColor    = System.Drawing.Color.Black;
     this.gbDeshabilitar.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.gbDeshabilitar.Location         = new System.Drawing.Point(624, 40);
     this.gbDeshabilitar.Name             = "gbDeshabilitar";
     this.gbDeshabilitar.RoundCorners     = 2;
     this.gbDeshabilitar.Size             = new System.Drawing.Size(113, 25);
     this.gbDeshabilitar.TabIndex         = 18;
     this.gbDeshabilitar.Text             = "Deshabilitar";
     this.gbDeshabilitar.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.gbDeshabilitar.W8Color          = System.Drawing.Color.Red;
     this.gbDeshabilitar.Click           += new System.EventHandler(this.gbChangeHabilitado_Click);
     //
     // cmdCancelar
     //
     this.cmdCancelar.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdCancelar.BackgroundImage")));
     this.cmdCancelar.BlackBorder      = true;
     this.cmdCancelar.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdCancelar.CircleButton     = false;
     this.cmdCancelar.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Cancel;
     this.cmdCancelar.FlatColor        = System.Drawing.Color.Red;
     this.cmdCancelar.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Cancelar;
     this.cmdCancelar.FlatFontSize     = 9;
     this.cmdCancelar.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdCancelar.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.cmdCancelar.ImageOnTop       = true;
     this.cmdCancelar.Location         = new System.Drawing.Point(545, 9);
     this.cmdCancelar.Name             = "cmdCancelar";
     this.cmdCancelar.RoundCorners     = 2;
     this.cmdCancelar.Size             = new System.Drawing.Size(70, 60);
     this.cmdCancelar.TabIndex         = 12;
     this.cmdCancelar.Text             = "Cancelar";
     this.cmdCancelar.TextAlign        = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdCancelar.W8Color          = System.Drawing.Color.Red;
     this.cmdCancelar.Click           += new System.EventHandler(this.gbCancelar_Click);
     //
     // cmdGrabar
     //
     this.cmdGrabar.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdGrabar.BackgroundImage")));
     this.cmdGrabar.BlackBorder      = true;
     this.cmdGrabar.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdGrabar.CircleButton     = false;
     this.cmdGrabar.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Save;
     this.cmdGrabar.FlatColor        = System.Drawing.Color.DodgerBlue;
     this.cmdGrabar.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.LightBlue;
     this.cmdGrabar.FlatFontSize     = 9;
     this.cmdGrabar.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdGrabar.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.cmdGrabar.ImageOnTop       = true;
     this.cmdGrabar.Location         = new System.Drawing.Point(467, 9);
     this.cmdGrabar.Name             = "cmdGrabar";
     this.cmdGrabar.RoundCorners     = 2;
     this.cmdGrabar.Size             = new System.Drawing.Size(70, 60);
     this.cmdGrabar.TabIndex         = 10;
     this.cmdGrabar.Text             = "Grabar";
     this.cmdGrabar.TextAlign        = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdGrabar.W8Color          = System.Drawing.Color.DodgerBlue;
     this.cmdGrabar.Click           += new System.EventHandler(this.gbGrabar_Click);
     //
     // gbCompactar
     //
     this.gbCompactar.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("gbCompactar.BackgroundImage")));
     this.gbCompactar.BlackBorder      = true;
     this.gbCompactar.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.gbCompactar.CircleButton     = false;
     this.gbCompactar.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Folder;
     this.gbCompactar.FlatColor        = System.Drawing.Color.Gray;
     this.gbCompactar.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Imprimir;
     this.gbCompactar.FlatFontSize     = 9;
     this.gbCompactar.FlatTextColor    = System.Drawing.Color.Black;
     this.gbCompactar.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.gbCompactar.Location         = new System.Drawing.Point(223, 44);
     this.gbCompactar.Name             = "gbCompactar";
     this.gbCompactar.RoundCorners     = 2;
     this.gbCompactar.Size             = new System.Drawing.Size(104, 25);
     this.gbCompactar.TabIndex         = 14;
     this.gbCompactar.Text             = "Compactar";
     this.gbCompactar.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.gbCompactar.W8Color          = System.Drawing.Color.Gray;
     this.gbCompactar.Click           += new System.EventHandler(this.gbCompactar_Click);
     //
     // cmdModificar
     //
     this.cmdModificar.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdModificar.BackgroundImage")));
     this.cmdModificar.BlackBorder      = true;
     this.cmdModificar.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdModificar.CircleButton     = false;
     this.cmdModificar.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Edit;
     this.cmdModificar.FlatColor        = System.Drawing.Color.DodgerBlue;
     this.cmdModificar.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.LightBlue;
     this.cmdModificar.FlatFontSize     = 9;
     this.cmdModificar.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdModificar.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.cmdModificar.ImageOnTop       = true;
     this.cmdModificar.Location         = new System.Drawing.Point(136, 12);
     this.cmdModificar.Name             = "cmdModificar";
     this.cmdModificar.RoundCorners     = 2;
     this.cmdModificar.Size             = new System.Drawing.Size(75, 60);
     this.cmdModificar.TabIndex         = 12;
     this.cmdModificar.Text             = "Modificar";
     this.cmdModificar.TextAlign        = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdModificar.W8Color          = System.Drawing.Color.DodgerBlue;
     this.cmdModificar.Click           += new System.EventHandler(this.gbModificar_Click);
     //
     // cmdNuevo
     //
     this.cmdNuevo.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdNuevo.BackgroundImage")));
     this.cmdNuevo.BlackBorder      = true;
     this.cmdNuevo.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdNuevo.CircleButton     = false;
     this.cmdNuevo.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.New;
     this.cmdNuevo.FlatColor        = System.Drawing.Color.DodgerBlue;
     this.cmdNuevo.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.LightBlue;
     this.cmdNuevo.FlatFontSize     = 9;
     this.cmdNuevo.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdNuevo.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.cmdNuevo.ImageOnTop       = true;
     this.cmdNuevo.Location         = new System.Drawing.Point(60, 12);
     this.cmdNuevo.Name             = "cmdNuevo";
     this.cmdNuevo.RoundCorners     = 2;
     this.cmdNuevo.Size             = new System.Drawing.Size(70, 60);
     this.cmdNuevo.TabIndex         = 3;
     this.cmdNuevo.Text             = "Nuevo";
     this.cmdNuevo.TextAlign        = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdNuevo.W8Color          = System.Drawing.Color.DodgerBlue;
     this.cmdNuevo.Click           += new System.EventHandler(this.gbNuevo_Click);
     //
     // lblTitle
     //
     this.lblTitle.BackColor = System.Drawing.Color.Transparent;
     this.lblTitle.Font      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.Location  = new System.Drawing.Point(6, 96);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(180, 16);
     this.lblTitle.TabIndex  = 20;
     this.lblTitle.Text      = "Infracciones del Móvil:";
     //
     // grdDatos
     //
     this.grdDatos.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.grdDatos.BackgroundColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.grdDatos.BorderStyle        = System.Windows.Forms.BorderStyle.FixedSingle;
     this.grdDatos.CaptionBackColor   = System.Drawing.Color.DodgerBlue;
     this.grdDatos.CaptionFilterColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.grdDatos.CaptionForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.grdDatos.CaptionVisible     = false;
     this.grdDatos.DataMember         = "";
     this.grdDatos.ExcelName          = "Datos Exportados";
     this.grdDatos.ExcelTitle         = "";
     this.grdDatos.GridOrder          = "";
     this.grdDatos.HeaderForeColor    = System.Drawing.SystemColors.ControlText;
     this.grdDatos.Location           = new System.Drawing.Point(8, 116);
     this.grdDatos.Name        = "grdDatos";
     this.grdDatos.Size        = new System.Drawing.Size(884, 302);
     this.grdDatos.SkinFixed   = true;
     this.grdDatos.TabIndex    = 0;
     this.grdDatos.DataDClick += new TNGS.NetRoutines.DataDClickEventHandler(this.grdDatos_DataDClick);
     //
     // cmdPrint
     //
     this.cmdPrint.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdPrint.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdPrint.BackgroundImage")));
     this.cmdPrint.BlackBorder      = true;
     this.cmdPrint.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdPrint.CircleButton     = false;
     this.cmdPrint.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.fPrint;
     this.cmdPrint.FlatColor        = System.Drawing.Color.Gray;
     this.cmdPrint.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Imprimir;
     this.cmdPrint.FlatFontSize     = 9;
     this.cmdPrint.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdPrint.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.cmdPrint.Location         = new System.Drawing.Point(862, 86);
     this.cmdPrint.Name             = "cmdPrint";
     this.cmdPrint.PCode            = "TNGS.PRINT";
     this.cmdPrint.RoundCorners     = 2;
     this.cmdPrint.Size             = new System.Drawing.Size(26, 24);
     this.cmdPrint.TabIndex         = 2;
     this.cmdPrint.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdPrint.W8Color          = System.Drawing.Color.Gray;
     this.cmdPrint.Click           += new System.EventHandler(this.gbPrint_Click);
     //
     // cmdExcel
     //
     this.cmdExcel.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdExcel.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdExcel.BackgroundImage")));
     this.cmdExcel.BlackBorder      = true;
     this.cmdExcel.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdExcel.CircleButton     = false;
     this.cmdExcel.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.fExcel;
     this.cmdExcel.FlatColor        = System.Drawing.Color.LimeGreen;
     this.cmdExcel.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Excel;
     this.cmdExcel.FlatFontSize     = 9;
     this.cmdExcel.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdExcel.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.cmdExcel.Location         = new System.Drawing.Point(833, 86);
     this.cmdExcel.Name             = "cmdExcel";
     this.cmdExcel.PCode            = "TNGS.EXCEL";
     this.cmdExcel.RoundCorners     = 2;
     this.cmdExcel.Size             = new System.Drawing.Size(26, 24);
     this.cmdExcel.TabIndex         = 1;
     this.cmdExcel.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdExcel.W8Color          = System.Drawing.Color.LimeGreen;
     this.cmdExcel.Click           += new System.EventHandler(this.gbExcel_Click);
     //
     // frmEdicion
     //
     this.frmEdicion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.frmEdicion.BackgroundColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.frmEdicion.BackgroundGradientColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.frmEdicion.BackgroundGradientMode  = TNGS.NetControls.ImgGroup.GroupBoxGradientMode.ForwardDiagonal;
     this.frmEdicion.BlackBorder             = true;
     this.frmEdicion.BorderColor             = System.Drawing.Color.DodgerBlue;
     this.frmEdicion.BorderThickness         = 1F;
     this.frmEdicion.Controls.Add(this.cdcAnulada);
     this.frmEdicion.Controls.Add(this.lblPatente);
     this.frmEdicion.Controls.Add(this.txtPatente);
     this.frmEdicion.Controls.Add(this.lblFecha);
     this.frmEdicion.Controls.Add(this.txtFecha);
     this.frmEdicion.Controls.Add(this.lblCodmotivo);
     this.frmEdicion.Controls.Add(this.cmbCodmotivo);
     this.frmEdicion.Controls.Add(this.lblLugar);
     this.frmEdicion.Controls.Add(this.txtLugar);
     this.frmEdicion.Controls.Add(this.lblPagada);
     this.frmEdicion.Controls.Add(this.cmbPagada);
     this.frmEdicion.Controls.Add(this.lblImporte);
     this.frmEdicion.Controls.Add(this.txtImporte);
     this.frmEdicion.Controls.Add(this.lblComentario);
     this.frmEdicion.Controls.Add(this.txtComentario);
     this.frmEdicion.Controls.Add(this.lblAnulada);
     this.frmEdicion.CustomGroupBoxColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.frmEdicion.FlatMode            = true;
     this.frmEdicion.FontTitle           = new System.Drawing.Font("Arial", 9F);
     this.frmEdicion.ForeColor           = System.Drawing.Color.Black;
     this.frmEdicion.GroupImage          = null;
     this.frmEdicion.GroupTitle          = "Infracción";
     this.frmEdicion.Location            = new System.Drawing.Point(8, 424);
     this.frmEdicion.Name                   = "frmEdicion";
     this.frmEdicion.Padding                = new System.Windows.Forms.Padding(20);
     this.frmEdicion.PaintGroupBox          = false;
     this.frmEdicion.RoundCorners           = 4;
     this.frmEdicion.ShadowColor            = System.Drawing.Color.DarkGray;
     this.frmEdicion.ShadowControl          = false;
     this.frmEdicion.ShadowThickness        = 3;
     this.frmEdicion.Size                   = new System.Drawing.Size(884, 164);
     this.frmEdicion.SkinFixed              = true;
     this.frmEdicion.TabIndex               = 21;
     this.frmEdicion.TitleBackground        = System.Drawing.Color.Firebrick;
     this.frmEdicion.TitleBackgroundDefault = TNGS.NetControls.ColorRuts.ColoresDefault.None;
     this.frmEdicion.TitleFontColor         = System.Drawing.Color.White;
     //
     // cdcAnulada
     //
     this.cdcAnulada.BackColor     = System.Drawing.SystemColors.Window;
     this.cdcAnulada.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cdcAnulada.Enabled       = false;
     this.cdcAnulada.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.cdcAnulada.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cdcAnulada.Location      = new System.Drawing.Point(474, 123);
     this.cdcAnulada.Name          = "cdcAnulada";
     this.cdcAnulada.Size          = new System.Drawing.Size(88, 24);
     this.cdcAnulada.Sorted        = true;
     this.cdcAnulada.TabIndex      = 5;
     //
     // lblPatente
     //
     this.lblPatente.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPatente.Location  = new System.Drawing.Point(13, 46);
     this.lblPatente.Name      = "lblPatente";
     this.lblPatente.Size      = new System.Drawing.Size(62, 22);
     this.lblPatente.TabIndex  = 106;
     this.lblPatente.Text      = "Patente:";
     this.lblPatente.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPatente
     //
     this.txtPatente.BackColor       = System.Drawing.SystemColors.Window;
     this.txtPatente.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtPatente.EmptyValid      = false;
     this.txtPatente.Enabled         = false;
     this.txtPatente.Font            = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPatente.Location        = new System.Drawing.Point(81, 46);
     this.txtPatente.MaxLength       = 8;
     this.txtPatente.Name            = "txtPatente";
     this.txtPatente.Size            = new System.Drawing.Size(133, 22);
     this.txtPatente.TabIndex        = 0;
     //
     // lblFecha
     //
     this.lblFecha.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFecha.Location  = new System.Drawing.Point(348, 46);
     this.lblFecha.Name      = "lblFecha";
     this.lblFecha.Size      = new System.Drawing.Size(58, 22);
     this.lblFecha.TabIndex  = 107;
     this.lblFecha.Text      = "Fecha:";
     this.lblFecha.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtFecha
     //
     this.txtFecha.BackColor = System.Drawing.SystemColors.Window;
     this.txtFecha.Enabled   = false;
     this.txtFecha.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFecha.Location  = new System.Drawing.Point(412, 46);
     this.txtFecha.MaxLength = 16;
     this.txtFecha.Name      = "txtFecha";
     this.txtFecha.Size      = new System.Drawing.Size(150, 22);
     this.txtFecha.TabIndex  = 1;
     this.txtFecha.Text      = "01/01/1900 00:00";
     //
     // lblCodmotivo
     //
     this.lblCodmotivo.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCodmotivo.Location  = new System.Drawing.Point(573, 44);
     this.lblCodmotivo.Name      = "lblCodmotivo";
     this.lblCodmotivo.Size      = new System.Drawing.Size(65, 22);
     this.lblCodmotivo.TabIndex  = 108;
     this.lblCodmotivo.Text      = "Motivo:";
     this.lblCodmotivo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbCodmotivo
     //
     this.cmbCodmotivo.BackColor     = System.Drawing.SystemColors.Window;
     this.cmbCodmotivo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCodmotivo.Enabled       = false;
     this.cmbCodmotivo.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.cmbCodmotivo.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbCodmotivo.Location      = new System.Drawing.Point(644, 42);
     this.cmbCodmotivo.Name          = "cmbCodmotivo";
     this.cmbCodmotivo.Size          = new System.Drawing.Size(225, 24);
     this.cmbCodmotivo.Sorted        = true;
     this.cmbCodmotivo.TabIndex      = 6;
     //
     // lblLugar
     //
     this.lblLugar.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLugar.Location  = new System.Drawing.Point(16, 86);
     this.lblLugar.Name      = "lblLugar";
     this.lblLugar.Size      = new System.Drawing.Size(59, 22);
     this.lblLugar.TabIndex  = 109;
     this.lblLugar.Text      = "Lugar:";
     this.lblLugar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtLugar
     //
     this.txtLugar.BackColor = System.Drawing.SystemColors.Window;
     this.txtLugar.Enabled   = false;
     this.txtLugar.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLugar.Location  = new System.Drawing.Point(81, 86);
     this.txtLugar.MaxLength = 60;
     this.txtLugar.Name      = "txtLugar";
     this.txtLugar.Size      = new System.Drawing.Size(481, 22);
     this.txtLugar.TabIndex  = 2;
     //
     // lblPagada
     //
     this.lblPagada.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPagada.Location  = new System.Drawing.Point(13, 125);
     this.lblPagada.Name      = "lblPagada";
     this.lblPagada.Size      = new System.Drawing.Size(62, 22);
     this.lblPagada.TabIndex  = 110;
     this.lblPagada.Text      = "Pagada:";
     this.lblPagada.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbPagada
     //
     this.cmbPagada.BackColor     = System.Drawing.SystemColors.Window;
     this.cmbPagada.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbPagada.Enabled       = false;
     this.cmbPagada.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.cmbPagada.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbPagada.Location      = new System.Drawing.Point(81, 123);
     this.cmbPagada.Name          = "cmbPagada";
     this.cmbPagada.Size          = new System.Drawing.Size(104, 24);
     this.cmbPagada.Sorted        = true;
     this.cmbPagada.TabIndex      = 3;
     //
     // lblImporte
     //
     this.lblImporte.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblImporte.Location  = new System.Drawing.Point(214, 123);
     this.lblImporte.Name      = "lblImporte";
     this.lblImporte.Size      = new System.Drawing.Size(65, 22);
     this.lblImporte.TabIndex  = 111;
     this.lblImporte.Text      = "Importe:";
     this.lblImporte.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtImporte
     //
     this.txtImporte.BackColor = System.Drawing.SystemColors.Window;
     this.txtImporte.Enabled   = false;
     this.txtImporte.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtImporte.Location  = new System.Drawing.Point(281, 123);
     this.txtImporte.MaxLength = 10;
     this.txtImporte.Name      = "txtImporte";
     this.txtImporte.Size      = new System.Drawing.Size(109, 22);
     this.txtImporte.TabIndex  = 4;
     this.txtImporte.Text      = "0.00";
     //
     // lblComentario
     //
     this.lblComentario.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblComentario.Location  = new System.Drawing.Point(577, 81);
     this.lblComentario.Name      = "lblComentario";
     this.lblComentario.Size      = new System.Drawing.Size(61, 22);
     this.lblComentario.TabIndex  = 112;
     this.lblComentario.Text      = "Detalle:";
     this.lblComentario.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtComentario
     //
     this.txtComentario.BackColor = System.Drawing.SystemColors.Window;
     this.txtComentario.Enabled   = false;
     this.txtComentario.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtComentario.Location  = new System.Drawing.Point(644, 83);
     this.txtComentario.MaxLength = 0;
     this.txtComentario.Multiline = true;
     this.txtComentario.Name      = "txtComentario";
     this.txtComentario.Size      = new System.Drawing.Size(225, 64);
     this.txtComentario.TabIndex  = 7;
     //
     // lblAnulada
     //
     this.lblAnulada.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAnulada.Location  = new System.Drawing.Point(402, 123);
     this.lblAnulada.Name      = "lblAnulada";
     this.lblAnulada.Size      = new System.Drawing.Size(70, 22);
     this.lblAnulada.TabIndex  = 113;
     this.lblAnulada.Text      = "Anulada:";
     this.lblAnulada.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnExit
     //
     this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExit.FlatAppearance.BorderSize = 0;
     this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnExit.Font      = new System.Drawing.Font("Georgia", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnExit.ForeColor = System.Drawing.Color.Black;
     this.btnExit.Location  = new System.Drawing.Point(834, 5);
     this.btnExit.Name      = "btnExit";
     this.btnExit.Size      = new System.Drawing.Size(58, 40);
     this.btnExit.TabIndex  = 22;
     this.btnExit.TabStop   = false;
     this.btnExit.Text      = "X";
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // MovilesInfracciones
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(900, 600);
     this.Controls.Add(this.xpnlBase);
     this.Font            = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.Name            = "MovilesInfracciones";
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Load           += new System.EventHandler(this.MovilesInfracciones_Load);
     this.xpnlBase.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdDatos)).EndInit();
     this.frmEdicion.ResumeLayout(false);
     this.frmEdicion.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Equipamientos));
     this.xpnlBase         = new TNGS.NetControls.XPanel();
     this.tsContainer1     = new TNGS.NetControls.TSContainer();
     this.tabPageSwitcher1 = new RibbonStyle.TabPageSwitcher();
     this.tabStripPage1    = new RibbonStyle.TabStripPage();
     this.tsPanel2         = new TNGS.NetControls.TSPanel();
     this.gbHabilitar      = new TNGS.NetControls.GlassButton();
     this.gbDeshabilitar   = new TNGS.NetControls.GlassButton();
     this.cmdCancelar      = new TNGS.NetControls.GlassButton();
     this.cmdGrabar        = new TNGS.NetControls.GlassButton();
     this.tsPanel1         = new TNGS.NetControls.TSPanel();
     this.gbCompactar      = new TNGS.NetControls.GlassButton();
     this.cmdNuevo         = new TNGS.NetControls.GlassButton();
     this.gbSalir          = new TNGS.NetControls.GlassButton();
     this.cmdModificar     = new TNGS.NetControls.GlassButton();
     this.tsBase1          = new TNGS.NetControls.TSBase();
     this.tab1             = new RibbonStyle.Tab();
     this.lblTitle         = new System.Windows.Forms.Label();
     this.grdDatos         = new TNGS.NetControls.FullGrid();
     this.cmdPrint         = new TNGS.NetControls.GlassButton();
     this.cmdExcel         = new TNGS.NetControls.GlassButton();
     this.frmEdicion       = new TNGS.NetControls.ImgGroup();
     this.lblCod           = new System.Windows.Forms.Label();
     this.txtCod           = new TNGS.NetControls.TextEdit();
     this.lblDes           = new System.Windows.Forms.Label();
     this.txtDes           = new TNGS.NetControls.TextEdit();
     this.lblValor         = new System.Windows.Forms.Label();
     this.txtValor         = new TNGS.NetControls.DecimalEdit();
     this.xpnlBase.SuspendLayout();
     this.tsContainer1.SuspendLayout();
     this.tabPageSwitcher1.SuspendLayout();
     this.tabStripPage1.SuspendLayout();
     this.tsPanel2.SuspendLayout();
     this.tsPanel1.SuspendLayout();
     this.tsBase1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdDatos)).BeginInit();
     this.frmEdicion.SuspendLayout();
     this.SuspendLayout();
     //
     // xpnlBase
     //
     this.xpnlBase.BackColor1  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.xpnlBase.BackColor2  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.xpnlBase.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.xpnlBase.Controls.Add(this.tsContainer1);
     this.xpnlBase.Controls.Add(this.lblTitle);
     this.xpnlBase.Controls.Add(this.grdDatos);
     this.xpnlBase.Controls.Add(this.cmdPrint);
     this.xpnlBase.Controls.Add(this.cmdExcel);
     this.xpnlBase.Controls.Add(this.frmEdicion);
     this.xpnlBase.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.xpnlBase.Location  = new System.Drawing.Point(0, 0);
     this.xpnlBase.Name      = "xpnlBase";
     this.xpnlBase.Size      = new System.Drawing.Size(984, 450);
     this.xpnlBase.SkinFixed = true;
     this.xpnlBase.TabIndex  = 0;
     //
     // tsContainer1
     //
     this.tsContainer1.Controls.Add(this.tabPageSwitcher1);
     this.tsContainer1.Controls.Add(this.tsBase1);
     this.tsContainer1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tsContainer1.Location = new System.Drawing.Point(0, 0);
     this.tsContainer1.Name     = "tsContainer1";
     this.tsContainer1.Size     = new System.Drawing.Size(982, 115);
     this.tsContainer1.TabIndex = 22;
     //
     // tabPageSwitcher1
     //
     this.tabPageSwitcher1.Controls.Add(this.tabStripPage1);
     this.tabPageSwitcher1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.tabPageSwitcher1.Location             = new System.Drawing.Point(0, 26);
     this.tabPageSwitcher1.Name                 = "tabPageSwitcher1";
     this.tabPageSwitcher1.SelectedTabStripPage = this.tabStripPage1;
     this.tabPageSwitcher1.Size                 = new System.Drawing.Size(982, 89);
     this.tabPageSwitcher1.TabIndex             = 1;
     this.tabPageSwitcher1.TabStrip             = this.tsBase1;
     this.tabPageSwitcher1.Text                 = "tabPageSwitcher1";
     //
     // tabStripPage1
     //
     this.tabStripPage1.Caption = "";
     this.tabStripPage1.Controls.Add(this.tsPanel2);
     this.tabStripPage1.Controls.Add(this.tsPanel1);
     this.tabStripPage1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.tabStripPage1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.tabStripPage1.Location  = new System.Drawing.Point(4, 0);
     this.tabStripPage1.Name      = "tabStripPage1";
     this.tabStripPage1.Opacity   = 255;
     this.tabStripPage1.Padding   = new System.Windows.Forms.Padding(0, 3, 0, 0);
     this.tabStripPage1.Size      = new System.Drawing.Size(974, 87);
     this.tabStripPage1.Speed     = 8;
     this.tabStripPage1.TabIndex  = 0;
     //
     // tsPanel2
     //
     this.tsPanel2.Caption = "Edición";
     this.tsPanel2.Controls.Add(this.gbHabilitar);
     this.tsPanel2.Controls.Add(this.gbDeshabilitar);
     this.tsPanel2.Controls.Add(this.cmdCancelar);
     this.tsPanel2.Controls.Add(this.cmdGrabar);
     this.tsPanel2.Dock      = System.Windows.Forms.DockStyle.Left;
     this.tsPanel2.FlatColor = System.Drawing.Color.RoyalBlue;
     this.tsPanel2.Location  = new System.Drawing.Point(280, 3);
     this.tsPanel2.Name      = "tsPanel2";
     this.tsPanel2.Opacity   = 255;
     this.tsPanel2.Size      = new System.Drawing.Size(312, 85);
     this.tsPanel2.Speed     = 1;
     this.tsPanel2.TabIndex  = 1;
     //
     // gbHabilitar
     //
     this.gbHabilitar.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("gbHabilitar.BackgroundImage")));
     this.gbHabilitar.BlackBorder      = true;
     this.gbHabilitar.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.gbHabilitar.CircleButton     = false;
     this.gbHabilitar.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Check;
     this.gbHabilitar.FlatColor        = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gbHabilitar.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Aceptar;
     this.gbHabilitar.FlatFontSize     = 9;
     this.gbHabilitar.FlatTextColor    = System.Drawing.Color.Black;
     this.gbHabilitar.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.gbHabilitar.Location         = new System.Drawing.Point(181, 7);
     this.gbHabilitar.Name             = "gbHabilitar";
     this.gbHabilitar.RoundCorners     = 2;
     this.gbHabilitar.Size             = new System.Drawing.Size(113, 25);
     this.gbHabilitar.TabIndex         = 17;
     this.gbHabilitar.Text             = "Habilitar";
     this.gbHabilitar.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.gbHabilitar.W8Color          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gbHabilitar.Click           += new System.EventHandler(this.gbChangeHabilitado_Click);
     //
     // gbDeshabilitar
     //
     this.gbDeshabilitar.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("gbDeshabilitar.BackgroundImage")));
     this.gbDeshabilitar.BlackBorder      = true;
     this.gbDeshabilitar.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.gbDeshabilitar.CircleButton     = false;
     this.gbDeshabilitar.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Block;
     this.gbDeshabilitar.FlatColor        = System.Drawing.Color.Red;
     this.gbDeshabilitar.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Cancelar;
     this.gbDeshabilitar.FlatFontSize     = 9;
     this.gbDeshabilitar.FlatTextColor    = System.Drawing.Color.Black;
     this.gbDeshabilitar.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.gbDeshabilitar.Location         = new System.Drawing.Point(181, 35);
     this.gbDeshabilitar.Name             = "gbDeshabilitar";
     this.gbDeshabilitar.RoundCorners     = 2;
     this.gbDeshabilitar.Size             = new System.Drawing.Size(113, 25);
     this.gbDeshabilitar.TabIndex         = 18;
     this.gbDeshabilitar.Text             = "Deshabilitar";
     this.gbDeshabilitar.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.gbDeshabilitar.W8Color          = System.Drawing.Color.Red;
     this.gbDeshabilitar.Click           += new System.EventHandler(this.gbChangeHabilitado_Click);
     //
     // cmdCancelar
     //
     this.cmdCancelar.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdCancelar.BackgroundImage")));
     this.cmdCancelar.BlackBorder      = true;
     this.cmdCancelar.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdCancelar.CircleButton     = false;
     this.cmdCancelar.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Cancel;
     this.cmdCancelar.FlatColor        = System.Drawing.Color.Red;
     this.cmdCancelar.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Cancelar;
     this.cmdCancelar.FlatFontSize     = 9;
     this.cmdCancelar.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdCancelar.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.cmdCancelar.ImageOnTop       = true;
     this.cmdCancelar.Location         = new System.Drawing.Point(94, 3);
     this.cmdCancelar.Name             = "cmdCancelar";
     this.cmdCancelar.RoundCorners     = 2;
     this.cmdCancelar.Size             = new System.Drawing.Size(70, 60);
     this.cmdCancelar.TabIndex         = 16;
     this.cmdCancelar.Text             = "Cancelar";
     this.cmdCancelar.TextAlign        = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdCancelar.W8Color          = System.Drawing.Color.Red;
     this.cmdCancelar.Click           += new System.EventHandler(this.gbCancelar_Click);
     //
     // cmdGrabar
     //
     this.cmdGrabar.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdGrabar.BackgroundImage")));
     this.cmdGrabar.BlackBorder      = true;
     this.cmdGrabar.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdGrabar.CircleButton     = false;
     this.cmdGrabar.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Save;
     this.cmdGrabar.FlatColor        = System.Drawing.Color.DodgerBlue;
     this.cmdGrabar.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.LightBlue;
     this.cmdGrabar.FlatFontSize     = 9;
     this.cmdGrabar.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdGrabar.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.cmdGrabar.ImageOnTop       = true;
     this.cmdGrabar.Location         = new System.Drawing.Point(19, 3);
     this.cmdGrabar.Name             = "cmdGrabar";
     this.cmdGrabar.RoundCorners     = 2;
     this.cmdGrabar.Size             = new System.Drawing.Size(70, 60);
     this.cmdGrabar.TabIndex         = 15;
     this.cmdGrabar.Text             = "Grabar";
     this.cmdGrabar.TextAlign        = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdGrabar.W8Color          = System.Drawing.Color.DodgerBlue;
     this.cmdGrabar.Click           += new System.EventHandler(this.gbGrabar_Click);
     //
     // tsPanel1
     //
     this.tsPanel1.Caption = "Operaciones";
     this.tsPanel1.Controls.Add(this.gbCompactar);
     this.tsPanel1.Controls.Add(this.cmdNuevo);
     this.tsPanel1.Controls.Add(this.gbSalir);
     this.tsPanel1.Controls.Add(this.cmdModificar);
     this.tsPanel1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.tsPanel1.FlatColor = System.Drawing.Color.RoyalBlue;
     this.tsPanel1.Location  = new System.Drawing.Point(0, 3);
     this.tsPanel1.Name      = "tsPanel1";
     this.tsPanel1.Opacity   = 255;
     this.tsPanel1.Size      = new System.Drawing.Size(280, 85);
     this.tsPanel1.Speed     = 1;
     this.tsPanel1.TabIndex  = 0;
     //
     // gbCompactar
     //
     this.gbCompactar.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("gbCompactar.BackgroundImage")));
     this.gbCompactar.BlackBorder      = true;
     this.gbCompactar.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.gbCompactar.CircleButton     = false;
     this.gbCompactar.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Folder;
     this.gbCompactar.FlatColor        = System.Drawing.Color.Gray;
     this.gbCompactar.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Imprimir;
     this.gbCompactar.FlatFontSize     = 9;
     this.gbCompactar.FlatTextColor    = System.Drawing.Color.Black;
     this.gbCompactar.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.gbCompactar.Location         = new System.Drawing.Point(171, 35);
     this.gbCompactar.Name             = "gbCompactar";
     this.gbCompactar.RoundCorners     = 2;
     this.gbCompactar.Size             = new System.Drawing.Size(104, 25);
     this.gbCompactar.TabIndex         = 14;
     this.gbCompactar.Text             = "Compactar";
     this.gbCompactar.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.gbCompactar.W8Color          = System.Drawing.Color.Gray;
     this.gbCompactar.Click           += new System.EventHandler(this.gbCompactar_Click);
     //
     // cmdNuevo
     //
     this.cmdNuevo.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdNuevo.BackgroundImage")));
     this.cmdNuevo.BlackBorder      = true;
     this.cmdNuevo.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdNuevo.CircleButton     = false;
     this.cmdNuevo.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.New;
     this.cmdNuevo.FlatColor        = System.Drawing.Color.DodgerBlue;
     this.cmdNuevo.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.LightBlue;
     this.cmdNuevo.FlatFontSize     = 9;
     this.cmdNuevo.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdNuevo.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.cmdNuevo.ImageOnTop       = true;
     this.cmdNuevo.Location         = new System.Drawing.Point(8, 3);
     this.cmdNuevo.Name             = "cmdNuevo";
     this.cmdNuevo.RoundCorners     = 2;
     this.cmdNuevo.Size             = new System.Drawing.Size(70, 60);
     this.cmdNuevo.TabIndex         = 11;
     this.cmdNuevo.Text             = "Nuevo";
     this.cmdNuevo.TextAlign        = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdNuevo.W8Color          = System.Drawing.Color.DodgerBlue;
     this.cmdNuevo.Click           += new System.EventHandler(this.gbNuevo_Click);
     //
     // gbSalir
     //
     this.gbSalir.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("gbSalir.BackgroundImage")));
     this.gbSalir.BlackBorder      = true;
     this.gbSalir.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.gbSalir.CircleButton     = false;
     this.gbSalir.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Undo;
     this.gbSalir.FlatColor        = System.Drawing.Color.Red;
     this.gbSalir.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Cancelar;
     this.gbSalir.FlatFontSize     = 9;
     this.gbSalir.FlatTextColor    = System.Drawing.Color.Black;
     this.gbSalir.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.gbSalir.Location         = new System.Drawing.Point(171, 6);
     this.gbSalir.Name             = "gbSalir";
     this.gbSalir.RoundCorners     = 2;
     this.gbSalir.Size             = new System.Drawing.Size(104, 25);
     this.gbSalir.TabIndex         = 13;
     this.gbSalir.Text             = "Salir";
     this.gbSalir.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.gbSalir.W8Color          = System.Drawing.Color.Red;
     this.gbSalir.Click           += new System.EventHandler(this.gbSalir_Click);
     //
     // cmdModificar
     //
     this.cmdModificar.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdModificar.BackgroundImage")));
     this.cmdModificar.BlackBorder      = true;
     this.cmdModificar.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdModificar.CircleButton     = false;
     this.cmdModificar.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.Edit;
     this.cmdModificar.FlatColor        = System.Drawing.Color.DodgerBlue;
     this.cmdModificar.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.LightBlue;
     this.cmdModificar.FlatFontSize     = 9;
     this.cmdModificar.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdModificar.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.cmdModificar.ImageOnTop       = true;
     this.cmdModificar.Location         = new System.Drawing.Point(82, 3);
     this.cmdModificar.Name             = "cmdModificar";
     this.cmdModificar.RoundCorners     = 2;
     this.cmdModificar.Size             = new System.Drawing.Size(75, 60);
     this.cmdModificar.TabIndex         = 12;
     this.cmdModificar.Text             = "Modificar";
     this.cmdModificar.TextAlign        = System.Drawing.ContentAlignment.BottomCenter;
     this.cmdModificar.W8Color          = System.Drawing.Color.DodgerBlue;
     this.cmdModificar.Click           += new System.EventHandler(this.gbModificar_Click);
     //
     // tsBase1
     //
     this.tsBase1.AutoSize  = false;
     this.tsBase1.FlatLigth = true;
     this.tsBase1.ForeColor = System.Drawing.Color.Black;
     this.tsBase1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.tsBase1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tab1
     });
     this.tsBase1.Location         = new System.Drawing.Point(0, 0);
     this.tsBase1.Name             = "tsBase1";
     this.tsBase1.Padding          = new System.Windows.Forms.Padding(60, 3, 30, 0);
     this.tsBase1.SelectedTab      = this.tab1;
     this.tsBase1.ShowItemToolTips = false;
     this.tsBase1.Size             = new System.Drawing.Size(982, 26);
     this.tsBase1.TabIndex         = 0;
     this.tsBase1.TabOverlap       = 0;
     this.tsBase1.Text             = "tsBase1";
     //
     // tab1
     //
     this.tab1.AutoSize     = false;
     this.tab1.Checked      = true;
     this.tab1.CheckState   = System.Windows.Forms.CheckState.Checked;
     this.tab1.Font         = new System.Drawing.Font("Segoe UI", 9F);
     this.tab1.ForeColor    = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
     this.tab1.Margin       = new System.Windows.Forms.Padding(6, 1, 0, 2);
     this.tab1.Name         = "tab1";
     this.tab1.Size         = new System.Drawing.Size(114, 23);
     this.tab1.TabStripPage = this.tabStripPage1;
     this.tab1.Text         = "Mantenimiento";
     //
     // lblTitle
     //
     this.lblTitle.BackColor = System.Drawing.Color.Transparent;
     this.lblTitle.Font      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.Location  = new System.Drawing.Point(9, 126);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(180, 16);
     this.lblTitle.TabIndex  = 20;
     this.lblTitle.Text      = "Equipamiento:";
     //
     // grdDatos
     //
     this.grdDatos.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.grdDatos.BackgroundColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.grdDatos.BorderStyle        = System.Windows.Forms.BorderStyle.FixedSingle;
     this.grdDatos.CaptionBackColor   = System.Drawing.Color.DodgerBlue;
     this.grdDatos.CaptionFilterColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.grdDatos.CaptionForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.grdDatos.CaptionVisible     = false;
     this.grdDatos.DataMember         = "";
     this.grdDatos.ExcelName          = "Datos Exportados";
     this.grdDatos.ExcelTitle         = "";
     this.grdDatos.GridOrder          = "";
     this.grdDatos.HeaderForeColor    = System.Drawing.SystemColors.ControlText;
     this.grdDatos.Location           = new System.Drawing.Point(4, 142);
     this.grdDatos.Name         = "grdDatos";
     this.grdDatos.Size         = new System.Drawing.Size(974, 210);
     this.grdDatos.SkinFixed    = true;
     this.grdDatos.TabIndex     = 0;
     this.grdDatos.Advance     += new TNGS.NetRoutines.AdvanceEventHandler(this.grdDatos_Advance);
     this.grdDatos.DataDClick  += new TNGS.NetRoutines.DataDClickEventHandler(this.grdDatos_DataDClick);
     this.grdDatos.HeaderClick += new TNGS.NetRoutines.HeaderClickEventHandler(this.grdDatos_HeaderClick);
     //
     // cmdPrint
     //
     this.cmdPrint.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdPrint.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdPrint.BackgroundImage")));
     this.cmdPrint.BlackBorder      = true;
     this.cmdPrint.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdPrint.CircleButton     = false;
     this.cmdPrint.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.fPrint;
     this.cmdPrint.FlatColor        = System.Drawing.Color.Gray;
     this.cmdPrint.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Imprimir;
     this.cmdPrint.FlatFontSize     = 9;
     this.cmdPrint.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdPrint.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.cmdPrint.Location         = new System.Drawing.Point(949, 118);
     this.cmdPrint.Name             = "cmdPrint";
     this.cmdPrint.PCode            = "TNGS.PRINT";
     this.cmdPrint.RoundCorners     = 2;
     this.cmdPrint.Size             = new System.Drawing.Size(26, 24);
     this.cmdPrint.TabIndex         = 2;
     this.cmdPrint.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdPrint.W8Color          = System.Drawing.Color.Gray;
     this.cmdPrint.Click           += new System.EventHandler(this.gbPrint_Click);
     //
     // cmdExcel
     //
     this.cmdExcel.Anchor           = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdExcel.BackgroundImage  = ((System.Drawing.Image)(resources.GetObject("cmdExcel.BackgroundImage")));
     this.cmdExcel.BlackBorder      = true;
     this.cmdExcel.ButtonMode       = TNGS.NetControls.GlassButton.GBMode.Flat;
     this.cmdExcel.CircleButton     = false;
     this.cmdExcel.FixedFlatImage   = TNGS.NetControls.FixedFlatImageButtons.fExcel;
     this.cmdExcel.FlatColor        = System.Drawing.Color.LimeGreen;
     this.cmdExcel.FlatDefaultColor = TNGS.NetControls.ColorRuts.ColoresDefault.Excel;
     this.cmdExcel.FlatFontSize     = 9;
     this.cmdExcel.FlatTextColor    = System.Drawing.Color.Black;
     this.cmdExcel.Font             = new System.Drawing.Font("Segoe UI", 9.75F);
     this.cmdExcel.Location         = new System.Drawing.Point(920, 118);
     this.cmdExcel.Name             = "cmdExcel";
     this.cmdExcel.PCode            = "TNGS.EXCEL";
     this.cmdExcel.RoundCorners     = 2;
     this.cmdExcel.Size             = new System.Drawing.Size(26, 24);
     this.cmdExcel.TabIndex         = 1;
     this.cmdExcel.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdExcel.W8Color          = System.Drawing.Color.LimeGreen;
     this.cmdExcel.Click           += new System.EventHandler(this.gbExcel_Click);
     //
     // frmEdicion
     //
     this.frmEdicion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.frmEdicion.BackgroundColor         = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.frmEdicion.BackgroundGradientColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.frmEdicion.BackgroundGradientMode  = TNGS.NetControls.ImgGroup.GroupBoxGradientMode.ForwardDiagonal;
     this.frmEdicion.BlackBorder             = true;
     this.frmEdicion.BorderColor             = System.Drawing.Color.DodgerBlue;
     this.frmEdicion.BorderThickness         = 1F;
     this.frmEdicion.Controls.Add(this.lblCod);
     this.frmEdicion.Controls.Add(this.txtCod);
     this.frmEdicion.Controls.Add(this.lblDes);
     this.frmEdicion.Controls.Add(this.txtDes);
     this.frmEdicion.Controls.Add(this.lblValor);
     this.frmEdicion.Controls.Add(this.txtValor);
     this.frmEdicion.CustomGroupBoxColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.frmEdicion.FlatMode            = true;
     this.frmEdicion.FontTitle           = new System.Drawing.Font("Arial", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.frmEdicion.ForeColor           = System.Drawing.Color.Black;
     this.frmEdicion.GroupImage          = null;
     this.frmEdicion.GroupTitle          = " Equipamento ";
     this.frmEdicion.Location            = new System.Drawing.Point(4, 358);
     this.frmEdicion.Name                   = "frmEdicion";
     this.frmEdicion.Padding                = new System.Windows.Forms.Padding(20);
     this.frmEdicion.PaintGroupBox          = false;
     this.frmEdicion.RoundCorners           = 4;
     this.frmEdicion.ShadowColor            = System.Drawing.Color.DarkGray;
     this.frmEdicion.ShadowControl          = false;
     this.frmEdicion.ShadowThickness        = 3;
     this.frmEdicion.Size                   = new System.Drawing.Size(974, 79);
     this.frmEdicion.SkinFixed              = true;
     this.frmEdicion.TabIndex               = 21;
     this.frmEdicion.TitleBackground        = System.Drawing.Color.DodgerBlue;
     this.frmEdicion.TitleBackgroundDefault = TNGS.NetControls.ColorRuts.ColoresDefault.None;
     this.frmEdicion.TitleFontColor         = System.Drawing.Color.White;
     //
     // lblCod
     //
     this.lblCod.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCod.Location  = new System.Drawing.Point(35, 42);
     this.lblCod.Name      = "lblCod";
     this.lblCod.Size      = new System.Drawing.Size(55, 22);
     this.lblCod.TabIndex  = 106;
     this.lblCod.Text      = "Código:";
     this.lblCod.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCod
     //
     this.txtCod.BackColor       = System.Drawing.SystemColors.Window;
     this.txtCod.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtCod.EmptyValid      = false;
     this.txtCod.Enabled         = false;
     this.txtCod.Font            = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCod.Location        = new System.Drawing.Point(92, 42);
     this.txtCod.MaxLength       = 4;
     this.txtCod.Name            = "txtCod";
     this.txtCod.Size            = new System.Drawing.Size(106, 22);
     this.txtCod.TabIndex        = 6;
     //
     // lblDes
     //
     this.lblDes.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDes.Location  = new System.Drawing.Point(218, 42);
     this.lblDes.Name      = "lblDes";
     this.lblDes.Size      = new System.Drawing.Size(83, 22);
     this.lblDes.TabIndex  = 107;
     this.lblDes.Text      = "Descripción:";
     this.lblDes.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtDes
     //
     this.txtDes.BackColor       = System.Drawing.SystemColors.Window;
     this.txtDes.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtDes.EmptyValid      = false;
     this.txtDes.Enabled         = false;
     this.txtDes.Font            = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDes.Location        = new System.Drawing.Point(303, 42);
     this.txtDes.MaxLength       = 30;
     this.txtDes.Name            = "txtDes";
     this.txtDes.Size            = new System.Drawing.Size(446, 22);
     this.txtDes.TabIndex        = 7;
     //
     // lblValor
     //
     this.lblValor.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblValor.Location  = new System.Drawing.Point(766, 42);
     this.lblValor.Name      = "lblValor";
     this.lblValor.Size      = new System.Drawing.Size(46, 22);
     this.lblValor.TabIndex  = 108;
     this.lblValor.Text      = "Valor:";
     this.lblValor.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtValor
     //
     this.txtValor.BackColor = System.Drawing.SystemColors.Window;
     this.txtValor.Enabled   = false;
     this.txtValor.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtValor.Location  = new System.Drawing.Point(813, 42);
     this.txtValor.MaxLength = 10;
     this.txtValor.Name      = "txtValor";
     this.txtValor.Size      = new System.Drawing.Size(138, 22);
     this.txtValor.TabIndex  = 8;
     this.txtValor.Text      = "0.00";
     //
     // Equipamientos
     //
     this.AllowEndUserDocking = false;
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize          = new System.Drawing.Size(984, 450);
     this.Controls.Add(this.xpnlBase);
     this.DockAreas       = WeifenLuo.WinFormsUI.Docking.DockAreas.Document;
     this.Font            = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "Equipamientos";
     this.ShowHint        = WeifenLuo.WinFormsUI.Docking.DockState.Document;
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.TabText         = "Mantenimiento de Equipamiento";
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.Equipamiento_FormClosed);
     this.Load           += new System.EventHandler(this.Equipamiento_Load);
     this.xpnlBase.ResumeLayout(false);
     this.tsContainer1.ResumeLayout(false);
     this.tabPageSwitcher1.ResumeLayout(false);
     this.tabStripPage1.ResumeLayout(false);
     this.tsPanel2.ResumeLayout(false);
     this.tsPanel1.ResumeLayout(false);
     this.tsBase1.ResumeLayout(false);
     this.tsBase1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdDatos)).EndInit();
     this.frmEdicion.ResumeLayout(false);
     this.frmEdicion.PerformLayout();
     this.ResumeLayout(false);
 }