525 lines
22 KiB
C#
525 lines
22 KiB
C#
namespace IBRCAD
|
|
{
|
|
partial class frm_consultavendas: Form
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_consultavendas));
|
|
pn_parcelas = new Panel();
|
|
btn_buscarParcelasEmAberto = new Button();
|
|
txt_parcelas = new TextBox();
|
|
label8 = new Label();
|
|
pn_cliente = new Panel();
|
|
lbl_cod = new Label();
|
|
label5 = new Label();
|
|
btn_localizarCliente = new Button();
|
|
txt_cli_nome = new TextBox();
|
|
label2 = new Label();
|
|
groupBox1 = new GroupBox();
|
|
rb_parcelas = new RadioButton();
|
|
rb_dataVenda = new RadioButton();
|
|
rb_cliente = new RadioButton();
|
|
rb_todasCompras = new RadioButton();
|
|
tb_vendas = new TabControl();
|
|
tabPage5 = new TabPage();
|
|
dgvDados = new DataGridView();
|
|
tb_itens = new TabPage();
|
|
dgv_itens = new DataGridView();
|
|
tb_parcelas = new TabPage();
|
|
dgv_parcelas = new DataGridView();
|
|
pn_data = new Panel();
|
|
btn_localizarPorData = new Button();
|
|
dtp_final = new DateTimePicker();
|
|
label4 = new Label();
|
|
dtp_inicial = new DateTimePicker();
|
|
label3 = new Label();
|
|
pn_todasCompras = new Panel();
|
|
label1 = new Label();
|
|
pb_exit = new PictureBox();
|
|
btn_imprimir = new Button();
|
|
pn_parcelas.SuspendLayout();
|
|
pn_cliente.SuspendLayout();
|
|
groupBox1.SuspendLayout();
|
|
tb_vendas.SuspendLayout();
|
|
tabPage5.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)dgvDados).BeginInit();
|
|
tb_itens.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)dgv_itens).BeginInit();
|
|
tb_parcelas.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)dgv_parcelas).BeginInit();
|
|
pn_data.SuspendLayout();
|
|
pn_todasCompras.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pb_exit).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// pn_parcelas
|
|
//
|
|
pn_parcelas.Controls.Add(btn_buscarParcelasEmAberto);
|
|
pn_parcelas.Controls.Add(txt_parcelas);
|
|
pn_parcelas.Controls.Add(label8);
|
|
pn_parcelas.Location = new Point(5, 95);
|
|
pn_parcelas.Margin = new Padding(4, 3, 4, 3);
|
|
pn_parcelas.Name = "pn_parcelas";
|
|
pn_parcelas.Size = new Size(648, 62);
|
|
pn_parcelas.TabIndex = 29;
|
|
//
|
|
// btn_buscarParcelasEmAberto
|
|
//
|
|
btn_buscarParcelasEmAberto.Location = new Point(536, 23);
|
|
btn_buscarParcelasEmAberto.Margin = new Padding(4, 3, 4, 3);
|
|
btn_buscarParcelasEmAberto.Name = "btn_buscarParcelasEmAberto";
|
|
btn_buscarParcelasEmAberto.Size = new Size(88, 30);
|
|
btn_buscarParcelasEmAberto.TabIndex = 2;
|
|
btn_buscarParcelasEmAberto.Text = "buscar";
|
|
btn_buscarParcelasEmAberto.UseVisualStyleBackColor = true;
|
|
btn_buscarParcelasEmAberto.Click += btn_buscarParcelasEmAberto_Click;
|
|
//
|
|
// txt_parcelas
|
|
//
|
|
txt_parcelas.Location = new Point(13, 25);
|
|
txt_parcelas.Margin = new Padding(4, 3, 4, 3);
|
|
txt_parcelas.Name = "txt_parcelas";
|
|
txt_parcelas.Size = new Size(517, 23);
|
|
txt_parcelas.TabIndex = 0;
|
|
//
|
|
// label8
|
|
//
|
|
label8.AutoSize = true;
|
|
label8.Location = new Point(13, 5);
|
|
label8.Margin = new Padding(4, 0, 4, 0);
|
|
label8.Name = "label8";
|
|
label8.Size = new Size(181, 15);
|
|
label8.TabIndex = 1;
|
|
label8.Text = "Pesquisar por Parcelas em aberto";
|
|
//
|
|
// pn_cliente
|
|
//
|
|
pn_cliente.Controls.Add(lbl_cod);
|
|
pn_cliente.Controls.Add(label5);
|
|
pn_cliente.Controls.Add(btn_localizarCliente);
|
|
pn_cliente.Controls.Add(txt_cli_nome);
|
|
pn_cliente.Controls.Add(label2);
|
|
pn_cliente.Location = new Point(9, 95);
|
|
pn_cliente.Margin = new Padding(4, 3, 4, 3);
|
|
pn_cliente.Name = "pn_cliente";
|
|
pn_cliente.Size = new Size(648, 62);
|
|
pn_cliente.TabIndex = 27;
|
|
//
|
|
// lbl_cod
|
|
//
|
|
lbl_cod.AutoSize = true;
|
|
lbl_cod.Location = new Point(250, 5);
|
|
lbl_cod.Margin = new Padding(4, 0, 4, 0);
|
|
lbl_cod.Name = "lbl_cod";
|
|
lbl_cod.Size = new Size(27, 15);
|
|
lbl_cod.TabIndex = 4;
|
|
lbl_cod.Text = "cod";
|
|
//
|
|
// label5
|
|
//
|
|
label5.AutoSize = true;
|
|
label5.Location = new Point(134, 6);
|
|
label5.Margin = new Padding(4, 0, 4, 0);
|
|
label5.Name = "label5";
|
|
label5.Size = new Size(106, 15);
|
|
label5.TabIndex = 3;
|
|
label5.Text = "Código do Cliente:";
|
|
//
|
|
// btn_localizarCliente
|
|
//
|
|
btn_localizarCliente.Location = new Point(536, 23);
|
|
btn_localizarCliente.Margin = new Padding(4, 3, 4, 3);
|
|
btn_localizarCliente.Name = "btn_localizarCliente";
|
|
btn_localizarCliente.Size = new Size(88, 30);
|
|
btn_localizarCliente.TabIndex = 2;
|
|
btn_localizarCliente.Text = "buscar";
|
|
btn_localizarCliente.UseVisualStyleBackColor = true;
|
|
btn_localizarCliente.Click += btn_localizarCliente_Click;
|
|
//
|
|
// txt_cli_nome
|
|
//
|
|
txt_cli_nome.Location = new Point(13, 25);
|
|
txt_cli_nome.Margin = new Padding(4, 3, 4, 3);
|
|
txt_cli_nome.Name = "txt_cli_nome";
|
|
txt_cli_nome.Size = new Size(517, 23);
|
|
txt_cli_nome.TabIndex = 0;
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Location = new Point(13, 5);
|
|
label2.Margin = new Padding(4, 0, 4, 0);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(97, 15);
|
|
label2.TabIndex = 1;
|
|
label2.Text = "Nome do Cliente";
|
|
//
|
|
// groupBox1
|
|
//
|
|
groupBox1.Controls.Add(rb_parcelas);
|
|
groupBox1.Controls.Add(rb_dataVenda);
|
|
groupBox1.Controls.Add(rb_cliente);
|
|
groupBox1.Controls.Add(rb_todasCompras);
|
|
groupBox1.Location = new Point(13, 26);
|
|
groupBox1.Margin = new Padding(4, 3, 4, 3);
|
|
groupBox1.Name = "groupBox1";
|
|
groupBox1.Padding = new Padding(4, 3, 4, 3);
|
|
groupBox1.Size = new Size(636, 51);
|
|
groupBox1.TabIndex = 31;
|
|
groupBox1.TabStop = false;
|
|
groupBox1.Text = "Consultar por:";
|
|
//
|
|
// rb_parcelas
|
|
//
|
|
rb_parcelas.AutoSize = true;
|
|
rb_parcelas.Location = new Point(471, 22);
|
|
rb_parcelas.Margin = new Padding(4, 3, 4, 3);
|
|
rb_parcelas.Name = "rb_parcelas";
|
|
rb_parcelas.Size = new Size(125, 19);
|
|
rb_parcelas.TabIndex = 3;
|
|
rb_parcelas.Text = "Parcelas em aberto";
|
|
rb_parcelas.UseVisualStyleBackColor = true;
|
|
rb_parcelas.CheckedChanged += rb_parcelas_CheckedChanged;
|
|
//
|
|
// rb_dataVenda
|
|
//
|
|
rb_dataVenda.AutoSize = true;
|
|
rb_dataVenda.Location = new Point(308, 22);
|
|
rb_dataVenda.Margin = new Padding(4, 3, 4, 3);
|
|
rb_dataVenda.Name = "rb_dataVenda";
|
|
rb_dataVenda.Size = new Size(100, 19);
|
|
rb_dataVenda.TabIndex = 2;
|
|
rb_dataVenda.Text = "Data da Venda";
|
|
rb_dataVenda.UseVisualStyleBackColor = true;
|
|
rb_dataVenda.CheckedChanged += rb_dataVenda_CheckedChanged;
|
|
//
|
|
// rb_cliente
|
|
//
|
|
rb_cliente.AutoSize = true;
|
|
rb_cliente.Location = new Point(187, 22);
|
|
rb_cliente.Margin = new Padding(4, 3, 4, 3);
|
|
rb_cliente.Name = "rb_cliente";
|
|
rb_cliente.Size = new Size(65, 19);
|
|
rb_cliente.TabIndex = 1;
|
|
rb_cliente.Text = "clientes";
|
|
rb_cliente.UseVisualStyleBackColor = true;
|
|
rb_cliente.CheckedChanged += rb_cliente_CheckedChanged;
|
|
//
|
|
// rb_todasCompras
|
|
//
|
|
rb_todasCompras.AutoSize = true;
|
|
rb_todasCompras.Checked = true;
|
|
rb_todasCompras.Location = new Point(8, 22);
|
|
rb_todasCompras.Margin = new Padding(4, 3, 4, 3);
|
|
rb_todasCompras.Name = "rb_todasCompras";
|
|
rb_todasCompras.Size = new Size(118, 19);
|
|
rb_todasCompras.TabIndex = 0;
|
|
rb_todasCompras.TabStop = true;
|
|
rb_todasCompras.Text = "Todas as compras";
|
|
rb_todasCompras.UseVisualStyleBackColor = true;
|
|
rb_todasCompras.CheckedChanged += rb_todasCompras_CheckedChanged;
|
|
//
|
|
// tb_vendas
|
|
//
|
|
tb_vendas.Controls.Add(tabPage5);
|
|
tb_vendas.Controls.Add(tb_itens);
|
|
tb_vendas.Controls.Add(tb_parcelas);
|
|
tb_vendas.Location = new Point(13, 197);
|
|
tb_vendas.Margin = new Padding(4, 3, 4, 3);
|
|
tb_vendas.Name = "tb_vendas";
|
|
tb_vendas.SelectedIndex = 0;
|
|
tb_vendas.Size = new Size(644, 314);
|
|
tb_vendas.TabIndex = 30;
|
|
//
|
|
// tabPage5
|
|
//
|
|
tabPage5.Controls.Add(dgvDados);
|
|
tabPage5.Location = new Point(4, 24);
|
|
tabPage5.Margin = new Padding(4, 3, 4, 3);
|
|
tabPage5.Name = "tabPage5";
|
|
tabPage5.Padding = new Padding(4, 3, 4, 3);
|
|
tabPage5.Size = new Size(636, 286);
|
|
tabPage5.TabIndex = 0;
|
|
tabPage5.Text = "Todas as vendas";
|
|
tabPage5.UseVisualStyleBackColor = true;
|
|
//
|
|
// dgvDados
|
|
//
|
|
dgvDados.AllowUserToAddRows = false;
|
|
dgvDados.AllowUserToDeleteRows = false;
|
|
dgvDados.BackgroundColor = SystemColors.Control;
|
|
dgvDados.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
dgvDados.Dock = DockStyle.Fill;
|
|
dgvDados.Location = new Point(4, 3);
|
|
dgvDados.Margin = new Padding(2);
|
|
dgvDados.Name = "dgvDados";
|
|
dgvDados.ReadOnly = true;
|
|
dgvDados.RowTemplate.Height = 24;
|
|
dgvDados.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
|
dgvDados.Size = new Size(628, 280);
|
|
dgvDados.TabIndex = 12;
|
|
dgvDados.CellClick += dgvDados_CellClick;
|
|
dgvDados.CellDoubleClick += dgvDados_CellDoubleClick;
|
|
//
|
|
// tb_itens
|
|
//
|
|
tb_itens.Controls.Add(dgv_itens);
|
|
tb_itens.Location = new Point(4, 24);
|
|
tb_itens.Margin = new Padding(4, 3, 4, 3);
|
|
tb_itens.Name = "tb_itens";
|
|
tb_itens.Padding = new Padding(4, 3, 4, 3);
|
|
tb_itens.Size = new Size(636, 286);
|
|
tb_itens.TabIndex = 1;
|
|
tb_itens.Text = "Itens da venda";
|
|
tb_itens.UseVisualStyleBackColor = true;
|
|
//
|
|
// dgv_itens
|
|
//
|
|
dgv_itens.AllowUserToAddRows = false;
|
|
dgv_itens.AllowUserToDeleteRows = false;
|
|
dgv_itens.BackgroundColor = SystemColors.Control;
|
|
dgv_itens.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
dgv_itens.Dock = DockStyle.Fill;
|
|
dgv_itens.Location = new Point(4, 3);
|
|
dgv_itens.Margin = new Padding(2);
|
|
dgv_itens.Name = "dgv_itens";
|
|
dgv_itens.ReadOnly = true;
|
|
dgv_itens.RowTemplate.Height = 24;
|
|
dgv_itens.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
|
dgv_itens.Size = new Size(628, 280);
|
|
dgv_itens.TabIndex = 13;
|
|
//
|
|
// tb_parcelas
|
|
//
|
|
tb_parcelas.Controls.Add(dgv_parcelas);
|
|
tb_parcelas.Location = new Point(4, 24);
|
|
tb_parcelas.Margin = new Padding(4, 3, 4, 3);
|
|
tb_parcelas.Name = "tb_parcelas";
|
|
tb_parcelas.Size = new Size(636, 286);
|
|
tb_parcelas.TabIndex = 2;
|
|
tb_parcelas.Text = "Parcelas";
|
|
tb_parcelas.UseVisualStyleBackColor = true;
|
|
//
|
|
// dgv_parcelas
|
|
//
|
|
dgv_parcelas.AllowUserToAddRows = false;
|
|
dgv_parcelas.AllowUserToDeleteRows = false;
|
|
dgv_parcelas.BackgroundColor = SystemColors.Control;
|
|
dgv_parcelas.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
dgv_parcelas.Dock = DockStyle.Fill;
|
|
dgv_parcelas.Location = new Point(0, 0);
|
|
dgv_parcelas.Margin = new Padding(2);
|
|
dgv_parcelas.Name = "dgv_parcelas";
|
|
dgv_parcelas.ReadOnly = true;
|
|
dgv_parcelas.RowTemplate.Height = 24;
|
|
dgv_parcelas.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
|
dgv_parcelas.Size = new Size(636, 286);
|
|
dgv_parcelas.TabIndex = 13;
|
|
//
|
|
// pn_data
|
|
//
|
|
pn_data.Controls.Add(btn_localizarPorData);
|
|
pn_data.Controls.Add(dtp_final);
|
|
pn_data.Controls.Add(label4);
|
|
pn_data.Controls.Add(dtp_inicial);
|
|
pn_data.Controls.Add(label3);
|
|
pn_data.Location = new Point(13, 74);
|
|
pn_data.Margin = new Padding(4, 3, 4, 3);
|
|
pn_data.Name = "pn_data";
|
|
pn_data.Size = new Size(639, 87);
|
|
pn_data.TabIndex = 28;
|
|
//
|
|
// btn_localizarPorData
|
|
//
|
|
btn_localizarPorData.Location = new Point(528, 54);
|
|
btn_localizarPorData.Margin = new Padding(4, 3, 4, 3);
|
|
btn_localizarPorData.Name = "btn_localizarPorData";
|
|
btn_localizarPorData.Size = new Size(88, 27);
|
|
btn_localizarPorData.TabIndex = 4;
|
|
btn_localizarPorData.Text = "localizar";
|
|
btn_localizarPorData.UseVisualStyleBackColor = true;
|
|
btn_localizarPorData.Click += btn_localizarPorData_Click;
|
|
//
|
|
// dtp_final
|
|
//
|
|
dtp_final.Location = new Point(400, 27);
|
|
dtp_final.Margin = new Padding(4, 3, 4, 3);
|
|
dtp_final.Name = "dtp_final";
|
|
dtp_final.Size = new Size(228, 23);
|
|
dtp_final.TabIndex = 3;
|
|
//
|
|
// label4
|
|
//
|
|
label4.AutoSize = true;
|
|
label4.Location = new Point(326, 30);
|
|
label4.Margin = new Padding(4, 0, 4, 0);
|
|
label4.Name = "label4";
|
|
label4.Size = new Size(62, 15);
|
|
label4.TabIndex = 2;
|
|
label4.Text = "Data Final:";
|
|
//
|
|
// dtp_inicial
|
|
//
|
|
dtp_inicial.Location = new Point(85, 25);
|
|
dtp_inicial.Margin = new Padding(4, 3, 4, 3);
|
|
dtp_inicial.Name = "dtp_inicial";
|
|
dtp_inicial.Size = new Size(233, 23);
|
|
dtp_inicial.TabIndex = 1;
|
|
//
|
|
// label3
|
|
//
|
|
label3.AutoSize = true;
|
|
label3.Location = new Point(13, 28);
|
|
label3.Margin = new Padding(4, 0, 4, 0);
|
|
label3.Name = "label3";
|
|
label3.Size = new Size(68, 15);
|
|
label3.TabIndex = 0;
|
|
label3.Text = "Data inicial:";
|
|
//
|
|
// pn_todasCompras
|
|
//
|
|
pn_todasCompras.Controls.Add(label1);
|
|
pn_todasCompras.Location = new Point(18, 83);
|
|
pn_todasCompras.Margin = new Padding(4, 3, 4, 3);
|
|
pn_todasCompras.Name = "pn_todasCompras";
|
|
pn_todasCompras.Size = new Size(602, 66);
|
|
pn_todasCompras.TabIndex = 32;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Font = new Font("Microsoft Sans Serif", 20.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
label1.Location = new Point(110, 18);
|
|
label1.Margin = new Padding(4, 0, 4, 0);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(337, 31);
|
|
label1.TabIndex = 0;
|
|
label1.Text = "Visualizar todas as vendas";
|
|
//
|
|
// pb_exit
|
|
//
|
|
pb_exit.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|
pb_exit.Image = (Image)resources.GetObject("pb_exit.Image");
|
|
pb_exit.Location = new Point(637, 3);
|
|
pb_exit.Name = "pb_exit";
|
|
pb_exit.Size = new Size(24, 23);
|
|
pb_exit.SizeMode = PictureBoxSizeMode.StretchImage;
|
|
pb_exit.TabIndex = 33;
|
|
pb_exit.TabStop = false;
|
|
pb_exit.Click += pb_exit_Click;
|
|
//
|
|
// btn_imprimir
|
|
//
|
|
btn_imprimir.Location = new Point(413, 167);
|
|
btn_imprimir.Margin = new Padding(4, 3, 4, 3);
|
|
btn_imprimir.Name = "btn_imprimir";
|
|
btn_imprimir.Size = new Size(244, 30);
|
|
btn_imprimir.TabIndex = 3;
|
|
btn_imprimir.Text = "Imprimir relatorios de vendas";
|
|
btn_imprimir.UseVisualStyleBackColor = true;
|
|
btn_imprimir.Click += btn_imprimir_Click;
|
|
//
|
|
// frm_consultavendas
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
BackColor = Color.White;
|
|
ClientSize = new Size(668, 511);
|
|
Controls.Add(btn_imprimir);
|
|
Controls.Add(pb_exit);
|
|
Controls.Add(pn_parcelas);
|
|
Controls.Add(pn_cliente);
|
|
Controls.Add(pn_data);
|
|
Controls.Add(groupBox1);
|
|
Controls.Add(tb_vendas);
|
|
Controls.Add(pn_todasCompras);
|
|
FormBorderStyle = FormBorderStyle.None;
|
|
Margin = new Padding(4, 3, 4, 3);
|
|
MaximizeBox = false;
|
|
MinimizeBox = false;
|
|
Name = "frm_consultavendas";
|
|
ShowInTaskbar = false;
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
Text = "Consulta movimentação vendas";
|
|
Load += frm_consultavendas_Load;
|
|
pn_parcelas.ResumeLayout(false);
|
|
pn_parcelas.PerformLayout();
|
|
pn_cliente.ResumeLayout(false);
|
|
pn_cliente.PerformLayout();
|
|
groupBox1.ResumeLayout(false);
|
|
groupBox1.PerformLayout();
|
|
tb_vendas.ResumeLayout(false);
|
|
tabPage5.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)dgvDados).EndInit();
|
|
tb_itens.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)dgv_itens).EndInit();
|
|
tb_parcelas.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)dgv_parcelas).EndInit();
|
|
pn_data.ResumeLayout(false);
|
|
pn_data.PerformLayout();
|
|
pn_todasCompras.ResumeLayout(false);
|
|
pn_todasCompras.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pb_exit).EndInit();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel pn_parcelas;
|
|
private System.Windows.Forms.Button btn_buscarParcelasEmAberto;
|
|
private System.Windows.Forms.TextBox txt_parcelas;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Panel pn_cliente;
|
|
private System.Windows.Forms.Label lbl_cod;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Button btn_localizarCliente;
|
|
private System.Windows.Forms.TextBox txt_cli_nome;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.RadioButton rb_parcelas;
|
|
private System.Windows.Forms.RadioButton rb_dataVenda;
|
|
private System.Windows.Forms.RadioButton rb_cliente;
|
|
private System.Windows.Forms.RadioButton rb_todasCompras;
|
|
private System.Windows.Forms.TabControl tb_vendas;
|
|
private System.Windows.Forms.TabPage tabPage5;
|
|
private System.Windows.Forms.DataGridView dgvDados;
|
|
private System.Windows.Forms.TabPage tb_itens;
|
|
private System.Windows.Forms.DataGridView dgv_itens;
|
|
private System.Windows.Forms.TabPage tb_parcelas;
|
|
private System.Windows.Forms.DataGridView dgv_parcelas;
|
|
private System.Windows.Forms.Panel pn_data;
|
|
private System.Windows.Forms.Button btn_localizarPorData;
|
|
private System.Windows.Forms.DateTimePicker dtp_final;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.DateTimePicker dtp_inicial;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Panel pn_todasCompras;
|
|
private System.Windows.Forms.Label label1;
|
|
private PictureBox pb_exit;
|
|
private Button btn_imprimir;
|
|
}
|
|
} |