namespace TelasProjeto { partial class formConsultarCliente { /// /// 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() { this.lblCadastrarCliente = new System.Windows.Forms.Label(); this.txtCidade = new System.Windows.Forms.TextBox(); this.lblCidade = new System.Windows.Forms.Label(); this.txtNumero = new System.Windows.Forms.TextBox(); this.lblNumero = new System.Windows.Forms.Label(); this.txtRua = new System.Windows.Forms.TextBox(); this.lblRua = new System.Windows.Forms.Label(); this.txtTel = new System.Windows.Forms.TextBox(); this.lblTel = new System.Windows.Forms.Label(); this.txtCelular = new System.Windows.Forms.TextBox(); this.lblCel = new System.Windows.Forms.Label(); this.txtCPF = new System.Windows.Forms.TextBox(); this.lblCPF = new System.Windows.Forms.Label(); this.lblRG = new System.Windows.Forms.Label(); this.lblNomeCliente = new System.Windows.Forms.Label(); this.btnConsultarCliente = new System.Windows.Forms.Button(); this.txtRG = new System.Windows.Forms.TextBox(); this.txtNomeCliente = new System.Windows.Forms.TextBox(); this.btnAlterarCliente = new System.Windows.Forms.Button(); this.statusCliente = new System.Windows.Forms.ComboBox(); this.btnSalvarCliente = new System.Windows.Forms.Button(); this.SuspendLayout(); // // lblCadastrarCliente // this.lblCadastrarCliente.AutoSize = true; this.lblCadastrarCliente.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCadastrarCliente.Location = new System.Drawing.Point(155, 34); this.lblCadastrarCliente.Name = "lblCadastrarCliente"; this.lblCadastrarCliente.Size = new System.Drawing.Size(169, 24); this.lblCadastrarCliente.TabIndex = 35; this.lblCadastrarCliente.Text = "Consultar Cliente"; // // txtCidade // this.txtCidade.Enabled = false; this.txtCidade.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtCidade.Location = new System.Drawing.Point(105, 261); this.txtCidade.Name = "txtCidade"; this.txtCidade.Size = new System.Drawing.Size(314, 24); this.txtCidade.TabIndex = 34; // // lblCidade // this.lblCidade.AutoSize = true; this.lblCidade.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCidade.Location = new System.Drawing.Point(46, 264); this.lblCidade.Name = "lblCidade"; this.lblCidade.Size = new System.Drawing.Size(58, 18); this.lblCidade.TabIndex = 33; this.lblCidade.Text = "Cidade:"; // // txtNumero // this.txtNumero.Enabled = false; this.txtNumero.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtNumero.Location = new System.Drawing.Point(369, 222); this.txtNumero.Name = "txtNumero"; this.txtNumero.Size = new System.Drawing.Size(50, 24); this.txtNumero.TabIndex = 32; // // lblNumero // this.lblNumero.AutoSize = true; this.lblNumero.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblNumero.Location = new System.Drawing.Point(345, 225); this.lblNumero.Name = "lblNumero"; this.lblNumero.Size = new System.Drawing.Size(28, 18); this.lblNumero.TabIndex = 31; this.lblNumero.Text = "Nº:"; // // txtRua // this.txtRua.Enabled = false; this.txtRua.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtRua.Location = new System.Drawing.Point(105, 222); this.txtRua.Name = "txtRua"; this.txtRua.Size = new System.Drawing.Size(234, 24); this.txtRua.TabIndex = 30; // // lblRua // this.lblRua.AutoSize = true; this.lblRua.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblRua.Location = new System.Drawing.Point(46, 225); this.lblRua.Name = "lblRua"; this.lblRua.Size = new System.Drawing.Size(39, 18); this.lblRua.TabIndex = 29; this.lblRua.Text = "Rua:"; // // txtTel // this.txtTel.Enabled = false; this.txtTel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtTel.Location = new System.Drawing.Point(305, 184); this.txtTel.Name = "txtTel"; this.txtTel.Size = new System.Drawing.Size(114, 24); this.txtTel.TabIndex = 28; // // lblTel // this.lblTel.AutoSize = true; this.lblTel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTel.Location = new System.Drawing.Point(230, 187); this.lblTel.Name = "lblTel"; this.lblTel.Size = new System.Drawing.Size(69, 18); this.lblTel.TabIndex = 27; this.lblTel.Text = "Telefone:"; // // txtCelular // this.txtCelular.Enabled = false; this.txtCelular.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtCelular.Location = new System.Drawing.Point(105, 184); this.txtCelular.Name = "txtCelular"; this.txtCelular.Size = new System.Drawing.Size(119, 24); this.txtCelular.TabIndex = 26; // // lblCel // this.lblCel.AutoSize = true; this.lblCel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCel.Location = new System.Drawing.Point(46, 187); this.lblCel.Name = "lblCel"; this.lblCel.Size = new System.Drawing.Size(58, 18); this.lblCel.TabIndex = 25; this.lblCel.Text = "Celular:"; // // txtCPF // this.txtCPF.Enabled = false; this.txtCPF.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtCPF.Location = new System.Drawing.Point(105, 145); this.txtCPF.Name = "txtCPF"; this.txtCPF.Size = new System.Drawing.Size(314, 24); this.txtCPF.TabIndex = 24; // // lblCPF // this.lblCPF.AutoSize = true; this.lblCPF.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblCPF.Location = new System.Drawing.Point(46, 148); this.lblCPF.Name = "lblCPF"; this.lblCPF.Size = new System.Drawing.Size(42, 18); this.lblCPF.TabIndex = 23; this.lblCPF.Text = "CPF:"; // // lblRG // this.lblRG.AutoSize = true; this.lblRG.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblRG.Location = new System.Drawing.Point(46, 111); this.lblRG.Name = "lblRG"; this.lblRG.Size = new System.Drawing.Size(35, 18); this.lblRG.TabIndex = 22; this.lblRG.Text = "RG:"; // // lblNomeCliente // this.lblNomeCliente.AutoSize = true; this.lblNomeCliente.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblNomeCliente.Location = new System.Drawing.Point(46, 71); this.lblNomeCliente.Name = "lblNomeCliente"; this.lblNomeCliente.Size = new System.Drawing.Size(53, 18); this.lblNomeCliente.TabIndex = 21; this.lblNomeCliente.Text = "Nome:"; // // btnConsultarCliente // this.btnConsultarCliente.FlatAppearance.BorderSize = 3; this.btnConsultarCliente.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnConsultarCliente.Location = new System.Drawing.Point(73, 347); this.btnConsultarCliente.Name = "btnConsultarCliente"; this.btnConsultarCliente.Size = new System.Drawing.Size(102, 32); this.btnConsultarCliente.TabIndex = 20; this.btnConsultarCliente.Text = "Consultar"; this.btnConsultarCliente.UseMnemonic = false; this.btnConsultarCliente.UseVisualStyleBackColor = true; this.btnConsultarCliente.Click += new System.EventHandler(this.btnConsultarCliente_Click); // // txtRG // this.txtRG.Enabled = false; this.txtRG.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtRG.Location = new System.Drawing.Point(105, 108); this.txtRG.Name = "txtRG"; this.txtRG.Size = new System.Drawing.Size(314, 24); this.txtRG.TabIndex = 19; // // txtNomeCliente // this.txtNomeCliente.Enabled = false; this.txtNomeCliente.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtNomeCliente.Location = new System.Drawing.Point(105, 68); this.txtNomeCliente.Name = "txtNomeCliente"; this.txtNomeCliente.Size = new System.Drawing.Size(314, 24); this.txtNomeCliente.TabIndex = 18; // // btnAlterarCliente // this.btnAlterarCliente.FlatAppearance.BorderSize = 3; this.btnAlterarCliente.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAlterarCliente.Location = new System.Drawing.Point(181, 347); this.btnAlterarCliente.Name = "btnAlterarCliente"; this.btnAlterarCliente.Size = new System.Drawing.Size(102, 32); this.btnAlterarCliente.TabIndex = 36; this.btnAlterarCliente.Text = "Alterar"; this.btnAlterarCliente.UseMnemonic = false; this.btnAlterarCliente.UseVisualStyleBackColor = true; this.btnAlterarCliente.Click += new System.EventHandler(this.btnAlterarCliente_Click); // // statusCliente // this.statusCliente.Enabled = false; this.statusCliente.FormattingEnabled = true; this.statusCliente.Items.AddRange(new object[] { "ATIVO", "DESATIVADO"}); this.statusCliente.Location = new System.Drawing.Point(289, 291); this.statusCliente.Name = "statusCliente"; this.statusCliente.Size = new System.Drawing.Size(130, 21); this.statusCliente.TabIndex = 38; // // btnSalvarCliente // this.btnSalvarCliente.FlatAppearance.BorderSize = 3; this.btnSalvarCliente.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSalvarCliente.Location = new System.Drawing.Point(289, 347); this.btnSalvarCliente.Name = "btnSalvarCliente"; this.btnSalvarCliente.Size = new System.Drawing.Size(102, 32); this.btnSalvarCliente.TabIndex = 37; this.btnSalvarCliente.Text = "Salvar"; this.btnSalvarCliente.UseMnemonic = false; this.btnSalvarCliente.UseVisualStyleBackColor = true; this.btnSalvarCliente.Click += new System.EventHandler(this.btnSalvarCliente_Click); // // formConsultarCliente // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(476, 423); this.Controls.Add(this.statusCliente); this.Controls.Add(this.btnSalvarCliente); this.Controls.Add(this.btnAlterarCliente); this.Controls.Add(this.lblCadastrarCliente); this.Controls.Add(this.txtCidade); this.Controls.Add(this.lblCidade); this.Controls.Add(this.txtNumero); this.Controls.Add(this.lblNumero); this.Controls.Add(this.txtRua); this.Controls.Add(this.lblRua); this.Controls.Add(this.txtTel); this.Controls.Add(this.lblTel); this.Controls.Add(this.txtCelular); this.Controls.Add(this.lblCel); this.Controls.Add(this.txtCPF); this.Controls.Add(this.lblCPF); this.Controls.Add(this.lblRG); this.Controls.Add(this.lblNomeCliente); this.Controls.Add(this.btnConsultarCliente); this.Controls.Add(this.txtRG); this.Controls.Add(this.txtNomeCliente); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "formConsultarCliente"; this.Text = "Consultar Cliente"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblCadastrarCliente; private System.Windows.Forms.TextBox txtCidade; private System.Windows.Forms.Label lblCidade; private System.Windows.Forms.TextBox txtNumero; private System.Windows.Forms.Label lblNumero; private System.Windows.Forms.TextBox txtRua; private System.Windows.Forms.Label lblRua; private System.Windows.Forms.TextBox txtTel; private System.Windows.Forms.Label lblTel; private System.Windows.Forms.TextBox txtCelular; private System.Windows.Forms.Label lblCel; private System.Windows.Forms.TextBox txtCPF; private System.Windows.Forms.Label lblCPF; private System.Windows.Forms.Label lblRG; private System.Windows.Forms.Label lblNomeCliente; private System.Windows.Forms.Button btnConsultarCliente; private System.Windows.Forms.TextBox txtRG; private System.Windows.Forms.TextBox txtNomeCliente; private System.Windows.Forms.Button btnAlterarCliente; private System.Windows.Forms.ComboBox statusCliente; private System.Windows.Forms.Button btnSalvarCliente; } }