namespace IBRCAD { partial class frm_cadclientes { /// /// 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_cadclientes)); pn_controls = new Panel(); btn_cancel = new Button(); btn_save = new Button(); btn_excluir = new Button(); btn_alterar = new Button(); btn_localizar = new Button(); btn_inserir = new Button(); pn_dados = new Panel(); txt_celular = new MaskedTextBox(); label14 = new Label(); txt_fone = new MaskedTextBox(); label13 = new Label(); txt_cliemail = new TextBox(); label12 = new Label(); txt_estado = new TextBox(); label11 = new Label(); txt_bairro = new TextBox(); label10 = new Label(); txt_cidade = new TextBox(); label9 = new Label(); txt_num = new TextBox(); label8 = new Label(); txt_rua = new TextBox(); label7 = new Label(); txt_clicep = new TextBox(); label6 = new Label(); lbl_cpferro = new Label(); txt_clirg = new TextBox(); lbRGIE = new Label(); txt_cpf = new TextBox(); lbCPFCNPJ = new Label(); txt_cliraz = new TextBox(); lbRSocial = new Label(); txt_clinome = new TextBox(); label2 = new Label(); groupBox1 = new GroupBox(); rb_juridica = new RadioButton(); rb_fisica = new RadioButton(); txt_cod = new TextBox(); label1 = new Label(); pb_exit = new PictureBox(); pn_controls.SuspendLayout(); pn_dados.SuspendLayout(); groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pb_exit).BeginInit(); SuspendLayout(); // // pn_controls // pn_controls.Controls.Add(btn_cancel); pn_controls.Controls.Add(btn_save); pn_controls.Controls.Add(btn_excluir); pn_controls.Controls.Add(btn_alterar); pn_controls.Controls.Add(btn_localizar); pn_controls.Controls.Add(btn_inserir); pn_controls.Dock = DockStyle.Bottom; pn_controls.Location = new Point(0, 426); pn_controls.Name = "pn_controls"; pn_controls.Size = new Size(830, 149); pn_controls.TabIndex = 3; // // btn_cancel // btn_cancel.Image = (Image)resources.GetObject("btn_cancel.Image"); btn_cancel.Location = new Point(696, 17); btn_cancel.Name = "btn_cancel"; btn_cancel.Size = new Size(127, 122); btn_cancel.TabIndex = 5; btn_cancel.Text = "Cancelar"; btn_cancel.TextAlign = ContentAlignment.BottomCenter; btn_cancel.UseVisualStyleBackColor = true; btn_cancel.Click += btn_cancel_Click; // // btn_save // btn_save.Image = (Image)resources.GetObject("btn_save.Image"); btn_save.Location = new Point(560, 17); btn_save.Name = "btn_save"; btn_save.Size = new Size(127, 122); btn_save.TabIndex = 4; btn_save.Text = "Salvar"; btn_save.TextAlign = ContentAlignment.BottomCenter; btn_save.UseVisualStyleBackColor = true; btn_save.Click += btn_save_Click; // // btn_excluir // btn_excluir.Image = (Image)resources.GetObject("btn_excluir.Image"); btn_excluir.Location = new Point(424, 17); btn_excluir.Name = "btn_excluir"; btn_excluir.Size = new Size(127, 122); btn_excluir.TabIndex = 3; btn_excluir.Text = "Excluir "; btn_excluir.TextAlign = ContentAlignment.BottomCenter; btn_excluir.UseVisualStyleBackColor = true; btn_excluir.Click += btn_excluir_Click; // // btn_alterar // btn_alterar.Image = (Image)resources.GetObject("btn_alterar.Image"); btn_alterar.Location = new Point(288, 17); btn_alterar.Name = "btn_alterar"; btn_alterar.Size = new Size(127, 122); btn_alterar.TabIndex = 2; btn_alterar.Text = "Atualizar Cadastro"; btn_alterar.TextAlign = ContentAlignment.BottomCenter; btn_alterar.UseVisualStyleBackColor = true; btn_alterar.Click += btn_alterar_Click; // // btn_localizar // btn_localizar.Image = (Image)resources.GetObject("btn_localizar.Image"); btn_localizar.Location = new Point(152, 17); btn_localizar.Name = "btn_localizar"; btn_localizar.Size = new Size(127, 122); btn_localizar.TabIndex = 1; btn_localizar.Text = "Localizar Cadastro"; btn_localizar.TextAlign = ContentAlignment.BottomCenter; btn_localizar.UseVisualStyleBackColor = true; btn_localizar.Click += btn_localizar_Click; // // btn_inserir // btn_inserir.Image = (Image)resources.GetObject("btn_inserir.Image"); btn_inserir.Location = new Point(16, 17); btn_inserir.Name = "btn_inserir"; btn_inserir.Size = new Size(127, 122); btn_inserir.TabIndex = 0; btn_inserir.Text = "Novo Cadastro"; btn_inserir.TextAlign = ContentAlignment.BottomCenter; btn_inserir.UseVisualStyleBackColor = true; btn_inserir.Click += btn_inserir_Click; // // pn_dados // pn_dados.Controls.Add(txt_celular); pn_dados.Controls.Add(label14); pn_dados.Controls.Add(txt_fone); pn_dados.Controls.Add(label13); pn_dados.Controls.Add(txt_cliemail); pn_dados.Controls.Add(label12); pn_dados.Controls.Add(txt_estado); pn_dados.Controls.Add(label11); pn_dados.Controls.Add(txt_bairro); pn_dados.Controls.Add(label10); pn_dados.Controls.Add(txt_cidade); pn_dados.Controls.Add(label9); pn_dados.Controls.Add(txt_num); pn_dados.Controls.Add(label8); pn_dados.Controls.Add(txt_rua); pn_dados.Controls.Add(label7); pn_dados.Controls.Add(txt_clicep); pn_dados.Controls.Add(label6); pn_dados.Controls.Add(lbl_cpferro); pn_dados.Controls.Add(txt_clirg); pn_dados.Controls.Add(lbRGIE); pn_dados.Controls.Add(txt_cpf); pn_dados.Controls.Add(lbCPFCNPJ); pn_dados.Controls.Add(txt_cliraz); pn_dados.Controls.Add(lbRSocial); pn_dados.Controls.Add(txt_clinome); pn_dados.Controls.Add(label2); pn_dados.Controls.Add(groupBox1); pn_dados.Controls.Add(txt_cod); pn_dados.Controls.Add(label1); pn_dados.Location = new Point(0, 27); pn_dados.Name = "pn_dados"; pn_dados.Size = new Size(823, 397); pn_dados.TabIndex = 4; // // txt_celular // txt_celular.Location = new Point(233, 355); txt_celular.Mask = "+55(999)0 0000-0000"; txt_celular.Name = "txt_celular"; txt_celular.Size = new Size(115, 23); txt_celular.TabIndex = 29; // // label14 // label14.AutoSize = true; label14.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); label14.Location = new Point(233, 331); label14.Name = "label14"; label14.Size = new Size(62, 21); label14.TabIndex = 28; label14.Text = "Celular:"; // // txt_fone // txt_fone.Location = new Point(10, 355); txt_fone.Mask = "(999) 0000-0000"; txt_fone.Name = "txt_fone"; txt_fone.Size = new Size(98, 23); txt_fone.TabIndex = 27; // // label13 // label13.AutoSize = true; label13.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); label13.Location = new Point(10, 331); label13.Name = "label13"; label13.Size = new Size(70, 21); label13.TabIndex = 26; label13.Text = "Telefone:"; // // txt_cliemail // txt_cliemail.Location = new Point(72, 301); txt_cliemail.Name = "txt_cliemail"; txt_cliemail.Size = new Size(578, 23); txt_cliemail.TabIndex = 25; // // label12 // label12.AutoSize = true; label12.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); label12.Location = new Point(72, 277); label12.Name = "label12"; label12.Size = new Size(51, 21); label12.TabIndex = 24; label12.Text = "Email:"; // // txt_estado // txt_estado.Location = new Point(11, 301); txt_estado.Name = "txt_estado"; txt_estado.Size = new Size(40, 23); txt_estado.TabIndex = 23; // // label11 // label11.AutoSize = true; label11.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); label11.Location = new Point(11, 277); label11.Name = "label11"; label11.Size = new Size(32, 21); label11.TabIndex = 22; label11.Text = "UF:"; // // txt_bairro // txt_bairro.Location = new Point(429, 251); txt_bairro.Name = "txt_bairro"; txt_bairro.Size = new Size(165, 23); txt_bairro.TabIndex = 21; // // label10 // label10.AutoSize = true; label10.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); label10.Location = new Point(429, 227); label10.Name = "label10"; label10.Size = new Size(55, 21); label10.TabIndex = 20; label10.Text = "Bairro:"; // // txt_cidade // txt_cidade.Location = new Point(610, 251); txt_cidade.Name = "txt_cidade"; txt_cidade.Size = new Size(201, 23); txt_cidade.TabIndex = 19; // // label9 // label9.AutoSize = true; label9.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); label9.Location = new Point(610, 227); label9.Name = "label9"; label9.Size = new Size(61, 21); label9.TabIndex = 18; label9.Text = "Cidade:"; // // txt_num // txt_num.Location = new Point(350, 251); txt_num.Name = "txt_num"; txt_num.Size = new Size(63, 23); txt_num.TabIndex = 17; // // label8 // label8.AutoSize = true; label8.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); label8.Location = new Point(350, 227); label8.Name = "label8"; label8.Size = new Size(32, 21); label8.TabIndex = 16; label8.Text = "Nº:"; // // txt_rua // txt_rua.Location = new Point(129, 251); txt_rua.Name = "txt_rua"; txt_rua.Size = new Size(208, 23); txt_rua.TabIndex = 15; // // label7 // label7.AutoSize = true; label7.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); label7.Location = new Point(129, 227); label7.Name = "label7"; label7.Size = new Size(95, 21); label7.TabIndex = 14; label7.Text = "Logradouro:"; // // txt_clicep // txt_clicep.Location = new Point(10, 251); txt_clicep.Name = "txt_clicep"; txt_clicep.Size = new Size(105, 23); txt_clicep.TabIndex = 13; txt_clicep.KeyPress += txt_clicep_KeyPress; txt_clicep.Leave += txt_clicep_Leave; // // label6 // label6.AutoSize = true; label6.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); label6.Location = new Point(10, 227); label6.Name = "label6"; label6.Size = new Size(40, 21); label6.TabIndex = 12; label6.Text = "CEP:"; // // lbl_cpferro // lbl_cpferro.AutoSize = true; lbl_cpferro.ForeColor = Color.Red; lbl_cpferro.Location = new Point(264, 180); lbl_cpferro.Name = "lbl_cpferro"; lbl_cpferro.Size = new Size(84, 15); lbl_cpferro.TabIndex = 11; lbl_cpferro.Text = "Valor incorreto"; lbl_cpferro.Visible = false; // // txt_clirg // txt_clirg.Location = new Point(481, 199); txt_clirg.Name = "txt_clirg"; txt_clirg.Size = new Size(337, 23); txt_clirg.TabIndex = 10; // // lbRGIE // lbRGIE.AutoSize = true; lbRGIE.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); lbRGIE.Location = new Point(481, 175); lbRGIE.Name = "lbRGIE"; lbRGIE.Size = new Size(34, 21); lbRGIE.TabIndex = 9; lbRGIE.Text = "RG:"; // // txt_cpf // txt_cpf.Location = new Point(11, 199); txt_cpf.Name = "txt_cpf"; txt_cpf.Size = new Size(337, 23); txt_cpf.TabIndex = 8; txt_cpf.KeyPress += txt_cpf_KeyPress; txt_cpf.Leave += txt_cpf_Leave; // // lbCPFCNPJ // lbCPFCNPJ.AutoSize = true; lbCPFCNPJ.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); lbCPFCNPJ.Location = new Point(11, 175); lbCPFCNPJ.Name = "lbCPFCNPJ"; lbCPFCNPJ.Size = new Size(40, 21); lbCPFCNPJ.TabIndex = 7; lbCPFCNPJ.Text = "CPF:"; // // txt_cliraz // txt_cliraz.Location = new Point(10, 147); txt_cliraz.Name = "txt_cliraz"; txt_cliraz.Size = new Size(808, 23); txt_cliraz.TabIndex = 6; // // lbRSocial // lbRSocial.AutoSize = true; lbRSocial.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); lbRSocial.Location = new Point(10, 123); lbRSocial.Name = "lbRSocial"; lbRSocial.Size = new Size(98, 21); lbRSocial.TabIndex = 5; lbRSocial.Text = "Razão social:"; // // txt_clinome // txt_clinome.Location = new Point(10, 90); txt_clinome.Name = "txt_clinome"; txt_clinome.Size = new Size(808, 23); txt_clinome.TabIndex = 4; // // label2 // label2.AutoSize = true; label2.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); label2.Location = new Point(10, 66); label2.Name = "label2"; label2.Size = new Size(127, 21); label2.TabIndex = 3; label2.Text = "Nome do cliente:"; // // groupBox1 // groupBox1.Controls.Add(rb_juridica); groupBox1.Controls.Add(rb_fisica); groupBox1.Location = new Point(185, 5); groupBox1.Name = "groupBox1"; groupBox1.Size = new Size(163, 47); groupBox1.TabIndex = 2; groupBox1.TabStop = false; groupBox1.Text = "Tipo do cliente"; // // rb_juridica // rb_juridica.AutoSize = true; rb_juridica.Location = new Point(82, 22); rb_juridica.Name = "rb_juridica"; rb_juridica.Size = new Size(65, 19); rb_juridica.TabIndex = 1; rb_juridica.Text = "Juridica"; rb_juridica.UseVisualStyleBackColor = true; // // rb_fisica // rb_fisica.AutoSize = true; rb_fisica.Checked = true; rb_fisica.Location = new Point(6, 22); rb_fisica.Name = "rb_fisica"; rb_fisica.Size = new Size(54, 19); rb_fisica.TabIndex = 0; rb_fisica.TabStop = true; rb_fisica.Text = "Física"; rb_fisica.UseVisualStyleBackColor = true; rb_fisica.CheckedChanged += rb_fisica_CheckedChanged; // // txt_cod // txt_cod.Location = new Point(10, 29); txt_cod.Name = "txt_cod"; txt_cod.Size = new Size(105, 23); txt_cod.TabIndex = 1; // // label1 // label1.AutoSize = true; label1.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point, 0); label1.Location = new Point(3, 5); label1.Name = "label1"; label1.Size = new Size(112, 21); label1.TabIndex = 0; label1.Text = "Código cliente:"; // // pb_exit // pb_exit.Anchor = AnchorStyles.Top | AnchorStyles.Right; pb_exit.Image = (Image)resources.GetObject("pb_exit.Image"); pb_exit.Location = new Point(802, 0); pb_exit.Name = "pb_exit"; pb_exit.Size = new Size(25, 25); pb_exit.SizeMode = PictureBoxSizeMode.StretchImage; pb_exit.TabIndex = 5; pb_exit.TabStop = false; pb_exit.Click += pb_exit_Click; // // frm_cadclientes // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; BackColor = Color.White; ClientSize = new Size(830, 575); Controls.Add(pb_exit); Controls.Add(pn_dados); Controls.Add(pn_controls); FormBorderStyle = FormBorderStyle.None; Name = "frm_cadclientes"; Text = "frm_cadclientes"; Load += frm_cadclientes_Load; pn_controls.ResumeLayout(false); pn_dados.ResumeLayout(false); pn_dados.PerformLayout(); groupBox1.ResumeLayout(false); groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)pb_exit).EndInit(); ResumeLayout(false); } #endregion protected Panel pn_controls; protected Button btn_cancel; protected Button btn_save; protected Button btn_excluir; protected Button btn_alterar; protected Button btn_localizar; protected Button btn_inserir; private Panel pn_dados; private TextBox txt_cod; private Label label1; private PictureBox pb_exit; private TextBox txt_cpf; private Label lbCPFCNPJ; private TextBox txt_cliraz; private Label lbRSocial; private TextBox txt_clinome; private Label label2; private GroupBox groupBox1; private RadioButton rb_juridica; private RadioButton rb_fisica; private TextBox txt_bairro; private Label label10; private TextBox txt_cidade; private Label label9; private TextBox txt_num; private Label label8; private TextBox txt_rua; private Label label7; private TextBox txt_clicep; private Label label6; private Label lbl_cpferro; private TextBox txt_clirg; private Label lbRGIE; private MaskedTextBox txt_fone; private Label label13; private TextBox txt_cliemail; private Label label12; private TextBox txt_estado; private Label label11; private MaskedTextBox txt_celular; private Label label14; } }