SUBI FEATURES DE DISENO

This commit is contained in:
Michael Robles
2024-06-30 06:37:28 -07:00
34 changed files with 1254 additions and 510 deletions
+16 -8
View File
@@ -36,18 +36,20 @@
//
this.VariantePanel.AutoScroll = true;
this.VariantePanel.BackColor = System.Drawing.SystemColors.Control;
this.VariantePanel.Location = new System.Drawing.Point(13, 59);
this.VariantePanel.Location = new System.Drawing.Point(17, 144);
this.VariantePanel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.VariantePanel.Name = "VariantePanel";
this.VariantePanel.Size = new System.Drawing.Size(1146, 516);
this.VariantePanel.Size = new System.Drawing.Size(1551, 564);
this.VariantePanel.TabIndex = 16;
this.VariantePanel.Paint += new System.Windows.Forms.PaintEventHandler(this.VariantePanel_Paint);
//
// btnAgregar
//
this.btnAgregar.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnAgregar.Location = new System.Drawing.Point(543, 12);
this.btnAgregar.Location = new System.Drawing.Point(1423, 87);
this.btnAgregar.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnAgregar.Name = "btnAgregar";
this.btnAgregar.Size = new System.Drawing.Size(94, 40);
this.btnAgregar.Size = new System.Drawing.Size(125, 49);
this.btnAgregar.TabIndex = 17;
this.btnAgregar.Text = "Agregar";
this.btnAgregar.UseVisualStyleBackColor = true;
@@ -55,14 +57,20 @@
//
// Variantes
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1171, 587);
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(1561, 722);
this.ControlBox = false;
this.Controls.Add(this.btnAgregar);
this.Controls.Add(this.VariantePanel);
this.Margin = new System.Windows.Forms.Padding(2);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "Variantes";
this.Text = "Variantes";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Load += new System.EventHandler(this.Variantes_Load);
this.ResumeLayout(false);