namespace compabetov2.admin { partial class Variantes { /// /// 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() { this.VariantePanel = new System.Windows.Forms.FlowLayoutPanel(); this.btnAgregar = new System.Windows.Forms.Button(); this.SuspendLayout(); // // VariantePanel // this.VariantePanel.AutoScroll = true; this.VariantePanel.BackColor = System.Drawing.SystemColors.Control; this.VariantePanel.Location = new System.Drawing.Point(13, 59); this.VariantePanel.Name = "VariantePanel"; this.VariantePanel.Size = new System.Drawing.Size(1146, 516); this.VariantePanel.TabIndex = 16; // // 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.Name = "btnAgregar"; this.btnAgregar.Size = new System.Drawing.Size(94, 40); this.btnAgregar.TabIndex = 17; this.btnAgregar.Text = "Agregar"; this.btnAgregar.UseVisualStyleBackColor = true; this.btnAgregar.Click += new System.EventHandler(this.btnAgregar_Click); // // Variantes // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1171, 587); this.Controls.Add(this.btnAgregar); this.Controls.Add(this.VariantePanel); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Name = "Variantes"; this.Text = "Variantes"; this.Load += new System.EventHandler(this.Variantes_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.FlowLayoutPanel VariantePanel; private System.Windows.Forms.Button btnAgregar; } }