399 lines
15 KiB
C#
399 lines
15 KiB
C#
namespace IBRCAD
|
|
{
|
|
partial class frm_consultacnpjreceita
|
|
{
|
|
/// <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_consultacnpjreceita));
|
|
mskcnpj = new MaskedTextBox();
|
|
label1 = new Label();
|
|
panel1 = new Panel();
|
|
pb_close = new PictureBox();
|
|
txtestado = new TextBox();
|
|
label13 = new Label();
|
|
txtmunicipio = new TextBox();
|
|
label12 = new Label();
|
|
txtcep = new TextBox();
|
|
label11 = new Label();
|
|
txtbairro = new TextBox();
|
|
label10 = new Label();
|
|
txtcomplemento = new TextBox();
|
|
label9 = new Label();
|
|
txtnumero = new TextBox();
|
|
label8 = new Label();
|
|
txtlogradouro = new TextBox();
|
|
label7 = new Label();
|
|
txtmotivo = new TextBox();
|
|
label6 = new Label();
|
|
txtabertura = new TextBox();
|
|
label5 = new Label();
|
|
txtsituacao = new TextBox();
|
|
label4 = new Label();
|
|
txtnome = new TextBox();
|
|
label3 = new Label();
|
|
btn_seach = new Button();
|
|
label2 = new Label();
|
|
panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pb_close).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// mskcnpj
|
|
//
|
|
mskcnpj.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
mskcnpj.Location = new Point(162, 82);
|
|
mskcnpj.Mask = "##.###.###/####-##";
|
|
mskcnpj.Name = "mskcnpj";
|
|
mskcnpj.Size = new Size(147, 29);
|
|
mskcnpj.TabIndex = 0;
|
|
mskcnpj.TextMaskFormat = MaskFormat.ExcludePromptAndLiterals;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Font = new Font("Segoe UI", 12F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
|
label1.ForeColor = Color.Black;
|
|
label1.Location = new Point(138, 9);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(286, 21);
|
|
label1.TabIndex = 1;
|
|
label1.Text = "Consulta de CNPJ na Receita Federal";
|
|
//
|
|
// panel1
|
|
//
|
|
panel1.BackColor = Color.White;
|
|
panel1.Controls.Add(pb_close);
|
|
panel1.Controls.Add(txtestado);
|
|
panel1.Controls.Add(label13);
|
|
panel1.Controls.Add(txtmunicipio);
|
|
panel1.Controls.Add(label12);
|
|
panel1.Controls.Add(txtcep);
|
|
panel1.Controls.Add(label11);
|
|
panel1.Controls.Add(txtbairro);
|
|
panel1.Controls.Add(label10);
|
|
panel1.Controls.Add(txtcomplemento);
|
|
panel1.Controls.Add(label9);
|
|
panel1.Controls.Add(txtnumero);
|
|
panel1.Controls.Add(label8);
|
|
panel1.Controls.Add(txtlogradouro);
|
|
panel1.Controls.Add(label7);
|
|
panel1.Controls.Add(txtmotivo);
|
|
panel1.Controls.Add(label6);
|
|
panel1.Controls.Add(txtabertura);
|
|
panel1.Controls.Add(label5);
|
|
panel1.Controls.Add(txtsituacao);
|
|
panel1.Controls.Add(label4);
|
|
panel1.Controls.Add(txtnome);
|
|
panel1.Controls.Add(label3);
|
|
panel1.Controls.Add(btn_seach);
|
|
panel1.Controls.Add(label2);
|
|
panel1.Controls.Add(label1);
|
|
panel1.Controls.Add(mskcnpj);
|
|
panel1.Dock = DockStyle.Fill;
|
|
panel1.Location = new Point(0, 0);
|
|
panel1.Name = "panel1";
|
|
panel1.Size = new Size(588, 526);
|
|
panel1.TabIndex = 2;
|
|
//
|
|
// pb_close
|
|
//
|
|
pb_close.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|
pb_close.Image = (Image)resources.GetObject("pb_close.Image");
|
|
pb_close.Location = new Point(560, 5);
|
|
pb_close.Name = "pb_close";
|
|
pb_close.Size = new Size(25, 25);
|
|
pb_close.SizeMode = PictureBoxSizeMode.StretchImage;
|
|
pb_close.TabIndex = 26;
|
|
pb_close.TabStop = false;
|
|
pb_close.Click += pb_close_Click;
|
|
//
|
|
// txtestado
|
|
//
|
|
txtestado.Location = new Point(361, 367);
|
|
txtestado.Name = "txtestado";
|
|
txtestado.Size = new Size(213, 23);
|
|
txtestado.TabIndex = 25;
|
|
//
|
|
// label13
|
|
//
|
|
label13.AutoSize = true;
|
|
label13.Font = new Font("Segoe UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
|
label13.ForeColor = Color.Black;
|
|
label13.Location = new Point(296, 368);
|
|
label13.Name = "label13";
|
|
label13.Size = new Size(60, 20);
|
|
label13.TabIndex = 24;
|
|
label13.Text = "Estado:";
|
|
//
|
|
// txtmunicipio
|
|
//
|
|
txtmunicipio.Location = new Point(97, 367);
|
|
txtmunicipio.Name = "txtmunicipio";
|
|
txtmunicipio.Size = new Size(194, 23);
|
|
txtmunicipio.TabIndex = 23;
|
|
//
|
|
// label12
|
|
//
|
|
label12.AutoSize = true;
|
|
label12.Font = new Font("Segoe UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
|
label12.ForeColor = Color.Black;
|
|
label12.Location = new Point(13, 367);
|
|
label12.Name = "label12";
|
|
label12.Size = new Size(82, 20);
|
|
label12.TabIndex = 22;
|
|
label12.Text = "Municipio:";
|
|
//
|
|
// txtcep
|
|
//
|
|
txtcep.Location = new Point(361, 327);
|
|
txtcep.Name = "txtcep";
|
|
txtcep.Size = new Size(118, 23);
|
|
txtcep.TabIndex = 21;
|
|
//
|
|
// label11
|
|
//
|
|
label11.AutoSize = true;
|
|
label11.Font = new Font("Segoe UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
|
label11.ForeColor = Color.Black;
|
|
label11.Location = new Point(316, 327);
|
|
label11.Name = "label11";
|
|
label11.Size = new Size(39, 20);
|
|
label11.TabIndex = 20;
|
|
label11.Text = "CEP:";
|
|
//
|
|
// txtbairro
|
|
//
|
|
txtbairro.Location = new Point(97, 327);
|
|
txtbairro.Name = "txtbairro";
|
|
txtbairro.Size = new Size(194, 23);
|
|
txtbairro.TabIndex = 19;
|
|
//
|
|
// label10
|
|
//
|
|
label10.AutoSize = true;
|
|
label10.Font = new Font("Segoe UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
|
label10.ForeColor = Color.Black;
|
|
label10.Location = new Point(13, 327);
|
|
label10.Name = "label10";
|
|
label10.Size = new Size(56, 20);
|
|
label10.TabIndex = 18;
|
|
label10.Text = "Bairro:";
|
|
//
|
|
// txtcomplemento
|
|
//
|
|
txtcomplemento.Location = new Point(361, 289);
|
|
txtcomplemento.Name = "txtcomplemento";
|
|
txtcomplemento.Size = new Size(213, 23);
|
|
txtcomplemento.TabIndex = 17;
|
|
//
|
|
// label9
|
|
//
|
|
label9.AutoSize = true;
|
|
label9.Font = new Font("Segoe UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
|
label9.ForeColor = Color.Black;
|
|
label9.Location = new Point(243, 291);
|
|
label9.Name = "label9";
|
|
label9.Size = new Size(112, 20);
|
|
label9.TabIndex = 16;
|
|
label9.Text = "Complemento:";
|
|
//
|
|
// txtnumero
|
|
//
|
|
txtnumero.Location = new Point(97, 288);
|
|
txtnumero.Name = "txtnumero";
|
|
txtnumero.Size = new Size(128, 23);
|
|
txtnumero.TabIndex = 15;
|
|
//
|
|
// label8
|
|
//
|
|
label8.AutoSize = true;
|
|
label8.Font = new Font("Segoe UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
|
label8.ForeColor = Color.Black;
|
|
label8.Location = new Point(13, 288);
|
|
label8.Name = "label8";
|
|
label8.Size = new Size(71, 20);
|
|
label8.TabIndex = 14;
|
|
label8.Text = "Número:";
|
|
//
|
|
// txtlogradouro
|
|
//
|
|
txtlogradouro.Location = new Point(97, 250);
|
|
txtlogradouro.Name = "txtlogradouro";
|
|
txtlogradouro.Size = new Size(477, 23);
|
|
txtlogradouro.TabIndex = 13;
|
|
//
|
|
// label7
|
|
//
|
|
label7.AutoSize = true;
|
|
label7.Font = new Font("Segoe UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
|
label7.ForeColor = Color.Black;
|
|
label7.Location = new Point(3, 250);
|
|
label7.Name = "label7";
|
|
label7.Size = new Size(95, 20);
|
|
label7.TabIndex = 12;
|
|
label7.Text = "Logradouro:";
|
|
//
|
|
// txtmotivo
|
|
//
|
|
txtmotivo.Location = new Point(97, 208);
|
|
txtmotivo.Name = "txtmotivo";
|
|
txtmotivo.Size = new Size(477, 23);
|
|
txtmotivo.TabIndex = 11;
|
|
//
|
|
// label6
|
|
//
|
|
label6.AutoSize = true;
|
|
label6.Font = new Font("Segoe UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
|
label6.ForeColor = Color.Black;
|
|
label6.Location = new Point(12, 208);
|
|
label6.Name = "label6";
|
|
label6.Size = new Size(63, 20);
|
|
label6.TabIndex = 10;
|
|
label6.Text = "Motivo:";
|
|
//
|
|
// txtabertura
|
|
//
|
|
txtabertura.Location = new Point(374, 167);
|
|
txtabertura.Name = "txtabertura";
|
|
txtabertura.Size = new Size(200, 23);
|
|
txtabertura.TabIndex = 9;
|
|
//
|
|
// label5
|
|
//
|
|
label5.AutoSize = true;
|
|
label5.Font = new Font("Segoe UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
|
label5.ForeColor = Color.Black;
|
|
label5.Location = new Point(296, 167);
|
|
label5.Name = "label5";
|
|
label5.Size = new Size(76, 20);
|
|
label5.TabIndex = 8;
|
|
label5.Text = "Abertura:";
|
|
//
|
|
// txtsituacao
|
|
//
|
|
txtsituacao.Location = new Point(97, 166);
|
|
txtsituacao.Name = "txtsituacao";
|
|
txtsituacao.Size = new Size(194, 23);
|
|
txtsituacao.TabIndex = 7;
|
|
//
|
|
// label4
|
|
//
|
|
label4.AutoSize = true;
|
|
label4.Font = new Font("Segoe UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
|
label4.ForeColor = Color.Black;
|
|
label4.Location = new Point(12, 166);
|
|
label4.Name = "label4";
|
|
label4.Size = new Size(72, 20);
|
|
label4.TabIndex = 6;
|
|
label4.Text = "Situação:";
|
|
//
|
|
// txtnome
|
|
//
|
|
txtnome.Location = new Point(97, 128);
|
|
txtnome.Name = "txtnome";
|
|
txtnome.Size = new Size(477, 23);
|
|
txtnome.TabIndex = 5;
|
|
//
|
|
// label3
|
|
//
|
|
label3.AutoSize = true;
|
|
label3.Font = new Font("Segoe UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
|
label3.ForeColor = Color.Black;
|
|
label3.Location = new Point(12, 127);
|
|
label3.Name = "label3";
|
|
label3.Size = new Size(56, 20);
|
|
label3.TabIndex = 4;
|
|
label3.Text = "Nome:";
|
|
//
|
|
// btn_seach
|
|
//
|
|
btn_seach.Location = new Point(313, 82);
|
|
btn_seach.Name = "btn_seach";
|
|
btn_seach.Size = new Size(265, 29);
|
|
btn_seach.TabIndex = 3;
|
|
btn_seach.Text = "Pesquisar";
|
|
btn_seach.UseVisualStyleBackColor = true;
|
|
btn_seach.Click += btn_seach_Click;
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Font = new Font("Segoe UI", 11.25F, FontStyle.Bold, GraphicsUnit.Point, 0);
|
|
label2.ForeColor = Color.Black;
|
|
label2.Location = new Point(13, 85);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(154, 20);
|
|
label2.TabIndex = 2;
|
|
label2.Text = "CNPJ para consultar:";
|
|
//
|
|
// frm_consultacnpjreceita
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(588, 526);
|
|
Controls.Add(panel1);
|
|
FormBorderStyle = FormBorderStyle.None;
|
|
Name = "frm_consultacnpjreceita";
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
Text = "frm_consultacnpjreceita";
|
|
panel1.ResumeLayout(false);
|
|
panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)pb_close).EndInit();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private MaskedTextBox mskcnpj;
|
|
private Label label1;
|
|
private Panel panel1;
|
|
private Label label2;
|
|
private TextBox txtsituacao;
|
|
private Label label4;
|
|
private TextBox txtnome;
|
|
private Label label3;
|
|
private Button btn_seach;
|
|
private TextBox txtmotivo;
|
|
private Label label6;
|
|
private TextBox txtabertura;
|
|
private Label label5;
|
|
private TextBox txtbairro;
|
|
private Label label10;
|
|
private TextBox txtcomplemento;
|
|
private Label label9;
|
|
private TextBox txtnumero;
|
|
private Label label8;
|
|
private TextBox txtlogradouro;
|
|
private Label label7;
|
|
private PictureBox pb_close;
|
|
private TextBox txtestado;
|
|
private Label label13;
|
|
private TextBox txtmunicipio;
|
|
private Label label12;
|
|
private TextBox txtcep;
|
|
private Label label11;
|
|
}
|
|
} |