namespace IBRCAD
{
partial class frm_pagamentocompra : Form
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_pagamentocompra));
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();
pb_exit = new PictureBox();
label6 = new Label();
pn_parcelas.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dgv_parcelas).BeginInit();
((System.ComponentModel.ISupportInitialize)pb_exit).BeginInit();
SuspendLayout();
//
// dt_recebimento
//
dt_recebimento.Location = new Point(14, 442);
dt_recebimento.Margin = new Padding(4, 3, 4, 3);
dt_recebimento.Name = "dt_recebimento";
dt_recebimento.Size = new Size(233, 23);
dt_recebimento.TabIndex = 29;
//
// label5
//
label5.AutoSize = true;
label5.Location = new Point(11, 420);
label5.Margin = new Padding(4, 0, 4, 0);
label5.Name = "label5";
label5.Size = new Size(112, 15);
label5.TabIndex = 28;
label5.Text = "Data do Pagamento";
//
// btn_cancelar
//
btn_cancelar.Location = new Point(702, 409);
btn_cancelar.Margin = new Padding(4, 3, 4, 3);
btn_cancelar.Name = "btn_cancelar";
btn_cancelar.Size = new Size(88, 66);
btn_cancelar.TabIndex = 27;
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(593, 409);
btn_receber.Margin = new Padding(4, 3, 4, 3);
btn_receber.Name = "btn_receber";
btn_receber.Size = new Size(88, 66);
btn_receber.TabIndex = 26;
btn_receber.Text = "Pagar";
btn_receber.UseVisualStyleBackColor = true;
btn_receber.Click += Btn_receber_Click;
//
// btn_imprimir
//
btn_imprimir.Location = new Point(482, 409);
btn_imprimir.Margin = new Padding(4, 3, 4, 3);
btn_imprimir.Name = "btn_imprimir";
btn_imprimir.Size = new Size(88, 66);
btn_imprimir.TabIndex = 25;
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(14, 167);
pn_parcelas.Margin = new Padding(4, 3, 4, 3);
pn_parcelas.Name = "pn_parcelas";
pn_parcelas.Size = new Size(778, 234);
pn_parcelas.TabIndex = 24;
//
// 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(138, 74);
txtValor.Margin = new Padding(4, 3, 4, 3);
txtValor.Name = "txtValor";
txtValor.ReadOnly = true;
txtValor.Size = new Size(116, 23);
txtValor.TabIndex = 23;
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(138, 51);
label4.Margin = new Padding(4, 0, 4, 0);
label4.Name = "label4";
label4.Size = new Size(93, 15);
label4.TabIndex = 22;
label4.Text = "Valor da compra";
//
// txtcliente
//
txtcliente.Location = new Point(12, 135);
txtcliente.Margin = new Padding(4, 3, 4, 3);
txtcliente.Name = "txtcliente";
txtcliente.ReadOnly = true;
txtcliente.Size = new Size(780, 23);
txtcliente.TabIndex = 21;
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(8, 113);
label3.Margin = new Padding(4, 0, 4, 0);
label3.Name = "label3";
label3.Size = new Size(67, 15);
label3.TabIndex = 20;
label3.Text = "Fornecedor";
//
// dtp_data_venda
//
dtp_data_venda.Location = new Point(262, 74);
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 = 19;
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(262, 51);
label2.Margin = new Padding(4, 0, 4, 0);
label2.Name = "label2";
label2.Size = new Size(93, 15);
label2.TabIndex = 18;
label2.Text = "Data da Compra";
//
// txtcodvenda
//
txtcodvenda.Location = new Point(10, 74);
txtcodvenda.Margin = new Padding(4, 3, 4, 3);
txtcodvenda.Name = "txtcodvenda";
txtcodvenda.ReadOnly = true;
txtcodvenda.Size = new Size(116, 23);
txtcodvenda.TabIndex = 17;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(11, 51);
label1.Margin = new Padding(4, 0, 4, 0);
label1.Name = "label1";
label1.Size = new Size(106, 15);
label1.TabIndex = 16;
label1.Text = "Código da compra";
//
// btn_localizarcompra
//
btn_localizarcompra.Location = new Point(503, 70);
btn_localizarcompra.Margin = new Padding(4, 3, 4, 3);
btn_localizarcompra.Name = "btn_localizarcompra";
btn_localizarcompra.Size = new Size(278, 27);
btn_localizarcompra.TabIndex = 15;
btn_localizarcompra.Text = "Localizar Parcelas";
btn_localizarcompra.UseVisualStyleBackColor = true;
btn_localizarcompra.Click += Btn_localizarcompra_Click;
//
// pb_exit
//
pb_exit.Anchor = AnchorStyles.Top | AnchorStyles.Right;
pb_exit.Image = (Image)resources.GetObject("pb_exit.Image");
pb_exit.Location = new Point(776, 3);
pb_exit.Name = "pb_exit";
pb_exit.Size = new Size(25, 25);
pb_exit.SizeMode = PictureBoxSizeMode.StretchImage;
pb_exit.TabIndex = 67;
pb_exit.TabStop = false;
pb_exit.Click += pb_exit_Click;
//
// label6
//
label6.AutoSize = true;
label6.Font = new Font("Segoe UI", 12F, FontStyle.Bold, GraphicsUnit.Point, 0);
label6.Location = new Point(262, 9);
label6.Margin = new Padding(4, 0, 4, 0);
label6.Name = "label6";
label6.Size = new Size(262, 21);
label6.TabIndex = 68;
label6.Text = "Realizar pagamentos de compras";
//
// frm_pagamentocompra
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.White;
ClientSize = new Size(805, 485);
Controls.Add(label6);
Controls.Add(pb_exit);
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_pagamentocompra";
ShowInTaskbar = false;
StartPosition = FormStartPosition.CenterScreen;
Text = "Pagamento das compras";
Load += Frm_pagamentocompra_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 PictureBox pb_exit;
private Label label6;
}
}