namespace IBRCAD { partial class frm_cadCat : Form { /// /// 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_cadCat)); pn_data = new Panel(); pb_exit = new PictureBox(); txt_catName = new TextBox(); label2 = new Label(); txt_codCat = 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(); pn_data.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)pb_exit).BeginInit(); pn_controls.SuspendLayout(); SuspendLayout(); // // pn_data // pn_data.Controls.Add(txt_catName); pn_data.Controls.Add(label2); pn_data.Controls.Add(txt_codCat); pn_data.Controls.Add(label1); pn_data.Location = new Point(2, 33); pn_data.Name = "pn_data"; pn_data.Size = new Size(836, 479); pn_data.TabIndex = 0; // // pb_exit // pb_exit.Anchor = AnchorStyles.Top | AnchorStyles.Right; pb_exit.Image = (Image)resources.GetObject("pb_exit.Image"); pb_exit.Location = new Point(813, 2); pb_exit.Name = "pb_exit"; pb_exit.Size = new Size(25, 25); pb_exit.SizeMode = PictureBoxSizeMode.StretchImage; pb_exit.TabIndex = 4; pb_exit.TabStop = false; pb_exit.Click += pb_exit_Click; // // txt_catName // txt_catName.Location = new Point(16, 145); txt_catName.Name = "txt_catName"; txt_catName.Size = new Size(797, 23); txt_catName.TabIndex = 3; // // label2 // label2.AutoSize = true; label2.Font = new Font("Segoe UI", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 0); label2.Location = new Point(16, 107); label2.Name = "label2"; label2.Size = new Size(180, 25); label2.TabIndex = 2; label2.Text = "Nome da Categoria:"; // // txt_codCat // txt_codCat.Enabled = false; txt_codCat.Location = new Point(16, 56); txt_codCat.Name = "txt_codCat"; txt_codCat.Size = new Size(190, 23); txt_codCat.TabIndex = 1; // // label1 // label1.AutoSize = true; label1.Font = new Font("Segoe UI", 14.25F, FontStyle.Regular, GraphicsUnit.Point, 0); label1.Location = new Point(16, 28); label1.Name = "label1"; label1.Size = new Size(190, 25); label1.TabIndex = 0; label1.Text = "Código da Categoria:"; // // 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, 520); pn_controls.Name = "pn_controls"; pn_controls.Size = new Size(830, 149); pn_controls.TabIndex = 1; // // btn_cancel // btn_cancel.Image = (Image)resources.GetObject("btn_cancel.Image"); btn_cancel.Location = new Point(696, 17); btn_cancel.Name = "btn_cancel"; btn_cancel.Size = new Size(127, 122); 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(560, 17); btn_save.Name = "btn_save"; btn_save.Size = new Size(127, 122); 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(424, 17); btn_excluir.Name = "btn_excluir"; btn_excluir.Size = new Size(127, 122); 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(288, 17); btn_alterar.Name = "btn_alterar"; btn_alterar.Size = new Size(127, 122); 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(152, 17); btn_localizar.Name = "btn_localizar"; btn_localizar.Size = new Size(127, 122); 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, 17); btn_inserir.Name = "btn_inserir"; btn_inserir.Size = new Size(127, 122); btn_inserir.TabIndex = 0; btn_inserir.Text = "Novo Cadastro"; btn_inserir.TextAlign = ContentAlignment.BottomCenter; btn_inserir.UseVisualStyleBackColor = true; btn_inserir.Click += btn_inserir_Click; // // frm_cadCat // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; BackColor = Color.White; ClientSize = new Size(840, 670); Controls.Add(pb_exit); Controls.Add(pn_controls); Controls.Add(pn_data); FormBorderStyle = FormBorderStyle.None; Name = "frm_cadCat"; StartPosition = FormStartPosition.CenterScreen; Text = "ModelformCad"; FormClosing += frm_cadCat_FormClosing; Load += frm_modelCad_Load; pn_data.ResumeLayout(false); pn_data.PerformLayout(); ((System.ComponentModel.ISupportInitialize)pb_exit).EndInit(); pn_controls.ResumeLayout(false); ResumeLayout(false); } #endregion private TextBox txt_catName; private Label label2; private TextBox txt_codCat; private Label label1; public Panel pn_data; public Panel pn_controls; public Button btn_save; public Button btn_excluir; public Button btn_alterar; public Button btn_localizar; public Button btn_inserir; public Button btn_cancel; private PictureBox pb_exit; } }