127 lines
5.8 KiB
C#
127 lines
5.8 KiB
C#
namespace IBRCAD
|
|
{
|
|
partial class frm_consultatipopagamento : Form
|
|
{
|
|
/// <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_consultatipopagamento));
|
|
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();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDados)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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, 75);
|
|
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, 348);
|
|
this.dgvDados.TabIndex = 11;
|
|
this.dgvDados.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvDados_CellDoubleClick);
|
|
//
|
|
// btLocalizar
|
|
//
|
|
this.btLocalizar.Location = new System.Drawing.Point(372, 19);
|
|
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 = 10;
|
|
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(11, 23);
|
|
this.txtValor.Margin = new System.Windows.Forms.Padding(2);
|
|
this.txtValor.Name = "txtValor";
|
|
this.txtValor.Size = new System.Drawing.Size(345, 20);
|
|
this.txtValor.TabIndex = 9;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(9, 7);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(84, 13);
|
|
this.label1.TabIndex = 8;
|
|
this.label1.Text = "Tipo pagamento";
|
|
//
|
|
// btn_imprimir
|
|
//
|
|
this.btn_imprimir.Location = new System.Drawing.Point(470, 19);
|
|
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 = 12;
|
|
this.btn_imprimir.Text = "imprimir";
|
|
this.btn_imprimir.UseVisualStyleBackColor = true;
|
|
this.btn_imprimir.Click += new System.EventHandler(this.Btn_imprimir_Click);
|
|
//
|
|
// frm_consultatipopagamento
|
|
//
|
|
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, 432);
|
|
this.Controls.Add(this.btn_imprimir);
|
|
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_consultatipopagamento";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Consulta tipo pagamento";
|
|
this.Load += new System.EventHandler(this.Frm_consultatipopagamento_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvDados)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
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;
|
|
}
|
|
} |