305 lines
12 KiB
C#
305 lines
12 KiB
C#
namespace IBRCAD
|
|
{
|
|
partial class frm_recebimentovenda: 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_recebimentovenda));
|
|
dt_recebimento = new DateTimePicker();
|
|
label5 = new Label();
|
|
btn_cancelar = new Button();
|
|
btn_receber = new Button();
|
|
btn_imprimir = new Button();
|
|
pn_parcelas = new Panel();
|
|
dgv_parcelas = new DataGridView();
|
|
txtValor = new TextBox();
|
|
label4 = new Label();
|
|
txtcliente = new TextBox();
|
|
label3 = new Label();
|
|
dtp_data_venda = new DateTimePicker();
|
|
label2 = new Label();
|
|
txtcodvenda = new TextBox();
|
|
label1 = new Label();
|
|
btn_localizarcompra = new Button();
|
|
label6 = new Label();
|
|
pb_exit = new PictureBox();
|
|
pn_parcelas.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)dgv_parcelas).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)pb_exit).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// dt_recebimento
|
|
//
|
|
dt_recebimento.Location = new Point(18, 450);
|
|
dt_recebimento.Margin = new Padding(4, 3, 4, 3);
|
|
dt_recebimento.Name = "dt_recebimento";
|
|
dt_recebimento.Size = new Size(233, 23);
|
|
dt_recebimento.TabIndex = 44;
|
|
//
|
|
// label5
|
|
//
|
|
label5.AutoSize = true;
|
|
label5.Font = new Font("Microsoft Sans Serif", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
label5.Location = new Point(15, 426);
|
|
label5.Margin = new Padding(4, 0, 4, 0);
|
|
label5.Name = "label5";
|
|
label5.Size = new Size(158, 20);
|
|
label5.TabIndex = 43;
|
|
label5.Text = "Data de recebimento";
|
|
//
|
|
// btn_cancelar
|
|
//
|
|
btn_cancelar.Location = new Point(706, 417);
|
|
btn_cancelar.Margin = new Padding(4, 3, 4, 3);
|
|
btn_cancelar.Name = "btn_cancelar";
|
|
btn_cancelar.Size = new Size(88, 66);
|
|
btn_cancelar.TabIndex = 42;
|
|
btn_cancelar.Text = "Cancelar";
|
|
btn_cancelar.UseVisualStyleBackColor = true;
|
|
btn_cancelar.Click += btn_cancelar_Click;
|
|
//
|
|
// btn_receber
|
|
//
|
|
btn_receber.Enabled = false;
|
|
btn_receber.Location = new Point(597, 417);
|
|
btn_receber.Margin = new Padding(4, 3, 4, 3);
|
|
btn_receber.Name = "btn_receber";
|
|
btn_receber.Size = new Size(88, 66);
|
|
btn_receber.TabIndex = 41;
|
|
btn_receber.Text = "Receber";
|
|
btn_receber.UseVisualStyleBackColor = true;
|
|
btn_receber.Click += btn_receber_Click;
|
|
//
|
|
// btn_imprimir
|
|
//
|
|
btn_imprimir.Location = new Point(486, 417);
|
|
btn_imprimir.Margin = new Padding(4, 3, 4, 3);
|
|
btn_imprimir.Name = "btn_imprimir";
|
|
btn_imprimir.Size = new Size(88, 66);
|
|
btn_imprimir.TabIndex = 40;
|
|
btn_imprimir.Text = "Imprimir";
|
|
btn_imprimir.UseVisualStyleBackColor = true;
|
|
btn_imprimir.Click += btn_imprimir_Click;
|
|
//
|
|
// pn_parcelas
|
|
//
|
|
pn_parcelas.Controls.Add(dgv_parcelas);
|
|
pn_parcelas.Location = new Point(18, 176);
|
|
pn_parcelas.Margin = new Padding(4, 3, 4, 3);
|
|
pn_parcelas.Name = "pn_parcelas";
|
|
pn_parcelas.Size = new Size(778, 234);
|
|
pn_parcelas.TabIndex = 39;
|
|
//
|
|
// dgv_parcelas
|
|
//
|
|
dgv_parcelas.AllowUserToAddRows = false;
|
|
dgv_parcelas.AllowUserToDeleteRows = false;
|
|
dgv_parcelas.BackgroundColor = Color.White;
|
|
dgv_parcelas.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
dgv_parcelas.Dock = DockStyle.Fill;
|
|
dgv_parcelas.Location = new Point(0, 0);
|
|
dgv_parcelas.Margin = new Padding(4, 3, 4, 3);
|
|
dgv_parcelas.Name = "dgv_parcelas";
|
|
dgv_parcelas.ReadOnly = true;
|
|
dgv_parcelas.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
|
dgv_parcelas.Size = new Size(778, 234);
|
|
dgv_parcelas.TabIndex = 0;
|
|
dgv_parcelas.CellClick += dgv_parcelas_CellClick;
|
|
//
|
|
// txtValor
|
|
//
|
|
txtValor.Location = new Point(149, 79);
|
|
txtValor.Margin = new Padding(4, 3, 4, 3);
|
|
txtValor.Name = "txtValor";
|
|
txtValor.ReadOnly = true;
|
|
txtValor.Size = new Size(116, 23);
|
|
txtValor.TabIndex = 38;
|
|
//
|
|
// label4
|
|
//
|
|
label4.AutoSize = true;
|
|
label4.Font = new Font("Microsoft Sans Serif", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
label4.Location = new Point(150, 55);
|
|
label4.Margin = new Padding(4, 0, 4, 0);
|
|
label4.Name = "label4";
|
|
label4.Size = new Size(115, 20);
|
|
label4.TabIndex = 37;
|
|
label4.Text = "Valor da venda";
|
|
//
|
|
// txtcliente
|
|
//
|
|
txtcliente.Location = new Point(16, 143);
|
|
txtcliente.Margin = new Padding(4, 3, 4, 3);
|
|
txtcliente.Name = "txtcliente";
|
|
txtcliente.ReadOnly = true;
|
|
txtcliente.Size = new Size(780, 23);
|
|
txtcliente.TabIndex = 36;
|
|
//
|
|
// label3
|
|
//
|
|
label3.AutoSize = true;
|
|
label3.Font = new Font("Microsoft Sans Serif", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
label3.Location = new Point(10, 117);
|
|
label3.Margin = new Padding(4, 0, 4, 0);
|
|
label3.Name = "label3";
|
|
label3.Size = new Size(58, 20);
|
|
label3.TabIndex = 35;
|
|
label3.Text = "Cliente";
|
|
//
|
|
// dtp_data_venda
|
|
//
|
|
dtp_data_venda.Location = new Point(296, 79);
|
|
dtp_data_venda.Margin = new Padding(4, 3, 4, 3);
|
|
dtp_data_venda.Name = "dtp_data_venda";
|
|
dtp_data_venda.Size = new Size(233, 23);
|
|
dtp_data_venda.TabIndex = 34;
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Font = new Font("Microsoft Sans Serif", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
label2.Location = new Point(293, 53);
|
|
label2.Margin = new Padding(4, 0, 4, 0);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(117, 20);
|
|
label2.TabIndex = 33;
|
|
label2.Text = "Data da Venda";
|
|
//
|
|
// txtcodvenda
|
|
//
|
|
txtcodvenda.Location = new Point(10, 78);
|
|
txtcodvenda.Margin = new Padding(4, 3, 4, 3);
|
|
txtcodvenda.Name = "txtcodvenda";
|
|
txtcodvenda.ReadOnly = true;
|
|
txtcodvenda.Size = new Size(116, 23);
|
|
txtcodvenda.TabIndex = 32;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Font = new Font("Microsoft Sans Serif", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
label1.Location = new Point(5, 55);
|
|
label1.Margin = new Padding(4, 0, 4, 0);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(128, 20);
|
|
label1.TabIndex = 31;
|
|
label1.Text = "Código da venda";
|
|
//
|
|
// btn_localizarcompra
|
|
//
|
|
btn_localizarcompra.Location = new Point(537, 76);
|
|
btn_localizarcompra.Margin = new Padding(4, 3, 4, 3);
|
|
btn_localizarcompra.Name = "btn_localizarcompra";
|
|
btn_localizarcompra.Size = new Size(257, 27);
|
|
btn_localizarcompra.TabIndex = 30;
|
|
btn_localizarcompra.Text = "Localizar Parcelas";
|
|
btn_localizarcompra.UseVisualStyleBackColor = true;
|
|
btn_localizarcompra.Click += btn_localizarcompra_Click;
|
|
//
|
|
// label6
|
|
//
|
|
label6.AutoSize = true;
|
|
label6.Font = new Font("Segoe UI", 12F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
|
label6.Location = new Point(274, 9);
|
|
label6.Name = "label6";
|
|
label6.Size = new Size(192, 21);
|
|
label6.TabIndex = 45;
|
|
label6.Text = "Recebimento de vendas";
|
|
//
|
|
// pb_exit
|
|
//
|
|
pb_exit.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|
pb_exit.Image = (Image)resources.GetObject("pb_exit.Image");
|
|
pb_exit.Location = new Point(771, 5);
|
|
pb_exit.Name = "pb_exit";
|
|
pb_exit.Size = new Size(25, 25);
|
|
pb_exit.SizeMode = PictureBoxSizeMode.StretchImage;
|
|
pb_exit.TabIndex = 68;
|
|
pb_exit.TabStop = false;
|
|
pb_exit.Click += pb_exit_Click;
|
|
//
|
|
// frm_recebimentovenda
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
BackColor = Color.White;
|
|
ClientSize = new Size(801, 491);
|
|
Controls.Add(pb_exit);
|
|
Controls.Add(label6);
|
|
Controls.Add(dt_recebimento);
|
|
Controls.Add(label5);
|
|
Controls.Add(btn_cancelar);
|
|
Controls.Add(btn_receber);
|
|
Controls.Add(btn_imprimir);
|
|
Controls.Add(pn_parcelas);
|
|
Controls.Add(txtValor);
|
|
Controls.Add(label4);
|
|
Controls.Add(txtcliente);
|
|
Controls.Add(label3);
|
|
Controls.Add(dtp_data_venda);
|
|
Controls.Add(label2);
|
|
Controls.Add(txtcodvenda);
|
|
Controls.Add(label1);
|
|
Controls.Add(btn_localizarcompra);
|
|
FormBorderStyle = FormBorderStyle.None;
|
|
Margin = new Padding(4, 3, 4, 3);
|
|
MaximizeBox = false;
|
|
MinimizeBox = false;
|
|
Name = "frm_recebimentovenda";
|
|
ShowInTaskbar = false;
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
Text = "Recebimento Venda";
|
|
Load += frm_recebimentovenda_Load;
|
|
pn_parcelas.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)dgv_parcelas).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)pb_exit).EndInit();
|
|
ResumeLayout(false);
|
|
PerformLayout();
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.DateTimePicker dt_recebimento;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Button btn_cancelar;
|
|
private System.Windows.Forms.Button btn_receber;
|
|
private System.Windows.Forms.Button btn_imprimir;
|
|
private System.Windows.Forms.Panel pn_parcelas;
|
|
private System.Windows.Forms.DataGridView dgv_parcelas;
|
|
private System.Windows.Forms.TextBox txtValor;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox txtcliente;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.DateTimePicker dtp_data_venda;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtcodvenda;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btn_localizarcompra;
|
|
private Label label6;
|
|
private PictureBox pb_exit;
|
|
}
|
|
} |