Subo cambios
This commit is contained in:
Generated
+24
-9
@@ -32,13 +32,15 @@
|
||||
this.lbContador = new System.Windows.Forms.Label();
|
||||
this.btnMenos = new System.Windows.Forms.Button();
|
||||
this.btnMas = new System.Windows.Forms.Button();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// panelVentas
|
||||
//
|
||||
this.panelVentas.AutoScroll = true;
|
||||
this.panelVentas.Location = new System.Drawing.Point(304, 321);
|
||||
this.panelVentas.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.panelVentas.BackColor = System.Drawing.Color.Transparent;
|
||||
this.panelVentas.Location = new System.Drawing.Point(382, 308);
|
||||
this.panelVentas.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.panelVentas.Name = "panelVentas";
|
||||
this.panelVentas.Size = new System.Drawing.Size(563, 673);
|
||||
this.panelVentas.TabIndex = 0;
|
||||
@@ -47,7 +49,7 @@
|
||||
//
|
||||
this.lbContador.AutoSize = true;
|
||||
this.lbContador.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.lbContador.Location = new System.Drawing.Point(519, 232);
|
||||
this.lbContador.Location = new System.Drawing.Point(597, 219);
|
||||
this.lbContador.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.lbContador.Name = "lbContador";
|
||||
this.lbContador.Size = new System.Drawing.Size(125, 29);
|
||||
@@ -57,8 +59,8 @@
|
||||
// btnMenos
|
||||
//
|
||||
this.btnMenos.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnMenos.Location = new System.Drawing.Point(394, 231);
|
||||
this.btnMenos.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.btnMenos.Location = new System.Drawing.Point(472, 218);
|
||||
this.btnMenos.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnMenos.Name = "btnMenos";
|
||||
this.btnMenos.Size = new System.Drawing.Size(100, 37);
|
||||
this.btnMenos.TabIndex = 1;
|
||||
@@ -69,8 +71,8 @@
|
||||
// btnMas
|
||||
//
|
||||
this.btnMas.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.btnMas.Location = new System.Drawing.Point(680, 232);
|
||||
this.btnMas.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.btnMas.Location = new System.Drawing.Point(758, 219);
|
||||
this.btnMas.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.btnMas.Name = "btnMas";
|
||||
this.btnMas.Size = new System.Drawing.Size(100, 37);
|
||||
this.btnMas.TabIndex = 2;
|
||||
@@ -78,6 +80,17 @@
|
||||
this.btnMas.UseVisualStyleBackColor = true;
|
||||
this.btnMas.Click += new System.EventHandler(this.btnMas_Click);
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.button1.Location = new System.Drawing.Point(590, 998);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(147, 55);
|
||||
this.button1.TabIndex = 3;
|
||||
this.button1.Text = "Salir";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// RegistroVentas
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
@@ -85,15 +98,16 @@
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(104)))), ((int)(((byte)(255)))));
|
||||
this.BackgroundImage = global::compabetov2.Properties.Resources.Form;
|
||||
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||
this.ClientSize = new System.Drawing.Size(1153, 1047);
|
||||
this.ClientSize = new System.Drawing.Size(1294, 1077);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.button1);
|
||||
this.Controls.Add(this.btnMas);
|
||||
this.Controls.Add(this.btnMenos);
|
||||
this.Controls.Add(this.lbContador);
|
||||
this.Controls.Add(this.panelVentas);
|
||||
this.DoubleBuffered = true;
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.Margin = new System.Windows.Forms.Padding(4);
|
||||
this.Name = "RegistroVentas";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Load += new System.EventHandler(this.RegistroVentas_Load);
|
||||
@@ -108,5 +122,6 @@
|
||||
private System.Windows.Forms.Label lbContador;
|
||||
private System.Windows.Forms.Button btnMenos;
|
||||
private System.Windows.Forms.Button btnMas;
|
||||
private System.Windows.Forms.Button button1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user