namespace Vista { partial class AddCategoria { /// /// 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() { button2 = new Button(); label1 = new Label(); label2 = new Label(); numid = new NumericUpDown(); textBox1 = new TextBox(); button1 = new Button(); ((System.ComponentModel.ISupportInitialize)numid).BeginInit(); SuspendLayout(); // // button2 // button2.Location = new Point(146, 166); button2.Name = "button2"; button2.Size = new Size(75, 23); button2.TabIndex = 1; button2.Text = "Cancelar"; button2.UseVisualStyleBackColor = true; button2.Click += button2_Click; // // label1 // label1.AutoSize = true; label1.Location = new Point(12, 31); label1.Name = "label1"; label1.Size = new Size(18, 15); label1.TabIndex = 2; label1.Text = "ID"; // // label2 // label2.AutoSize = true; label2.Location = new Point(12, 67); label2.Name = "label2"; label2.Size = new Size(69, 15); label2.TabIndex = 3; label2.Text = "Descripcion"; // // numid // numid.Location = new Point(101, 23); numid.Maximum = new decimal(new int[] { 1215752191, 23, 0, 0 }); numid.Name = "numid"; numid.Size = new Size(120, 23); numid.TabIndex = 4; // // textBox1 // textBox1.Location = new Point(101, 59); textBox1.Name = "textBox1"; textBox1.Size = new Size(120, 23); textBox1.TabIndex = 5; // // button1 // button1.Location = new Point(32, 166); button1.Name = "button1"; button1.Size = new Size(75, 23); button1.TabIndex = 6; button1.Text = "Aceptar"; button1.UseVisualStyleBackColor = true; button1.Click += button1_Click; // // AddCategoria // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(278, 235); Controls.Add(button1); Controls.Add(textBox1); Controls.Add(numid); Controls.Add(label2); Controls.Add(label1); Controls.Add(button2); Name = "AddCategoria"; Text = "Form1"; ((System.ComponentModel.ISupportInitialize)numid).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private Button button2; private Label label1; private Label label2; private NumericUpDown numid; private TextBox textBox1; private Button button1; } }