493 lines
26 KiB
C#
493 lines
26 KiB
C#
namespace compabetov2
|
|
{
|
|
partial class Estadiscticas
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.dtpBuscar = new System.Windows.Forms.DateTimePicker();
|
|
this.dgvDia = new System.Windows.Forms.DataGridView();
|
|
this.Producto = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Precio = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.precioCompra = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Total = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.totalNeto = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.btnBuscar = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.dgvMes = new System.Windows.Forms.DataGridView();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.PrecioCompraMes = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.totalNetoMes = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.lbProductDia = new System.Windows.Forms.Label();
|
|
this.lbVendedorDia = new System.Windows.Forms.Label();
|
|
this.lbUtilidadDia = new System.Windows.Forms.Label();
|
|
this.lbUtilidadMes = new System.Windows.Forms.Label();
|
|
this.lbVendedorMes = new System.Windows.Forms.Label();
|
|
this.lbProductoMes = new System.Windows.Forms.Label();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.lbGananciasBrutasDia = new System.Windows.Forms.Label();
|
|
this.lbGananciasBrutasMes = new System.Windows.Forms.Label();
|
|
this.lbTotalImporteDia = new System.Windows.Forms.Label();
|
|
this.btnVentasDia = new System.Windows.Forms.Button();
|
|
this.btnVentasMes = new System.Windows.Forms.Button();
|
|
this.lbEnviosDia = new System.Windows.Forms.Label();
|
|
this.lbTotalImporteMes = new System.Windows.Forms.Label();
|
|
this.lbEnvioMes = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDia)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvMes)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// dtpBuscar
|
|
//
|
|
this.dtpBuscar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.dtpBuscar.Location = new System.Drawing.Point(27, 155);
|
|
this.dtpBuscar.Name = "dtpBuscar";
|
|
this.dtpBuscar.Size = new System.Drawing.Size(257, 22);
|
|
this.dtpBuscar.TabIndex = 0;
|
|
//
|
|
// dgvDia
|
|
//
|
|
this.dgvDia.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvDia.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.Producto,
|
|
this.Precio,
|
|
this.precioCompra,
|
|
this.Cantidad,
|
|
this.Total,
|
|
this.totalNeto});
|
|
this.dgvDia.Location = new System.Drawing.Point(24, 199);
|
|
this.dgvDia.Name = "dgvDia";
|
|
this.dgvDia.RowHeadersWidth = 51;
|
|
this.dgvDia.Size = new System.Drawing.Size(599, 150);
|
|
this.dgvDia.TabIndex = 1;
|
|
this.dgvDia.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDia_CellContentClick);
|
|
//
|
|
// Producto
|
|
//
|
|
this.Producto.HeaderText = "Producto";
|
|
this.Producto.MinimumWidth = 6;
|
|
this.Producto.Name = "Producto";
|
|
this.Producto.ReadOnly = true;
|
|
this.Producto.Width = 250;
|
|
//
|
|
// Precio
|
|
//
|
|
this.Precio.HeaderText = "Precio";
|
|
this.Precio.MinimumWidth = 6;
|
|
this.Precio.Name = "Precio";
|
|
this.Precio.ReadOnly = true;
|
|
this.Precio.Width = 50;
|
|
//
|
|
// precioCompra
|
|
//
|
|
this.precioCompra.HeaderText = "Precio Compra";
|
|
this.precioCompra.Name = "precioCompra";
|
|
this.precioCompra.Width = 50;
|
|
//
|
|
// Cantidad
|
|
//
|
|
this.Cantidad.HeaderText = "Cantidad";
|
|
this.Cantidad.MinimumWidth = 6;
|
|
this.Cantidad.Name = "Cantidad";
|
|
this.Cantidad.ReadOnly = true;
|
|
this.Cantidad.Width = 50;
|
|
//
|
|
// Total
|
|
//
|
|
this.Total.HeaderText = "Total";
|
|
this.Total.MinimumWidth = 6;
|
|
this.Total.Name = "Total";
|
|
this.Total.Width = 70;
|
|
//
|
|
// totalNeto
|
|
//
|
|
this.totalNeto.HeaderText = "Total Neto";
|
|
this.totalNeto.Name = "totalNeto";
|
|
this.totalNeto.Width = 70;
|
|
//
|
|
// btnBuscar
|
|
//
|
|
this.btnBuscar.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnBuscar.Location = new System.Drawing.Point(288, 154);
|
|
this.btnBuscar.Name = "btnBuscar";
|
|
this.btnBuscar.Size = new System.Drawing.Size(69, 22);
|
|
this.btnBuscar.TabIndex = 2;
|
|
this.btnBuscar.Text = "Buscar";
|
|
this.btnBuscar.UseVisualStyleBackColor = true;
|
|
this.btnBuscar.Click += new System.EventHandler(this.btnBuscar_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.ForeColor = System.Drawing.Color.Transparent;
|
|
this.label1.Location = new System.Drawing.Point(27, 180);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(114, 17);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "Resumen del dia";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.ForeColor = System.Drawing.Color.Transparent;
|
|
this.label2.Location = new System.Drawing.Point(33, 482);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(121, 17);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "Resumen del mes";
|
|
//
|
|
// dgvMes
|
|
//
|
|
this.dgvMes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dgvMes.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dataGridViewTextBoxColumn1,
|
|
this.dataGridViewTextBoxColumn2,
|
|
this.PrecioCompraMes,
|
|
this.dataGridViewTextBoxColumn3,
|
|
this.dataGridViewTextBoxColumn4,
|
|
this.totalNetoMes});
|
|
this.dgvMes.Location = new System.Drawing.Point(30, 501);
|
|
this.dgvMes.Name = "dgvMes";
|
|
this.dgvMes.RowHeadersWidth = 51;
|
|
this.dgvMes.Size = new System.Drawing.Size(599, 150);
|
|
this.dgvMes.TabIndex = 5;
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "Producto";
|
|
this.dataGridViewTextBoxColumn1.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn1.Width = 250;
|
|
//
|
|
// dataGridViewTextBoxColumn2
|
|
//
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "Precio";
|
|
this.dataGridViewTextBoxColumn2.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn2.Width = 50;
|
|
//
|
|
// PrecioCompraMes
|
|
//
|
|
this.PrecioCompraMes.HeaderText = "Precio Compra";
|
|
this.PrecioCompraMes.Name = "PrecioCompraMes";
|
|
this.PrecioCompraMes.Width = 50;
|
|
//
|
|
// dataGridViewTextBoxColumn3
|
|
//
|
|
this.dataGridViewTextBoxColumn3.HeaderText = "Cantidad";
|
|
this.dataGridViewTextBoxColumn3.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn3.Width = 50;
|
|
//
|
|
// dataGridViewTextBoxColumn4
|
|
//
|
|
this.dataGridViewTextBoxColumn4.HeaderText = "Total";
|
|
this.dataGridViewTextBoxColumn4.MinimumWidth = 6;
|
|
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
this.dataGridViewTextBoxColumn4.Width = 70;
|
|
//
|
|
// totalNetoMes
|
|
//
|
|
this.totalNetoMes.HeaderText = "Total Neto";
|
|
this.totalNetoMes.Name = "totalNetoMes";
|
|
this.totalNetoMes.Width = 70;
|
|
//
|
|
// lbProductDia
|
|
//
|
|
this.lbProductDia.AutoSize = true;
|
|
this.lbProductDia.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbProductDia.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbProductDia.ForeColor = System.Drawing.Color.Transparent;
|
|
this.lbProductDia.Location = new System.Drawing.Point(657, 199);
|
|
this.lbProductDia.Name = "lbProductDia";
|
|
this.lbProductDia.Size = new System.Drawing.Size(153, 17);
|
|
this.lbProductDia.TabIndex = 6;
|
|
this.lbProductDia.Text = "Producto mas vendido:";
|
|
this.lbProductDia.Click += new System.EventHandler(this.lbProductDia_Click);
|
|
//
|
|
// lbVendedorDia
|
|
//
|
|
this.lbVendedorDia.AutoSize = true;
|
|
this.lbVendedorDia.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbVendedorDia.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbVendedorDia.ForeColor = System.Drawing.Color.Transparent;
|
|
this.lbVendedorDia.Location = new System.Drawing.Point(657, 261);
|
|
this.lbVendedorDia.Name = "lbVendedorDia";
|
|
this.lbVendedorDia.Size = new System.Drawing.Size(113, 17);
|
|
this.lbVendedorDia.TabIndex = 7;
|
|
this.lbVendedorDia.Text = "Mejor vendedos:";
|
|
this.lbVendedorDia.Click += new System.EventHandler(this.lbVendedorDia_Click);
|
|
//
|
|
// lbUtilidadDia
|
|
//
|
|
this.lbUtilidadDia.AutoSize = true;
|
|
this.lbUtilidadDia.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbUtilidadDia.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbUtilidadDia.ForeColor = System.Drawing.Color.Transparent;
|
|
this.lbUtilidadDia.Location = new System.Drawing.Point(419, 355);
|
|
this.lbUtilidadDia.Name = "lbUtilidadDia";
|
|
this.lbUtilidadDia.Size = new System.Drawing.Size(105, 17);
|
|
this.lbUtilidadDia.TabIndex = 8;
|
|
this.lbUtilidadDia.Text = "Utilidad del dia:";
|
|
this.lbUtilidadDia.Click += new System.EventHandler(this.lbTotalDia_Click);
|
|
//
|
|
// lbUtilidadMes
|
|
//
|
|
this.lbUtilidadMes.AutoSize = true;
|
|
this.lbUtilidadMes.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbUtilidadMes.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbUtilidadMes.ForeColor = System.Drawing.Color.Transparent;
|
|
this.lbUtilidadMes.Location = new System.Drawing.Point(419, 664);
|
|
this.lbUtilidadMes.Name = "lbUtilidadMes";
|
|
this.lbUtilidadMes.Size = new System.Drawing.Size(112, 17);
|
|
this.lbUtilidadMes.TabIndex = 9;
|
|
this.lbUtilidadMes.Text = "Utilidad del mes:";
|
|
//
|
|
// lbVendedorMes
|
|
//
|
|
this.lbVendedorMes.AutoSize = true;
|
|
this.lbVendedorMes.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbVendedorMes.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbVendedorMes.ForeColor = System.Drawing.Color.Transparent;
|
|
this.lbVendedorMes.Location = new System.Drawing.Point(665, 552);
|
|
this.lbVendedorMes.Name = "lbVendedorMes";
|
|
this.lbVendedorMes.Size = new System.Drawing.Size(111, 17);
|
|
this.lbVendedorMes.TabIndex = 11;
|
|
this.lbVendedorMes.Text = "Mejor vendedor:";
|
|
this.lbVendedorMes.Click += new System.EventHandler(this.lbVendedorMes_Click);
|
|
//
|
|
// lbProductoMes
|
|
//
|
|
this.lbProductoMes.AutoSize = true;
|
|
this.lbProductoMes.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbProductoMes.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbProductoMes.ForeColor = System.Drawing.Color.Transparent;
|
|
this.lbProductoMes.Location = new System.Drawing.Point(663, 482);
|
|
this.lbProductoMes.Name = "lbProductoMes";
|
|
this.lbProductoMes.Size = new System.Drawing.Size(153, 17);
|
|
this.lbProductoMes.TabIndex = 10;
|
|
this.lbProductoMes.Text = "Producto mas vendido:";
|
|
this.lbProductoMes.Click += new System.EventHandler(this.lbProductoMes_Click);
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.pictureBox2.Image = global::compabetov2.Properties.Resources.check1;
|
|
this.pictureBox2.Location = new System.Drawing.Point(911, 680);
|
|
this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(75, 56);
|
|
this.pictureBox2.TabIndex = 28;
|
|
this.pictureBox2.TabStop = false;
|
|
this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
|
|
//
|
|
// lbGananciasBrutasDia
|
|
//
|
|
this.lbGananciasBrutasDia.AutoSize = true;
|
|
this.lbGananciasBrutasDia.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbGananciasBrutasDia.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbGananciasBrutasDia.ForeColor = System.Drawing.Color.Transparent;
|
|
this.lbGananciasBrutasDia.Location = new System.Drawing.Point(358, 398);
|
|
this.lbGananciasBrutasDia.Name = "lbGananciasBrutasDia";
|
|
this.lbGananciasBrutasDia.Size = new System.Drawing.Size(166, 17);
|
|
this.lbGananciasBrutasDia.TabIndex = 29;
|
|
this.lbGananciasBrutasDia.Text = "Ganancias brutas del dia";
|
|
//
|
|
// lbGananciasBrutasMes
|
|
//
|
|
this.lbGananciasBrutasMes.AutoSize = true;
|
|
this.lbGananciasBrutasMes.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbGananciasBrutasMes.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbGananciasBrutasMes.ForeColor = System.Drawing.Color.Transparent;
|
|
this.lbGananciasBrutasMes.Location = new System.Drawing.Point(352, 719);
|
|
this.lbGananciasBrutasMes.Name = "lbGananciasBrutasMes";
|
|
this.lbGananciasBrutasMes.Size = new System.Drawing.Size(171, 17);
|
|
this.lbGananciasBrutasMes.TabIndex = 30;
|
|
this.lbGananciasBrutasMes.Text = "Ganancias Brutas del dia:";
|
|
//
|
|
// lbTotalImporteDia
|
|
//
|
|
this.lbTotalImporteDia.AutoSize = true;
|
|
this.lbTotalImporteDia.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbTotalImporteDia.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbTotalImporteDia.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.lbTotalImporteDia.Location = new System.Drawing.Point(70, 356);
|
|
this.lbTotalImporteDia.Name = "lbTotalImporteDia";
|
|
this.lbTotalImporteDia.Size = new System.Drawing.Size(133, 16);
|
|
this.lbTotalImporteDia.TabIndex = 31;
|
|
this.lbTotalImporteDia.Text = "Total Importe del dia:";
|
|
//
|
|
// btnVentasDia
|
|
//
|
|
this.btnVentasDia.Enabled = false;
|
|
this.btnVentasDia.Location = new System.Drawing.Point(660, 313);
|
|
this.btnVentasDia.Name = "btnVentasDia";
|
|
this.btnVentasDia.Size = new System.Drawing.Size(110, 23);
|
|
this.btnVentasDia.TabIndex = 32;
|
|
this.btnVentasDia.Text = "Ventas del dia";
|
|
this.btnVentasDia.UseVisualStyleBackColor = true;
|
|
this.btnVentasDia.Click += new System.EventHandler(this.btnVentasDia_Click);
|
|
//
|
|
// btnVentasMes
|
|
//
|
|
this.btnVentasMes.Enabled = false;
|
|
this.btnVentasMes.Location = new System.Drawing.Point(666, 611);
|
|
this.btnVentasMes.Name = "btnVentasMes";
|
|
this.btnVentasMes.Size = new System.Drawing.Size(110, 23);
|
|
this.btnVentasMes.TabIndex = 33;
|
|
this.btnVentasMes.Text = "Ventas del Mes";
|
|
this.btnVentasMes.UseVisualStyleBackColor = true;
|
|
this.btnVentasMes.Click += new System.EventHandler(this.btnVentasMes_Click);
|
|
//
|
|
// lbEnviosDia
|
|
//
|
|
this.lbEnviosDia.AutoSize = true;
|
|
this.lbEnviosDia.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbEnviosDia.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbEnviosDia.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.lbEnviosDia.Location = new System.Drawing.Point(70, 399);
|
|
this.lbEnviosDia.Name = "lbEnviosDia";
|
|
this.lbEnviosDia.Size = new System.Drawing.Size(147, 16);
|
|
this.lbEnviosDia.TabIndex = 34;
|
|
this.lbEnviosDia.Text = "Total de envios del dia:";
|
|
//
|
|
// lbTotalImporteMes
|
|
//
|
|
this.lbTotalImporteMes.AutoSize = true;
|
|
this.lbTotalImporteMes.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbTotalImporteMes.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbTotalImporteMes.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.lbTotalImporteMes.Location = new System.Drawing.Point(84, 665);
|
|
this.lbTotalImporteMes.Name = "lbTotalImporteMes";
|
|
this.lbTotalImporteMes.Size = new System.Drawing.Size(140, 16);
|
|
this.lbTotalImporteMes.TabIndex = 35;
|
|
this.lbTotalImporteMes.Text = "Total Importe del mes:";
|
|
//
|
|
// lbEnvioMes
|
|
//
|
|
this.lbEnvioMes.AutoSize = true;
|
|
this.lbEnvioMes.BackColor = System.Drawing.Color.Transparent;
|
|
this.lbEnvioMes.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lbEnvioMes.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
|
|
this.lbEnvioMes.Location = new System.Drawing.Point(70, 719);
|
|
this.lbEnvioMes.Name = "lbEnvioMes";
|
|
this.lbEnvioMes.Size = new System.Drawing.Size(154, 16);
|
|
this.lbEnvioMes.TabIndex = 36;
|
|
this.lbEnvioMes.Text = "Total de envios del mes:";
|
|
//
|
|
// Estadiscticas
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(104)))), ((int)(((byte)(255)))));
|
|
this.BackgroundImage = global::compabetov2.Properties.Resources.Form;
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.ClientSize = new System.Drawing.Size(1038, 772);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.lbEnvioMes);
|
|
this.Controls.Add(this.lbTotalImporteMes);
|
|
this.Controls.Add(this.lbEnviosDia);
|
|
this.Controls.Add(this.btnVentasMes);
|
|
this.Controls.Add(this.btnVentasDia);
|
|
this.Controls.Add(this.lbTotalImporteDia);
|
|
this.Controls.Add(this.lbGananciasBrutasMes);
|
|
this.Controls.Add(this.lbGananciasBrutasDia);
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.lbVendedorMes);
|
|
this.Controls.Add(this.lbProductoMes);
|
|
this.Controls.Add(this.lbUtilidadMes);
|
|
this.Controls.Add(this.lbUtilidadDia);
|
|
this.Controls.Add(this.lbVendedorDia);
|
|
this.Controls.Add(this.lbProductDia);
|
|
this.Controls.Add(this.dgvMes);
|
|
this.Controls.Add(this.btnBuscar);
|
|
this.Controls.Add(this.dgvDia);
|
|
this.Controls.Add(this.dtpBuscar);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.label2);
|
|
this.DoubleBuffered = true;
|
|
this.Name = "Estadiscticas";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Load += new System.EventHandler(this.Estadiscticas_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDia)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvMes)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DateTimePicker dtpBuscar;
|
|
private System.Windows.Forms.DataGridView dgvDia;
|
|
private System.Windows.Forms.Button btnBuscar;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.DataGridView dgvMes;
|
|
private System.Windows.Forms.Label lbProductDia;
|
|
private System.Windows.Forms.Label lbVendedorDia;
|
|
private System.Windows.Forms.Label lbUtilidadDia;
|
|
private System.Windows.Forms.Label lbUtilidadMes;
|
|
private System.Windows.Forms.Label lbVendedorMes;
|
|
private System.Windows.Forms.Label lbProductoMes;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.Label lbGananciasBrutasDia;
|
|
private System.Windows.Forms.Label lbGananciasBrutasMes;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Producto;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Precio;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn precioCompra;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Cantidad;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Total;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn totalNeto;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PrecioCompraMes;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn totalNetoMes;
|
|
private System.Windows.Forms.Label lbTotalImporteDia;
|
|
private System.Windows.Forms.Button btnVentasDia;
|
|
private System.Windows.Forms.Button btnVentasMes;
|
|
private System.Windows.Forms.Label lbEnviosDia;
|
|
private System.Windows.Forms.Label lbTotalImporteMes;
|
|
private System.Windows.Forms.Label lbEnvioMes;
|
|
}
|
|
} |