267 lines
10 KiB
C#
267 lines
10 KiB
C#
namespace IBRCAD
|
|
{
|
|
partial class frm_cadsubcat : 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_cadsubcat));
|
|
pn_data = new Panel();
|
|
btn_addCat = new Button();
|
|
cb_cat = new ComboBox();
|
|
label3 = new Label();
|
|
txt_namesub = new TextBox();
|
|
label2 = new Label();
|
|
txt_codSub = 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(btn_addCat);
|
|
pn_data.Controls.Add(cb_cat);
|
|
pn_data.Controls.Add(label3);
|
|
pn_data.Controls.Add(txt_namesub);
|
|
pn_data.Controls.Add(label2);
|
|
pn_data.Controls.Add(txt_codSub);
|
|
pn_data.Controls.Add(label1);
|
|
pn_data.Location = new Point(2, 31);
|
|
pn_data.Name = "pn_data";
|
|
pn_data.Size = new Size(824, 351);
|
|
pn_data.TabIndex = 0;
|
|
//
|
|
// btn_addCat
|
|
//
|
|
btn_addCat.Location = new Point(314, 179);
|
|
btn_addCat.Name = "btn_addCat";
|
|
btn_addCat.Size = new Size(173, 24);
|
|
btn_addCat.TabIndex = 13;
|
|
btn_addCat.Text = "Adcionar Categoria";
|
|
btn_addCat.UseVisualStyleBackColor = true;
|
|
btn_addCat.Click += btn_addCat_Click;
|
|
//
|
|
// cb_cat
|
|
//
|
|
cb_cat.FormattingEnabled = true;
|
|
cb_cat.Location = new Point(16, 180);
|
|
cb_cat.Name = "cb_cat";
|
|
cb_cat.Size = new Size(281, 23);
|
|
cb_cat.TabIndex = 12;
|
|
//
|
|
// label3
|
|
//
|
|
label3.AutoSize = true;
|
|
label3.Font = new Font("Segoe UI", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
|
label3.Location = new Point(16, 152);
|
|
label3.Name = "label3";
|
|
label3.Size = new Size(281, 25);
|
|
label3.TabIndex = 11;
|
|
label3.Text = "Nome da Categoria Pertencente";
|
|
//
|
|
// txt_namesub
|
|
//
|
|
txt_namesub.Location = new Point(16, 106);
|
|
txt_namesub.Name = "txt_namesub";
|
|
txt_namesub.Size = new Size(740, 23);
|
|
txt_namesub.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(209, 25);
|
|
label2.TabIndex = 9;
|
|
label2.Text = "Nome da Subcategoria:";
|
|
//
|
|
// txt_codSub
|
|
//
|
|
txt_codSub.Enabled = false;
|
|
txt_codSub.Location = new Point(16, 39);
|
|
txt_codSub.Name = "txt_codSub";
|
|
txt_codSub.Size = new Size(263, 23);
|
|
txt_codSub.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(219, 25);
|
|
label1.TabIndex = 7;
|
|
label1.Text = "Código da Subcategoria:";
|
|
//
|
|
// 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(2, 388);
|
|
pn_controls.Name = "pn_controls";
|
|
pn_controls.Size = new Size(824, 126);
|
|
pn_controls.TabIndex = 1;
|
|
//
|
|
// 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(793, 2);
|
|
pb_exit.Name = "pb_exit";
|
|
pb_exit.Size = new Size(25, 25);
|
|
pb_exit.SizeMode = PictureBoxSizeMode.StretchImage;
|
|
pb_exit.TabIndex = 2;
|
|
pb_exit.TabStop = false;
|
|
pb_exit.Click += pb_exit_Click;
|
|
//
|
|
// frm_cadsubcat
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
BackColor = Color.White;
|
|
ClientSize = new Size(830, 520);
|
|
Controls.Add(pb_exit);
|
|
Controls.Add(pn_controls);
|
|
Controls.Add(pn_data);
|
|
FormBorderStyle = FormBorderStyle.None;
|
|
Name = "frm_cadsubcat";
|
|
StartPosition = FormStartPosition.CenterScreen;
|
|
Text = "ModelformCad";
|
|
Load += frm_cadsubcat_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;
|
|
protected Panel pn_controls;
|
|
protected Button btn_save;
|
|
protected Button btn_excluir;
|
|
protected Button btn_alterar;
|
|
protected Button btn_localizar;
|
|
protected Button btn_inserir;
|
|
protected Button btn_cancel;
|
|
private Button btn_addCat;
|
|
private ComboBox cb_cat;
|
|
private Label label3;
|
|
private TextBox txt_namesub;
|
|
private Label label2;
|
|
private TextBox txt_codSub;
|
|
private Label label1;
|
|
private PictureBox pb_exit;
|
|
}
|
|
} |