/// <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(CatalogoDescuentosFijos));
     this.imgDescuentos    = new System.Windows.Forms.ImageList(this.components);
     this.tbDescuentos     = new System.Windows.Forms.ToolBar();
     this.btnAgregar       = new System.Windows.Forms.ToolBarButton();
     this.btnInactivar     = new System.Windows.Forms.ToolBarButton();
     this.btnStatus        = new System.Windows.Forms.ToolBarButton();
     this.btnVincular      = new System.Windows.Forms.ToolBarButton();
     this.btnCerrar        = new System.Windows.Forms.ToolBarButton();
     this.pnlTituloD       = new System.Windows.Forms.Panel();
     this.rotatableLabel2  = new Descuentos.RotatableLabel();
     this.lvwDescuentos    = new GasMetropolitano.Controls.ListViewObject();
     this.roundedGroupBox2 = new Descuentos.RoundedGroupBox();
     this.pnlTituloD.SuspendLayout();
     this.SuspendLayout();
     //
     // imgDescuentos
     //
     this.imgDescuentos.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgDescuentos.ImageStream")));
     this.imgDescuentos.TransparentColor = System.Drawing.Color.Transparent;
     this.imgDescuentos.Images.SetKeyName(0, "");
     this.imgDescuentos.Images.SetKeyName(1, "");
     this.imgDescuentos.Images.SetKeyName(2, "");
     this.imgDescuentos.Images.SetKeyName(3, "");
     this.imgDescuentos.Images.SetKeyName(4, "");
     this.imgDescuentos.Images.SetKeyName(5, "");
     this.imgDescuentos.Images.SetKeyName(6, "");
     this.imgDescuentos.Images.SetKeyName(7, "");
     this.imgDescuentos.Images.SetKeyName(8, "");
     this.imgDescuentos.Images.SetKeyName(9, "");
     this.imgDescuentos.Images.SetKeyName(10, "");
     //
     // tbDescuentos
     //
     this.tbDescuentos.Appearance  = System.Windows.Forms.ToolBarAppearance.Flat;
     this.tbDescuentos.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.tbDescuentos.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.btnAgregar,
         this.btnInactivar,
         this.btnStatus,
         this.btnVincular,
         this.btnCerrar
     });
     this.tbDescuentos.DropDownArrows = true;
     this.tbDescuentos.ImageList      = this.imgDescuentos;
     this.tbDescuentos.Location       = new System.Drawing.Point(0, 0);
     this.tbDescuentos.Name           = "tbDescuentos";
     this.tbDescuentos.ShowToolTips   = true;
     this.tbDescuentos.Size           = new System.Drawing.Size(920, 44);
     this.tbDescuentos.TabIndex       = 5;
     this.tbDescuentos.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbDescuentos_ButtonClick);
     //
     // btnAgregar
     //
     this.btnAgregar.ImageIndex  = 3;
     this.btnAgregar.Name        = "btnAgregar";
     this.btnAgregar.Text        = "Agregar";
     this.btnAgregar.ToolTipText = "Nuevo descuento";
     //
     // btnInactivar
     //
     this.btnInactivar.ImageIndex  = 4;
     this.btnInactivar.Name        = "btnInactivar";
     this.btnInactivar.Text        = "Inactivar";
     this.btnInactivar.ToolTipText = "Inactivar descuento";
     //
     // btnStatus
     //
     this.btnStatus.ImageIndex  = 5;
     this.btnStatus.Name        = "btnStatus";
     this.btnStatus.Text        = "Activar";
     this.btnStatus.ToolTipText = "Activar";
     this.btnStatus.Visible     = false;
     //
     // btnVincular
     //
     this.btnVincular.ImageIndex = 2;
     this.btnVincular.Name       = "btnVincular";
     this.btnVincular.Text       = "Vincular";
     //
     // btnCerrar
     //
     this.btnCerrar.ImageIndex  = 10;
     this.btnCerrar.Name        = "btnCerrar";
     this.btnCerrar.Text        = "Cerrar";
     this.btnCerrar.ToolTipText = "Cerrar la pantalla de descuentos";
     //
     // pnlTituloD
     //
     this.pnlTituloD.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)));
     this.pnlTituloD.BackColor = System.Drawing.Color.LightSteelBlue;
     this.pnlTituloD.Controls.Add(this.rotatableLabel2);
     this.pnlTituloD.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pnlTituloD.ForeColor = System.Drawing.Color.Black;
     this.pnlTituloD.Location  = new System.Drawing.Point(0, 40);
     this.pnlTituloD.Name      = "pnlTituloD";
     this.pnlTituloD.Size      = new System.Drawing.Size(40, 451);
     this.pnlTituloD.TabIndex  = 11;
     //
     // rotatableLabel2
     //
     this.rotatableLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)));
     this.rotatableLabel2.Border        = false;
     this.rotatableLabel2.Caption       = "Descuentos Fijos";
     this.rotatableLabel2.Font          = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.rotatableLabel2.ForeColor     = System.Drawing.Color.MidnightBlue;
     this.rotatableLabel2.Location      = new System.Drawing.Point(8, 280);
     this.rotatableLabel2.Name          = "rotatableLabel2";
     this.rotatableLabel2.RotationAngle = 270;
     this.rotatableLabel2.Size          = new System.Drawing.Size(21, 166);
     this.rotatableLabel2.TabIndex      = 13;
     //
     // lvwDescuentos
     //
     this.lvwDescuentos.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.lvwDescuentos.AutoValidateColumn = false;
     this.lvwDescuentos.FullRowSelect      = true;
     this.lvwDescuentos.Location           = new System.Drawing.Point(44, 45);
     this.lvwDescuentos.Name              = "lvwDescuentos";
     this.lvwDescuentos.RightToLeft       = System.Windows.Forms.RightToLeft.No;
     this.lvwDescuentos.RightToLeftLayout = true;
     this.lvwDescuentos.Scrollable        = false;
     this.lvwDescuentos.Size              = new System.Drawing.Size(876, 445);
     this.lvwDescuentos.TabIndex          = 10;
     this.lvwDescuentos.UseCompatibleStateImageBehavior = false;
     this.lvwDescuentos.SelectedIndexChanged           += new System.EventHandler(this.lvwDescuentos_SelectedIndexChanged);
     //
     // roundedGroupBox2
     //
     this.roundedGroupBox2.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.roundedGroupBox2.BorderColor   = System.Drawing.Color.Gray;
     this.roundedGroupBox2.FlatStyle     = Descuentos.RoundedGroupBox.Style.Pipe;
     this.roundedGroupBox2.Location      = new System.Drawing.Point(0, 496);
     this.roundedGroupBox2.Name          = "roundedGroupBox2";
     this.roundedGroupBox2.Size          = new System.Drawing.Size(920, 10);
     this.roundedGroupBox2.TabIndex      = 12;
     this.roundedGroupBox2.TabStop       = false;
     this.roundedGroupBox2.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // CatalogoDescuentosFijos
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.LightSteelBlue;
     this.ClientSize        = new System.Drawing.Size(920, 507);
     this.Controls.Add(this.lvwDescuentos);
     this.Controls.Add(this.roundedGroupBox2);
     this.Controls.Add(this.pnlTituloD);
     this.Controls.Add(this.tbDescuentos);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "CatalogoDescuentosFijos";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Catálogo Descuentos Fijos";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Closed       += new System.EventHandler(this.CatalogoDescuentosFijos_Closed);
     this.Load         += new System.EventHandler(this.CatalogoDescuentosFijos_Load);
     this.pnlTituloD.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VincularDescuentoFijo));
     this.roundedGroupBox1     = new Descuentos.RoundedGroupBox();
     this.btnCerrar            = new System.Windows.Forms.Button();
     this.btnModificar         = new System.Windows.Forms.Button();
     this.lblStatus            = new System.Windows.Forms.Label();
     this.lblPosicionAnterior  = new System.Windows.Forms.Label();
     this.cboDescuentoNuevo    = new System.Windows.Forms.ComboBox();
     this.cboDescuentoAnterior = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lvwClientesDescuento = new GasMetropolitano.Controls.ListViewObject();
     this.lblZonaEconomica     = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.roundedGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // roundedGroupBox1
     //
     this.roundedGroupBox1.BackColor   = System.Drawing.Color.LightSteelBlue;
     this.roundedGroupBox1.BorderColor = System.Drawing.Color.MidnightBlue;
     this.roundedGroupBox1.Controls.Add(this.label6);
     this.roundedGroupBox1.Controls.Add(this.lblZonaEconomica);
     this.roundedGroupBox1.Controls.Add(this.btnCerrar);
     this.roundedGroupBox1.Controls.Add(this.btnModificar);
     this.roundedGroupBox1.Controls.Add(this.lblStatus);
     this.roundedGroupBox1.Controls.Add(this.lblPosicionAnterior);
     this.roundedGroupBox1.Controls.Add(this.cboDescuentoNuevo);
     this.roundedGroupBox1.Controls.Add(this.cboDescuentoAnterior);
     this.roundedGroupBox1.Controls.Add(this.label4);
     this.roundedGroupBox1.Controls.Add(this.label3);
     this.roundedGroupBox1.Controls.Add(this.label2);
     this.roundedGroupBox1.Controls.Add(this.label1);
     this.roundedGroupBox1.Location = new System.Drawing.Point(16, 8);
     this.roundedGroupBox1.Name     = "roundedGroupBox1";
     this.roundedGroupBox1.Size     = new System.Drawing.Size(506, 183);
     this.roundedGroupBox1.TabIndex = 0;
     this.roundedGroupBox1.TabStop  = false;
     //
     // btnCerrar
     //
     this.btnCerrar.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCerrar.Image      = ((System.Drawing.Image)(resources.GetObject("btnCerrar.Image")));
     this.btnCerrar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCerrar.Location   = new System.Drawing.Point(409, 56);
     this.btnCerrar.Name       = "btnCerrar";
     this.btnCerrar.Size       = new System.Drawing.Size(72, 23);
     this.btnCerrar.TabIndex   = 9;
     this.btnCerrar.Text       = "Cerrar";
     this.btnCerrar.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCerrar.Click     += new System.EventHandler(this.btnCerrar_Click);
     //
     // btnModificar
     //
     this.btnModificar.Enabled    = false;
     this.btnModificar.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnModificar.Image      = ((System.Drawing.Image)(resources.GetObject("btnModificar.Image")));
     this.btnModificar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnModificar.Location   = new System.Drawing.Point(409, 24);
     this.btnModificar.Name       = "btnModificar";
     this.btnModificar.Size       = new System.Drawing.Size(72, 23);
     this.btnModificar.TabIndex   = 8;
     this.btnModificar.Text       = "Modificar";
     this.btnModificar.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnModificar.Click     += new System.EventHandler(this.btnModificar_Click);
     //
     // lblStatus
     //
     this.lblStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblStatus.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStatus.Location    = new System.Drawing.Point(136, 117);
     this.lblStatus.Name        = "lblStatus";
     this.lblStatus.Size        = new System.Drawing.Size(251, 23);
     this.lblStatus.TabIndex    = 7;
     this.lblStatus.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblPosicionAnterior
     //
     this.lblPosicionAnterior.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblPosicionAnterior.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPosicionAnterior.Location    = new System.Drawing.Point(136, 85);
     this.lblPosicionAnterior.Name        = "lblPosicionAnterior";
     this.lblPosicionAnterior.Size        = new System.Drawing.Size(251, 23);
     this.lblPosicionAnterior.TabIndex    = 6;
     this.lblPosicionAnterior.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cboDescuentoNuevo
     //
     this.cboDescuentoNuevo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboDescuentoNuevo.Location      = new System.Drawing.Point(136, 149);
     this.cboDescuentoNuevo.Name          = "cboDescuentoNuevo";
     this.cboDescuentoNuevo.Size          = new System.Drawing.Size(251, 21);
     this.cboDescuentoNuevo.TabIndex      = 5;
     //
     // cboDescuentoAnterior
     //
     this.cboDescuentoAnterior.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboDescuentoAnterior.Location      = new System.Drawing.Point(136, 24);
     this.cboDescuentoAnterior.Name          = "cboDescuentoAnterior";
     this.cboDescuentoAnterior.Size          = new System.Drawing.Size(251, 21);
     this.cboDescuentoAnterior.TabIndex      = 4;
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(24, 152);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(112, 23);
     this.label4.TabIndex = 3;
     this.label4.Text     = "Descuento Nuevo:";
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(24, 122);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(112, 23);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Status:";
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(24, 90);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(112, 23);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Posición RI:";
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(24, 27);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(112, 21);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Descuento Actual:";
     //
     // lvwClientesDescuento
     //
     this.lvwClientesDescuento.AutoValidateColumn = false;
     this.lvwClientesDescuento.FullRowSelect      = true;
     this.lvwClientesDescuento.Location           = new System.Drawing.Point(16, 197);
     this.lvwClientesDescuento.Name     = "lvwClientesDescuento";
     this.lvwClientesDescuento.Size     = new System.Drawing.Size(506, 304);
     this.lvwClientesDescuento.TabIndex = 1;
     this.lvwClientesDescuento.UseCompatibleStateImageBehavior = false;
     //
     // lblZonaEconomica
     //
     this.lblZonaEconomica.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblZonaEconomica.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblZonaEconomica.Location    = new System.Drawing.Point(136, 53);
     this.lblZonaEconomica.Name        = "lblZonaEconomica";
     this.lblZonaEconomica.Size        = new System.Drawing.Size(251, 23);
     this.lblZonaEconomica.TabIndex    = 10;
     this.lblZonaEconomica.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(24, 58);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(112, 23);
     this.label6.TabIndex = 11;
     this.label6.Text     = "Zona económica:";
     //
     // VincularDescuentoFijo
     //
     this.AcceptButton      = this.btnModificar;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.LightSteelBlue;
     this.ClientSize        = new System.Drawing.Size(534, 512);
     this.Controls.Add(this.lvwClientesDescuento);
     this.Controls.Add(this.roundedGroupBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(550, 550);
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(550, 550);
     this.Name          = "VincularDescuentoFijo";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Vincular Descuento Fijo";
     this.Load         += new System.EventHandler(this.VincularDescuentoFijo_Load);
     this.roundedGroupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AgregarDescuentoFijo));
     this.roundedGroupBox1 = new Descuentos.RoundedGroupBox();
     this.btnCerrar        = new System.Windows.Forms.Button();
     this.btnGuardar       = new System.Windows.Forms.Button();
     this.cboZonaEconomica = new System.Windows.Forms.ComboBox();
     this.label2           = new System.Windows.Forms.Label();
     this.cboPosicion      = new System.Windows.Forms.ComboBox();
     this.label1           = new System.Windows.Forms.Label();
     this.lblDescuento     = new System.Windows.Forms.Label();
     this.txtDescuento     = new System.Windows.Forms.TextBox();
     this.roundedGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // roundedGroupBox1
     //
     this.roundedGroupBox1.BorderColor = System.Drawing.Color.MidnightBlue;
     this.roundedGroupBox1.Controls.Add(this.btnCerrar);
     this.roundedGroupBox1.Controls.Add(this.btnGuardar);
     this.roundedGroupBox1.Controls.Add(this.cboZonaEconomica);
     this.roundedGroupBox1.Controls.Add(this.label2);
     this.roundedGroupBox1.Controls.Add(this.cboPosicion);
     this.roundedGroupBox1.Controls.Add(this.label1);
     this.roundedGroupBox1.Controls.Add(this.lblDescuento);
     this.roundedGroupBox1.Controls.Add(this.txtDescuento);
     this.roundedGroupBox1.Location = new System.Drawing.Point(8, 8);
     this.roundedGroupBox1.Name     = "roundedGroupBox1";
     this.roundedGroupBox1.Size     = new System.Drawing.Size(464, 144);
     this.roundedGroupBox1.TabIndex = 20;
     this.roundedGroupBox1.TabStop  = false;
     //
     // btnCerrar
     //
     this.btnCerrar.Font       = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCerrar.Image      = ((System.Drawing.Image)(resources.GetObject("btnCerrar.Image")));
     this.btnCerrar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCerrar.Location   = new System.Drawing.Point(365, 64);
     this.btnCerrar.Name       = "btnCerrar";
     this.btnCerrar.Size       = new System.Drawing.Size(80, 24);
     this.btnCerrar.TabIndex   = 27;
     this.btnCerrar.Text       = "Cerrar";
     this.btnCerrar.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCerrar.Click     += new System.EventHandler(this.btnCerrar_Click);
     //
     // btnGuardar
     //
     this.btnGuardar.Font       = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnGuardar.Image      = ((System.Drawing.Image)(resources.GetObject("btnGuardar.Image")));
     this.btnGuardar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnGuardar.Location   = new System.Drawing.Point(365, 32);
     this.btnGuardar.Name       = "btnGuardar";
     this.btnGuardar.Size       = new System.Drawing.Size(80, 24);
     this.btnGuardar.TabIndex   = 26;
     this.btnGuardar.Text       = "Guardar";
     this.btnGuardar.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnGuardar.Click     += new System.EventHandler(this.btnGuardar_Click);
     //
     // cboZonaEconomica
     //
     this.cboZonaEconomica.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboZonaEconomica.Location      = new System.Drawing.Point(112, 96);
     this.cboZonaEconomica.Name          = "cboZonaEconomica";
     this.cboZonaEconomica.Size          = new System.Drawing.Size(233, 21);
     this.cboZonaEconomica.TabIndex      = 25;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.LightSteelBlue;
     this.label2.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location  = new System.Drawing.Point(24, 96);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(88, 23);
     this.label2.TabIndex  = 24;
     this.label2.Text      = "ZonaEconomica:";
     //
     // cboPosicion
     //
     this.cboPosicion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboPosicion.Location      = new System.Drawing.Point(112, 61);
     this.cboPosicion.Name          = "cboPosicion";
     this.cboPosicion.Size          = new System.Drawing.Size(233, 21);
     this.cboPosicion.TabIndex      = 23;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.LightSteelBlue;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(24, 61);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(72, 23);
     this.label1.TabIndex  = 22;
     this.label1.Text      = "PosicionRI:";
     //
     // lblDescuento
     //
     this.lblDescuento.BackColor = System.Drawing.Color.LightSteelBlue;
     this.lblDescuento.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDescuento.Location  = new System.Drawing.Point(24, 29);
     this.lblDescuento.Name      = "lblDescuento";
     this.lblDescuento.Size      = new System.Drawing.Size(64, 23);
     this.lblDescuento.TabIndex  = 21;
     this.lblDescuento.Text      = "Descuento:";
     //
     // txtDescuento
     //
     this.txtDescuento.Location  = new System.Drawing.Point(112, 29);
     this.txtDescuento.Name      = "txtDescuento";
     this.txtDescuento.Size      = new System.Drawing.Size(233, 20);
     this.txtDescuento.TabIndex  = 20;
     this.txtDescuento.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtDescuento_KeyPress);
     this.txtDescuento.Leave    += new System.EventHandler(this.txtDescuento_Leave);
     //
     // AgregarDescuentoFijo
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.LightSteelBlue;
     this.ClientSize        = new System.Drawing.Size(484, 162);
     this.Controls.Add(this.roundedGroupBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(500, 200);
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(500, 200);
     this.Name          = "AgregarDescuentoFijo";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Agregar Descuento Fijo";
     this.Load         += new System.EventHandler(this.AgregarDescuentoFijo_Load);
     this.roundedGroupBox1.ResumeLayout(false);
     this.roundedGroupBox1.PerformLayout();
     this.ResumeLayout(false);
 }