Detalles
This commit is contained in:
Generated
+11
-11
@@ -38,9 +38,9 @@
|
||||
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.personalPanel = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.lblhora = new System.Windows.Forms.Label();
|
||||
this.btnAgregar = new System.Windows.Forms.Button();
|
||||
this.empleadoBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.conexionBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.btnAgregar = new System.Windows.Forms.Button();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
|
||||
this.panel2.SuspendLayout();
|
||||
this.flowLayoutPanel1.SuspendLayout();
|
||||
@@ -151,7 +151,7 @@
|
||||
this.flowLayoutPanel1.Controls.Add(this.button2);
|
||||
this.flowLayoutPanel1.Controls.Add(this.button3);
|
||||
this.flowLayoutPanel1.Controls.Add(this.button5);
|
||||
this.flowLayoutPanel1.Location = new System.Drawing.Point(-3, -2);
|
||||
this.flowLayoutPanel1.Location = new System.Drawing.Point(-1, 2);
|
||||
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
||||
this.flowLayoutPanel1.Size = new System.Drawing.Size(324, 1061);
|
||||
@@ -178,14 +178,6 @@
|
||||
this.lblhora.Text = "Personal";
|
||||
this.lblhora.Click += new System.EventHandler(this.lblhora_Click);
|
||||
//
|
||||
// empleadoBindingSource
|
||||
//
|
||||
this.empleadoBindingSource.DataSource = typeof(compabetov2.database.modelos.Empleado);
|
||||
//
|
||||
// conexionBindingSource
|
||||
//
|
||||
this.conexionBindingSource.DataSource = typeof(compabetov2.database.Conexion);
|
||||
//
|
||||
// btnAgregar
|
||||
//
|
||||
this.btnAgregar.Location = new System.Drawing.Point(984, 220);
|
||||
@@ -197,18 +189,26 @@
|
||||
this.btnAgregar.UseVisualStyleBackColor = true;
|
||||
this.btnAgregar.Click += new System.EventHandler(this.btnAgregar_Click);
|
||||
//
|
||||
// empleadoBindingSource
|
||||
//
|
||||
this.empleadoBindingSource.DataSource = typeof(compabetov2.database.modelos.Empleado);
|
||||
//
|
||||
// conexionBindingSource
|
||||
//
|
||||
this.conexionBindingSource.DataSource = typeof(compabetov2.database.Conexion);
|
||||
//
|
||||
// personal
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1827, 922);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.btnAgregar);
|
||||
this.Controls.Add(this.lblhora);
|
||||
this.Controls.Add(this.personalPanel);
|
||||
this.Controls.Add(this.flowLayoutPanel1);
|
||||
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||
this.Name = "personal";
|
||||
this.Text = "personal";
|
||||
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||||
this.Load += new System.EventHandler(this.personal_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
|
||||
|
||||
Reference in New Issue
Block a user