namespace compabetov2.Ventas { partial class Importe1 { /// /// 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.panelImporte = new System.Windows.Forms.FlowLayoutPanel(); this.btnAceptar = new System.Windows.Forms.Button(); this.SuspendLayout(); // // panelImporte // this.panelImporte.Location = new System.Drawing.Point(55, 22); this.panelImporte.Name = "panelImporte"; this.panelImporte.Size = new System.Drawing.Size(677, 364); this.panelImporte.TabIndex = 1; // // btnAceptar // this.btnAceptar.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnAceptar.Location = new System.Drawing.Point(338, 382); this.btnAceptar.Name = "btnAceptar"; this.btnAceptar.Size = new System.Drawing.Size(105, 46); this.btnAceptar.TabIndex = 2; this.btnAceptar.Text = "Aceptar"; this.btnAceptar.UseVisualStyleBackColor = true; this.btnAceptar.Click += new System.EventHandler(this.btnAceptar_Click); // // Importe1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.btnAceptar); this.Controls.Add(this.panelImporte); this.Name = "Importe1"; this.Text = "Importe1"; this.Load += new System.EventHandler(this.Importe1_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.FlowLayoutPanel panelImporte; private System.Windows.Forms.Button btnAceptar; } }