namespace IBRCAD { partial class frm_consultafornecedor { /// /// 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_consultafornecedor)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.rbCPF = new System.Windows.Forms.RadioButton(); this.rbNome = new System.Windows.Forms.RadioButton(); this.dgvDados = new System.Windows.Forms.DataGridView(); this.btLocalizar = new System.Windows.Forms.Button(); this.txtValor = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.btn_imprimir = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvDados)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.rbCPF); this.groupBox1.Controls.Add(this.rbNome); this.groupBox1.Location = new System.Drawing.Point(11, 9); this.groupBox1.Margin = new System.Windows.Forms.Padding(2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(2); this.groupBox1.Size = new System.Drawing.Size(130, 76); this.groupBox1.TabIndex = 18; this.groupBox1.TabStop = false; this.groupBox1.Text = "Consultar pelo:"; // // rbCPF // this.rbCPF.AutoSize = true; this.rbCPF.Location = new System.Drawing.Point(12, 46); this.rbCPF.Margin = new System.Windows.Forms.Padding(2); this.rbCPF.Name = "rbCPF"; this.rbCPF.Size = new System.Drawing.Size(52, 17); this.rbCPF.TabIndex = 1; this.rbCPF.Text = "CNPJ"; this.rbCPF.UseVisualStyleBackColor = true; // // rbNome // this.rbNome.AutoSize = true; this.rbNome.Checked = true; this.rbNome.Location = new System.Drawing.Point(12, 24); this.rbNome.Margin = new System.Windows.Forms.Padding(2); this.rbNome.Name = "rbNome"; this.rbNome.Size = new System.Drawing.Size(53, 17); this.rbNome.TabIndex = 0; this.rbNome.TabStop = true; this.rbNome.Text = "Nome"; this.rbNome.UseVisualStyleBackColor = true; // // dgvDados // this.dgvDados.AllowUserToAddRows = false; this.dgvDados.AllowUserToDeleteRows = false; this.dgvDados.BackgroundColor = System.Drawing.Color.White; this.dgvDados.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvDados.Location = new System.Drawing.Point(11, 104); this.dgvDados.Margin = new System.Windows.Forms.Padding(2); this.dgvDados.Name = "dgvDados"; this.dgvDados.ReadOnly = true; this.dgvDados.RowTemplate.Height = 24; this.dgvDados.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvDados.Size = new System.Drawing.Size(560, 335); this.dgvDados.TabIndex = 17; this.dgvDados.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvDados_CellDoubleClick); // // btLocalizar // this.btLocalizar.Location = new System.Drawing.Point(473, 59); this.btLocalizar.Margin = new System.Windows.Forms.Padding(2); this.btLocalizar.Name = "btLocalizar"; this.btLocalizar.Size = new System.Drawing.Size(96, 26); this.btLocalizar.TabIndex = 16; this.btLocalizar.Text = "Localizar"; this.btLocalizar.UseVisualStyleBackColor = true; this.btLocalizar.Click += new System.EventHandler(this.BtLocalizar_Click); // // txtValor // this.txtValor.Location = new System.Drawing.Point(145, 33); this.txtValor.Margin = new System.Windows.Forms.Padding(2); this.txtValor.Name = "txtValor"; this.txtValor.Size = new System.Drawing.Size(426, 20); this.txtValor.TabIndex = 15; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(143, 17); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(31, 13); this.label1.TabIndex = 14; this.label1.Text = "Valor"; // // btn_imprimir // this.btn_imprimir.Location = new System.Drawing.Point(363, 59); this.btn_imprimir.Margin = new System.Windows.Forms.Padding(2); this.btn_imprimir.Name = "btn_imprimir"; this.btn_imprimir.Size = new System.Drawing.Size(96, 26); this.btn_imprimir.TabIndex = 19; this.btn_imprimir.Text = "Imprimir"; this.btn_imprimir.UseVisualStyleBackColor = true; this.btn_imprimir.Click += new System.EventHandler(this.Btn_imprimir_Click); // // frm_consultafornecedor // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(577, 448); this.Controls.Add(this.btn_imprimir); this.Controls.Add(this.groupBox1); this.Controls.Add(this.dgvDados); this.Controls.Add(this.btLocalizar); this.Controls.Add(this.txtValor); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frm_consultafornecedor"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Consulta fornecedor"; this.Load += new System.EventHandler(this.Frm_consultafornecedor_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvDados)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.RadioButton rbCPF; private System.Windows.Forms.RadioButton rbNome; private System.Windows.Forms.DataGridView dgvDados; private System.Windows.Forms.Button btLocalizar; private System.Windows.Forms.TextBox txtValor; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btn_imprimir; } }