namespace Vista { partial class FrmFactura { /// /// 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() { button1 = new Button(); button2 = new Button(); numid = new NumericUpDown(); label1 = new Label(); numtotal = new NumericUpDown(); label2 = new Label(); datepick = new DateTimePicker(); label3 = new Label(); label4 = new Label(); cmbCliente = new ComboBox(); ((System.ComponentModel.ISupportInitialize)numid).BeginInit(); ((System.ComponentModel.ISupportInitialize)numtotal).BeginInit(); SuspendLayout(); // // button1 // button1.Location = new Point(12, 172); button1.Name = "button1"; button1.Size = new Size(75, 23); button1.TabIndex = 0; button1.Text = "Aceptar"; button1.UseVisualStyleBackColor = true; button1.Click += button1_Click; // // button2 // button2.Location = new Point(142, 172); button2.Name = "button2"; button2.Size = new Size(75, 23); button2.TabIndex = 1; button2.Text = "Cancelar"; button2.UseVisualStyleBackColor = true; button2.Click += button2_Click; // // numid // numid.Location = new Point(97, 26); numid.Maximum = new decimal(new int[] { 1215752191, 23, 0, 0 }); numid.Name = "numid"; numid.Size = new Size(120, 23); numid.TabIndex = 2; // // label1 // label1.AutoSize = true; label1.Location = new Point(69, 34); label1.Name = "label1"; label1.Size = new Size(18, 15); label1.TabIndex = 3; label1.Text = "ID"; // // numtotal // numtotal.Location = new Point(97, 57); numtotal.Maximum = new decimal(new int[] { 1215752191, 23, 0, 0 }); numtotal.Name = "numtotal"; numtotal.Size = new Size(120, 23); numtotal.TabIndex = 4; // // label2 // label2.AutoSize = true; label2.Location = new Point(59, 65); label2.Name = "label2"; label2.Size = new Size(32, 15); label2.TabIndex = 5; label2.Text = "Total"; // // datepick // datepick.Location = new Point(97, 88); datepick.Name = "datepick"; datepick.Size = new Size(120, 23); datepick.TabIndex = 6; // // label3 // label3.AutoSize = true; label3.Location = new Point(49, 94); label3.Name = "label3"; label3.Size = new Size(38, 15); label3.TabIndex = 7; label3.Text = "Fecha"; // // label4 // label4.AutoSize = true; label4.Location = new Point(49, 124); label4.Name = "label4"; label4.Size = new Size(44, 15); label4.TabIndex = 8; label4.Text = "Cliente"; // // cmbCliente // cmbCliente.DropDownStyle = ComboBoxStyle.DropDownList; cmbCliente.FormattingEnabled = true; cmbCliente.Location = new Point(99, 121); cmbCliente.Name = "cmbCliente"; cmbCliente.Size = new Size(121, 23); cmbCliente.TabIndex = 10; // // FrmFactura // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(652, 205); Controls.Add(cmbCliente); Controls.Add(label4); Controls.Add(label3); Controls.Add(datepick); Controls.Add(label2); Controls.Add(numtotal); Controls.Add(label1); Controls.Add(numid); Controls.Add(button2); Controls.Add(button1); Name = "FrmFactura"; Text = "Form1"; ((System.ComponentModel.ISupportInitialize)numid).EndInit(); ((System.ComponentModel.ISupportInitialize)numtotal).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private Button button1; private Button button2; private NumericUpDown numid; private Label label1; private NumericUpDown numtotal; private Label label2; private DateTimePicker datepick; private Label label3; private Label label4; private ComboBox cmbCliente; } }