namespace Vista { partial class FrmCliente { /// /// 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() { label1 = new Label(); label2 = new Label(); label3 = new Label(); label4 = new Label(); label5 = new Label(); txtCuit = new TextBox(); txtNombre = new TextBox(); txtApellido = new TextBox(); txtDireccion = new TextBox(); txtCorreo = new TextBox(); button1 = new Button(); button2 = new Button(); SuspendLayout(); // // label1 // label1.AutoSize = true; label1.Location = new Point(29, 29); label1.Name = "label1"; label1.Size = new Size(29, 15); label1.TabIndex = 0; label1.Text = "Cuit"; // // label2 // label2.AutoSize = true; label2.Location = new Point(29, 59); label2.Name = "label2"; label2.Size = new Size(51, 15); label2.TabIndex = 1; label2.Text = "Nombre"; // // label3 // label3.AutoSize = true; label3.Location = new Point(29, 88); label3.Name = "label3"; label3.Size = new Size(51, 15); label3.TabIndex = 2; label3.Text = "Apellido"; // // label4 // label4.AutoSize = true; label4.Location = new Point(29, 117); label4.Name = "label4"; label4.Size = new Size(57, 15); label4.TabIndex = 3; label4.Text = "Direccion"; // // label5 // label5.AutoSize = true; label5.Location = new Point(29, 146); label5.Name = "label5"; label5.Size = new Size(43, 15); label5.TabIndex = 4; label5.Text = "Correo"; // // txtCuit // txtCuit.Location = new Point(92, 21); txtCuit.Name = "txtCuit"; txtCuit.Size = new Size(173, 23); txtCuit.TabIndex = 5; // // txtNombre // txtNombre.Location = new Point(92, 51); txtNombre.Name = "txtNombre"; txtNombre.Size = new Size(173, 23); txtNombre.TabIndex = 6; // // txtApellido // txtApellido.Location = new Point(91, 80); txtApellido.Name = "txtApellido"; txtApellido.Size = new Size(174, 23); txtApellido.TabIndex = 7; // // txtDireccion // txtDireccion.Location = new Point(92, 109); txtDireccion.Name = "txtDireccion"; txtDireccion.Size = new Size(173, 23); txtDireccion.TabIndex = 8; // // txtCorreo // txtCorreo.Location = new Point(91, 138); txtCorreo.Name = "txtCorreo"; txtCorreo.Size = new Size(174, 23); txtCorreo.TabIndex = 9; // // button1 // button1.Location = new Point(29, 190); button1.Name = "button1"; button1.Size = new Size(75, 23); button1.TabIndex = 10; button1.Text = "Aceptar"; button1.UseVisualStyleBackColor = true; button1.Click += button1_Click; // // button2 // button2.Location = new Point(158, 190); button2.Name = "button2"; button2.Size = new Size(75, 23); button2.TabIndex = 11; button2.Text = "Cancelar"; button2.UseVisualStyleBackColor = true; button2.Click += button2_Click; // // FrmCliente // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(420, 245); Controls.Add(button2); Controls.Add(button1); Controls.Add(txtCorreo); Controls.Add(txtDireccion); Controls.Add(txtApellido); Controls.Add(txtNombre); Controls.Add(txtCuit); Controls.Add(label5); Controls.Add(label4); Controls.Add(label3); Controls.Add(label2); Controls.Add(label1); Name = "FrmCliente"; Text = "Form1"; ResumeLayout(false); PerformLayout(); } #endregion private Label label1; private Label label2; private Label label3; private Label label4; private Label label5; private TextBox txtCuit; private TextBox txtNombre; private TextBox txtApellido; private TextBox txtDireccion; private TextBox txtCorreo; private Button button1; private Button button2; public EventHandler button1_Click_1 { get; private set; } } }