102 lines
4.8 KiB
C#
102 lines
4.8 KiB
C#
namespace compabetov2.admin
|
|
{
|
|
partial class Variantes
|
|
{
|
|
/// <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.VariantePanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.btnAgregar = new System.Windows.Forms.Button();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// VariantePanel
|
|
//
|
|
this.VariantePanel.AutoScroll = true;
|
|
this.VariantePanel.BackColor = System.Drawing.SystemColors.Control;
|
|
this.VariantePanel.Location = new System.Drawing.Point(17, 144);
|
|
this.VariantePanel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.VariantePanel.Name = "VariantePanel";
|
|
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(1317, 69);
|
|
this.btnAgregar.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnAgregar.Name = "btnAgregar";
|
|
this.btnAgregar.Size = new System.Drawing.Size(125, 49);
|
|
this.btnAgregar.TabIndex = 17;
|
|
this.btnAgregar.Text = "Agregar";
|
|
this.btnAgregar.UseVisualStyleBackColor = true;
|
|
this.btnAgregar.Click += new System.EventHandler(this.btnAgregar_Click);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
|
this.pictureBox1.Image = global::compabetov2.Properties.Resources.cancel1;
|
|
this.pictureBox1.Location = new System.Drawing.Point(1449, 69);
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(100, 69);
|
|
this.pictureBox1.TabIndex = 46;
|
|
this.pictureBox1.TabStop = false;
|
|
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
|
|
//
|
|
// Variantes
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
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.pictureBox1);
|
|
this.Controls.Add(this.btnAgregar);
|
|
this.Controls.Add(this.VariantePanel);
|
|
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.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Load += new System.EventHandler(this.Variantes_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel VariantePanel;
|
|
private System.Windows.Forms.Button btnAgregar;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
}
|
|
} |