229 lines
8.9 KiB
C#
229 lines
8.9 KiB
C#
namespace IBRCAD
|
|
{
|
|
partial class frm_cadunidademedida : 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_cadunidademedida));
|
|
pn_data = new Panel();
|
|
txt_nameuni = new TextBox();
|
|
label2 = new Label();
|
|
txt_codMedida = new TextBox();
|
|
label1 = new Label();
|
|
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();
|
|
pb_exit = new PictureBox();
|
|
pn_data.SuspendLayout();
|
|
pn_controls.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pb_exit).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// pn_data
|
|
//
|
|
pn_data.Controls.Add(txt_nameuni);
|
|
pn_data.Controls.Add(label2);
|
|
pn_data.Controls.Add(txt_codMedida);
|
|
pn_data.Controls.Add(label1);
|
|
pn_data.Location = new Point(11, 36);
|
|
pn_data.Name = "pn_data";
|
|
pn_data.Size = new Size(824, 491);
|
|
pn_data.TabIndex = 3;
|
|
//
|
|
// txt_nameuni
|
|
//
|
|
txt_nameuni.Location = new Point(16, 106);
|
|
txt_nameuni.Name = "txt_nameuni";
|
|
txt_nameuni.Size = new Size(740, 23);
|
|
txt_nameuni.TabIndex = 10;
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Font = new Font("Segoe UI", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
label2.Location = new Point(16, 78);
|
|
label2.Name = "label2";
|
|
label2.Size = new Size(169, 25);
|
|
label2.TabIndex = 9;
|
|
label2.Text = "Nome da Unidade:";
|
|
//
|
|
// txt_codMedida
|
|
//
|
|
txt_codMedida.Enabled = false;
|
|
txt_codMedida.Location = new Point(16, 39);
|
|
txt_codMedida.Name = "txt_codMedida";
|
|
txt_codMedida.Size = new Size(263, 23);
|
|
txt_codMedida.TabIndex = 8;
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Font = new Font("Segoe UI", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
label1.Location = new Point(16, 11);
|
|
label1.Name = "label1";
|
|
label1.Size = new Size(274, 25);
|
|
label1.TabIndex = 7;
|
|
label1.Text = "Código da Unidade de Medida:";
|
|
//
|
|
// 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.Location = new Point(3, 533);
|
|
pn_controls.Name = "pn_controls";
|
|
pn_controls.Size = new Size(824, 126);
|
|
pn_controls.TabIndex = 4;
|
|
//
|
|
// btn_cancel
|
|
//
|
|
btn_cancel.Image = (Image)resources.GetObject("btn_cancel.Image");
|
|
btn_cancel.Location = new Point(676, 15);
|
|
btn_cancel.Name = "btn_cancel";
|
|
btn_cancel.Size = new Size(121, 99);
|
|
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(544, 15);
|
|
btn_save.Name = "btn_save";
|
|
btn_save.Size = new Size(121, 99);
|
|
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(412, 15);
|
|
btn_excluir.Name = "btn_excluir";
|
|
btn_excluir.Size = new Size(121, 99);
|
|
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(280, 15);
|
|
btn_alterar.Name = "btn_alterar";
|
|
btn_alterar.Size = new Size(121, 99);
|
|
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(148, 15);
|
|
btn_localizar.Name = "btn_localizar";
|
|
btn_localizar.Size = new Size(121, 99);
|
|
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, 15);
|
|
btn_inserir.Name = "btn_inserir";
|
|
btn_inserir.Size = new Size(121, 99);
|
|
btn_inserir.TabIndex = 0;
|
|
btn_inserir.Text = "Novo Cadastro";
|
|
btn_inserir.TextAlign = ContentAlignment.BottomCenter;
|
|
btn_inserir.UseVisualStyleBackColor = true;
|
|
btn_inserir.Click += btn_inserir_Click;
|
|
//
|
|
// pb_exit
|
|
//
|
|
pb_exit.Anchor = AnchorStyles.Top | AnchorStyles.Right;
|
|
pb_exit.Image = (Image)resources.GetObject("pb_exit.Image");
|
|
pb_exit.Location = new Point(800, 5);
|
|
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_cadunidademedida
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
BackColor = Color.White;
|
|
ClientSize = new Size(839, 671);
|
|
Controls.Add(pn_data);
|
|
Controls.Add(pn_controls);
|
|
Controls.Add(pb_exit);
|
|
FormBorderStyle = FormBorderStyle.None;
|
|
Name = "frm_cadunidademedida";
|
|
Text = "frm_cadunidademedida";
|
|
Load += frm_cadunidademedida_Load;
|
|
pn_data.ResumeLayout(false);
|
|
pn_data.PerformLayout();
|
|
pn_controls.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)pb_exit).EndInit();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
protected Panel pn_data;
|
|
private TextBox txt_nameuni;
|
|
private Label label2;
|
|
private TextBox txt_codMedida;
|
|
private Label label1;
|
|
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 PictureBox pb_exit;
|
|
}
|
|
} |