/Evaluacion/Presentacion/Form1.Designer.cs
https://gitlab.com/Estebxn/Evaluacion · C# · 270 lines · 192 code · 7 blank · 71 comment · 3 complexity · b8557f11709bffc7a738e35e8a9bd84f MD5 · raw file
- namespace Presentacion
- {
- partial class Form1
- {
- /// <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()
- {
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.txtMedida = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.txtIdProduc = new System.Windows.Forms.TextBox();
- this.rtbDescrip = new System.Windows.Forms.RichTextBox();
- this.txtDepartamento = new System.Windows.Forms.TextBox();
- this.txtIVA = new System.Windows.Forms.TextBox();
- this.txtPrecio = new System.Windows.Forms.TextBox();
- this.rtbNotas = new System.Windows.Forms.RichTextBox();
- this.textBox5 = new System.Windows.Forms.TextBox();
- this.btnAgregar = new System.Windows.Forms.Button();
- this.btnActualizar = new System.Windows.Forms.Button();
- this.btnEliminar = new System.Windows.Forms.Button();
- this.btnSalir = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(133, 136);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(62, 13);
- this.label1.TabIndex = 0;
- this.label1.Text = "Id Producto";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(133, 186);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(63, 13);
- this.label2.TabIndex = 1;
- this.label2.Text = "Descripción";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(133, 291);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(74, 13);
- this.label3.TabIndex = 2;
- this.label3.Text = "Departamento";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(133, 353);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(24, 13);
- this.label4.TabIndex = 3;
- this.label4.Text = "IVA";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(133, 409);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(37, 13);
- this.label5.TabIndex = 4;
- this.label5.Text = "Precio";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(133, 458);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(35, 13);
- this.label6.TabIndex = 5;
- this.label6.Text = "Notas";
- //
- // txtMedida
- //
- this.txtMedida.AutoSize = true;
- this.txtMedida.Location = new System.Drawing.Point(133, 585);
- this.txtMedida.Name = "txtMedida";
- this.txtMedida.Size = new System.Drawing.Size(42, 13);
- this.txtMedida.TabIndex = 6;
- this.txtMedida.Text = "Medida";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label8.Location = new System.Drawing.Point(133, 42);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(342, 42);
- this.label8.TabIndex = 7;
- this.label8.Text = "Datos Del Producto";
- //
- // txtIdProduc
- //
- this.txtIdProduc.Location = new System.Drawing.Point(227, 129);
- this.txtIdProduc.Name = "txtIdProduc";
- this.txtIdProduc.Size = new System.Drawing.Size(185, 20);
- this.txtIdProduc.TabIndex = 8;
- //
- // rtbDescrip
- //
- this.rtbDescrip.Location = new System.Drawing.Point(227, 170);
- this.rtbDescrip.Name = "rtbDescrip";
- this.rtbDescrip.Size = new System.Drawing.Size(185, 96);
- this.rtbDescrip.TabIndex = 9;
- this.rtbDescrip.Text = "";
- //
- // txtDepartamento
- //
- this.txtDepartamento.Location = new System.Drawing.Point(227, 284);
- this.txtDepartamento.Name = "txtDepartamento";
- this.txtDepartamento.Size = new System.Drawing.Size(185, 20);
- this.txtDepartamento.TabIndex = 10;
- //
- // txtIVA
- //
- this.txtIVA.Location = new System.Drawing.Point(227, 346);
- this.txtIVA.Name = "txtIVA";
- this.txtIVA.Size = new System.Drawing.Size(185, 20);
- this.txtIVA.TabIndex = 11;
- //
- // txtPrecio
- //
- this.txtPrecio.Location = new System.Drawing.Point(227, 402);
- this.txtPrecio.Name = "txtPrecio";
- this.txtPrecio.Size = new System.Drawing.Size(185, 20);
- this.txtPrecio.TabIndex = 12;
- //
- // rtbNotas
- //
- this.rtbNotas.Location = new System.Drawing.Point(227, 458);
- this.rtbNotas.Name = "rtbNotas";
- this.rtbNotas.Size = new System.Drawing.Size(185, 96);
- this.rtbNotas.TabIndex = 13;
- this.rtbNotas.Text = "";
- //
- // textBox5
- //
- this.textBox5.Location = new System.Drawing.Point(227, 578);
- this.textBox5.Name = "textBox5";
- this.textBox5.Size = new System.Drawing.Size(185, 20);
- this.textBox5.TabIndex = 14;
- //
- // btnAgregar
- //
- this.btnAgregar.Location = new System.Drawing.Point(692, 131);
- this.btnAgregar.Name = "btnAgregar";
- this.btnAgregar.Size = new System.Drawing.Size(114, 51);
- this.btnAgregar.TabIndex = 15;
- this.btnAgregar.Text = "&Agregar";
- this.btnAgregar.UseVisualStyleBackColor = true;
- this.btnAgregar.Click += new System.EventHandler(this.btnAgregar_Click);
- //
- // btnActualizar
- //
- this.btnActualizar.Location = new System.Drawing.Point(692, 202);
- this.btnActualizar.Name = "btnActualizar";
- this.btnActualizar.Size = new System.Drawing.Size(114, 44);
- this.btnActualizar.TabIndex = 16;
- this.btnActualizar.Text = "&Actualizar";
- this.btnActualizar.UseVisualStyleBackColor = true;
- this.btnActualizar.Click += new System.EventHandler(this.btnActualizar_Click);
- //
- // btnEliminar
- //
- this.btnEliminar.Location = new System.Drawing.Point(692, 266);
- this.btnEliminar.Name = "btnEliminar";
- this.btnEliminar.Size = new System.Drawing.Size(114, 38);
- this.btnEliminar.TabIndex = 17;
- this.btnEliminar.Text = "&Eliminar";
- this.btnEliminar.UseVisualStyleBackColor = true;
- this.btnEliminar.Click += new System.EventHandler(this.btnEliminar_Click);
- //
- // btnSalir
- //
- this.btnSalir.Location = new System.Drawing.Point(692, 326);
- this.btnSalir.Name = "btnSalir";
- this.btnSalir.Size = new System.Drawing.Size(114, 40);
- this.btnSalir.TabIndex = 18;
- this.btnSalir.Text = "&Salir";
- this.btnSalir.UseVisualStyleBackColor = true;
- this.btnSalir.Click += new System.EventHandler(this.button4_Click);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(888, 636);
- this.Controls.Add(this.btnSalir);
- this.Controls.Add(this.btnEliminar);
- this.Controls.Add(this.btnActualizar);
- this.Controls.Add(this.btnAgregar);
- this.Controls.Add(this.textBox5);
- this.Controls.Add(this.rtbNotas);
- this.Controls.Add(this.txtPrecio);
- this.Controls.Add(this.txtIVA);
- this.Controls.Add(this.txtDepartamento);
- this.Controls.Add(this.rtbDescrip);
- this.Controls.Add(this.txtIdProduc);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.txtMedida);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Name = "Form1";
- this.Text = "Form1";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label txtMedida;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TextBox txtIdProduc;
- private System.Windows.Forms.RichTextBox rtbDescrip;
- private System.Windows.Forms.TextBox txtDepartamento;
- private System.Windows.Forms.TextBox txtIVA;
- private System.Windows.Forms.TextBox txtPrecio;
- private System.Windows.Forms.RichTextBox rtbNotas;
- private System.Windows.Forms.TextBox textBox5;
- private System.Windows.Forms.Button btnAgregar;
- private System.Windows.Forms.Button btnActualizar;
- private System.Windows.Forms.Button btnEliminar;
- private System.Windows.Forms.Button btnSalir;
- }
- }